Skip to content

Instantly share code, notes, and snippets.

@snarlysodboxer
Last active December 9, 2016 16:03
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 snarlysodboxer/5731387 to your computer and use it in GitHub Desktop.
Save snarlysodboxer/5731387 to your computer and use it in GitHub Desktop.
Quickly install some basic packages on a Ubuntu machine.
#!/bin/bash
sudo apt-get update && sudo apt-get install -y htop tmux vim man nmap curl git-core sysstat bwm-ng iotop ipcalc sl mtr dnsutils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment