Updating…/-\|/-|

| apt-get | FreeBSD | Linux | portmanager | portsnap | updating

Do people other than me find updating their servers to be relaxing? At every opportunity I run “apt-get update”. Today I’m updating 7 different machines simultaneously.

My Debian machines I simply issue the following commands:

apt-get update
apt-get upgrade

My FreeBSD machines:

portsnap fetch update
portmanager -u

I think the Debian process is easier (and clearly the fastest) but it obviously has to do less work because I’m downloading precompiled code. Portmanager is just as easy but seems to randomly ask me questions through the process whereas apt-get seems to get them out of the way early on. Either way I find this all very easy and relaxing… until I have to reboot the machines and find something is broken :/