Drop deprecated HTML headers
[grml-tips.git] / grml_tips
index e30244e..aee5339 100644 (file)
--- a/grml_tips
+++ b/grml_tips
@@ -281,10 +281,9 @@ Online documentation:
 
 Tags: info, grml, grml-info, documentation
 -- 
-Mount ntfs partition (read-write):
+Mount NTFS partition (read-write):
 
-# modprobe fuse
-# ntfsmount /dev/hda1 /mnt/hda1
+# mount.ntfs-3g /dev/sda1 /mnt/sda1
 
 Tags: ntfs, mount
 -- 
@@ -363,7 +362,7 @@ Help us - donate!
 
 http://grml.org/donations/
 
-Tags: grml, dontations
+Tags: grml, donation
 -- 
 Commercial support / system administration / adjusted live-cds:
 
@@ -416,13 +415,13 @@ Play movie:
 
 % mplayer /path/to/movie
 
-Tags: movie
+Tags: movie, mplayer
 -- 
 Use webcam with mplayer:
 
 % mplayer tv:// -tv driver=v4l:width=352:height=288:outfmt=yv12:device=/dev/video0
 
-Tags: webcam
+Tags: webcam, mplayer
 -- 
 Powerful network discovery tool:
 
@@ -503,7 +502,7 @@ Grep with highlighting:
 % grep --color=auto ...
 % hgrep ...
 
-Tags: grep, color, highlighte
+Tags: grep, color, highlight
 -- 
 Extract matches when grepping: