Last active
August 31, 2017 19:34
-
-
Save CFSworks/51d7b3434875f18ccbcef8d0063066ef to your computer and use it in GitHub Desktop.
CFSworks's must-have Debian packages
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
# These are the packages I tend to bring with me onto every Debian system I administer, | |
# and are therefore the packages I tend to install first thing in a fresh Debian system. | |
# Obviously, not all of them are necessary for a specific environment, so this list | |
# serves more as a baseline to pick from than a list of requirements. | |
# List is sorted in ascending order of "risk" to the system vs. likely usefulness | |
# (i.e. how likely it is to be abused by an attacker and whether it's more likely to | |
# help a sysadmin than create a security nightmare) | |
bzip2 | |
sudo | |
less | |
vim | |
ntp | |
screen | |
tmux | |
htop | |
curl | |
net-tools | |
iftop | |
iotop | |
mtr | |
tcptraceroute | |
strace | |
tcpdump | |
iperf | |
scapy | |
# If you need them, don't forget: | |
git | |
unzip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment