Basic must have unix tools


Tools that i always install on clean unix system

apt-get update && \
apt-get -y upgrade && \
apt-get install -y \
htop \
wget \
git \
ssh \
nano \
bash-completion \
telnet \
screen \
apt-transport-https \
ca-certificates \
curl \
rsync \
software-properties-common