Systembackup by integr8e As a result of many reinstallations, I've begun developing a method that quickly allows me to restore my new installation to the setup of my old one. As such, I decided to share my knowledge: -> MAKE A LIST - To create an easily restoreable list of all installed software on your system (from the repos), open Konsole and enter the following command: dpkg --get-selections | grep [^de]install$ > installed-software.txt - That will create an entry in your "/home//" directory entitled "installed-software.txt" ( is your username). -> [u]BACKUP - Backup all your important files to an external storage device (hard drive / flash disk); you may wish to backup your "/etc/X11/xorg.conf" and "/etc/apt/sources.list" configs. If you have the Medibuntu/Wine repo(s), you'll need to additionally backup your "/etc/apt/sources.list.d" directory. For an excellent guide on backing up using the...