mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / DVD_Backup.mdwn
index 61d325219b1389a2987e041c82338582f8c1cb21..9602108c01a2b9ac8c2651017a590174761ae600 100644 (file)
@@ -7,9 +7,9 @@ it might be time to take a look at ripping our DVD collection as well.
 There is an excellent [Quick-n-Dirty Guide][qnd] that goes into more
 detail on all of this, but here's an executive summary.
 
-Make sure you're kernel understands the [UDF file system][udf]:
+Make sure your kernel understands the [UDF file system][udf]:
 
-    $ grep CONFIG_UDF_FS /usr/src/linux/.congfig
+    $ grep CONFIG_UDF_FS /usr/src/linux/.config
 
 If your kernel was compiled with `CONFIG_IKCONFIG_PROC` enabled, you
 could use
@@ -70,11 +70,12 @@ Ubuntu thread][ubuntu] for more ideas.
 [abcde]: http://code.google.com/p/abcde/
 [qnd]: http://www.scottro.net/qnd/qnd-dvd-backup.html
 [UDF]: http://en.wikipedia.org/wiki/Universal_Disk_Format
+[Matroska]: http://www.matroska.org/
 [vobcopy]: http://lpn.rnbhq.org/
 [MKVToolNix]: http://www.bunkus.org/videotools/mkvtoolnix
 [Mplayer]: http://www.mplayerhq.hu/
 [gentoo]: http://en.gentoo-wiki.com/wiki/Ripping_DVD_to_Matroska_and_H.264
-[ubunutu]: http://ubuntuforums.org/showthread.php?s=e45e01b671c1dd08351876fda432f04a&t=1400598&page=2
+[ubuntu]: http://ubuntuforums.org/showthread.php?s=e45e01b671c1dd08351876fda432f04a&t=1400598&page=2
 
 [[!tag tags/linux]]
 [[!tag tags/tools]]