Duplicate linux box.
Say you want to have several machines to be exactly alike that run Debian or Ubuntu Linux. You will want to set up the first machine the way you want it. Now we need to get the list of packages that have been installed (software installed via ppa's may still have to be setup manually.) $ dpkg -–get-selections > installed-software.log installed-software.log: [code] ... ... x11-common install xauth install xfonts-encodings install xfonts-utils install xkb-data install xml-core ...