X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=grml_tips;h=cdb37e80961645dafefea7f9e0e942bffe35ffe7;hb=3afdc13d424d74183874631841ca0d5f949158a7;hp=07a5b1a28857eb054ae6b02200f8e7f8fdeb0374;hpb=23d513a68b1f6b23a531a31e571dfdfcbd0aad6a;p=grml-tips.git diff --git a/grml_tips b/grml_tips index 07a5b1a..cdb37e8 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 -- @@ -3100,3 +3100,11 @@ Deactivates all active software RAID sets: Discover all software RAID devices supported on the system: # dmraid -r -- +Extract winmail.dat: + +List content: +% ytnef winmail.dat + +Extract files to current directory: +% ytnef -f . winmail.dat +--