Last active
September 9, 2020 09:05
-
-
Save debuglevel/03f74354c0c32b3fe9fd5fb3f96fd0cb to your computer and use it in GitHub Desktop.
essential linux command line tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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