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 install xz-utils install zlib1g install [/code] You could probably edit this file to add any last minute packages to be added or removed. Now you want to do a minimal install of Debian. You will want to uncheck the graphical environment when tasksel asks you what packages you want installed. That will make the rest of the insta