Archives
Categories
Monthly Archives: January 2013
Quick DVD Backup to ISO on Linux
I often want an easy command line way to easily backup a standard definition (non-BlueRay) DVD to and ISO image. The command line is nice because I can do it remotely on an idle MythTV Frontend machine and can copy the … Continue reading
Posted in Linux General, MythTV
Leave a comment
Remove Unsed Linux Kernels
I hate manually cleaning out all of the old kernels here is a script to do it for you: dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt-get -y purge … Continue reading
Posted in Linux General
Leave a comment