Basic must have unix tools
Published by Vitaly Musin on April 7th, 2017

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