This documents all steps taken after running the debian installer on a brand new computer.
dpkg-reconfigure locales
Install the apt-transport-https package
apt-get install apt-transport-https
Modify the /etc/apt/sources.list
to contain secure sources (https
).
deb https://deb.debian.org/debian-security stable/updates main deb https://deb.debian.org/debian/ stable main contrib non-free
apt-get update
ssh-copy-id 192.168.0.21
On an other computer, a one already configured to my preferences, extract the list of manually installed packages:
apt-mark showmanual > packages.list scp packages.list 192.168.0.21:
These packages were not available for this architecture with these sources, so these had to be removed: skype, linux-image-i686, remember-el, planner-el, rmysql-cran
apt-get install `cat /home/hans/packages.list`
Some packages I use are no longer available in debian, so I had to get them from earlier versions of debian and install them manually with dpkg
: remember-el
planner-el
.
I followed the procedure outlined in NewHome.