There's a core set of packages I just expect to be present on any *nix box I use.
apt-get install man wget curl vim traceroute bind9-dnsutils chrony
vim on Debian will turn on visual mode when you highlight text. This drives me bonkers. You can disable it with :set mouse-=a
in vim, or without the leading :
by putting it in ~/.vimrc
. (Source).
Configure Chrony with a few hosts from https://support.ntp.org/bin/view/Servers/StratumOneTimeServers if this will be in the NTP pool. Otherwise the default is usually pretty good.