Skip to content

Instantly share code, notes, and snippets.

@debuglevel
Last active September 9, 2020 09:05
Show Gist options
  • Save debuglevel/03f74354c0c32b3fe9fd5fb3f96fd0cb to your computer and use it in GitHub Desktop.
Save debuglevel/03f74354c0c32b3fe9fd5fb3f96fd0cb to your computer and use it in GitHub Desktop.
essential linux command line tools
# pure tools
sudo apt-get install \
sudo \
net-tools \
screen \
tmux \
mc \
nano \
ncdu \
nmap \
chkrootkit \
iotop \
htop \
ntpdate \
wget \
curl \
aria2 \
iftop \
pv \
renameutils \
dstat \
mtr \
multitail \
netcat \
mosh \
aptitude \
secure-delete \
dnsutils \
locate \
reptyr
# may have side effects
apt-get install \
etckeeper \
ssh \
gpm \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment