Skip to content

Instantly share code, notes, and snippets.

@CFSworks
Last active August 31, 2017 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CFSworks/51d7b3434875f18ccbcef8d0063066ef to your computer and use it in GitHub Desktop.
Save CFSworks/51d7b3434875f18ccbcef8d0063066ef to your computer and use it in GitHub Desktop.
CFSworks's must-have Debian packages
# 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