X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml_tips;h=1fdf527eca60487cb0a7a2034925de17d8159af2;hb=cae38e8e83824769c821ceae440acbd12be352b2;hp=23472a2455695b0f9dbefd6a626ce24ff670ba68;hpb=de11fe4037e537203500f36c3845441653d41186;p=grml-tips.git diff --git a/grml_tips b/grml_tips index 23472a2..1fdf527 100644 --- a/grml_tips +++ b/grml_tips @@ -2719,7 +2719,7 @@ Enable shadow passwords: # shadowconfig on -- -Set up an IPv6 tunneln on grml: +Set up an IPv6 tunnel on grml: # ipv6-tunnel start -- @@ -3102,5 +3102,23 @@ Discover all software RAID devices supported on the system: -- Extract winmail.dat: +List content: % ytnef winmail.dat + +Extract files to current directory: +% ytnef -f . winmail.dat +-- +Approx - Debian package proxy/cacher howto + +% apt-get install approx +% echo 'debian http://ftp.de.debian.org/debian' >>/etc/approx/approx.conf +% Restart approx + +Add your new approx to sources.list + +eg. +deb http://localhost:9999/debian unstable main contrib non-free + +use approx in grml-debootstrap like: +% grml-debootstrap -r lenny -t /dev/sda1 -m http://127.0.0.1:9999/debian --