Skip to content

Instantly share code, notes, and snippets.

@virtualstaticvoid
Created August 23, 2011 07:52
Show Gist options
  • Save virtualstaticvoid/1164598 to your computer and use it in GitHub Desktop.
Save virtualstaticvoid/1164598 to your computer and use it in GitHub Desktop.
Ubuntu install UFW (Uncomplicated Firewall)
#!/bin/bash
sudo apt-get install ufw
sudo ufw enable
sudo ufw allow ssh
sudo ufw allow http
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment