Skip to content

Instantly share code, notes, and snippets.

@d-smith
Created November 10, 2015 22:13
Show Gist options
  • Select an option

  • Save d-smith/c97b2f03b5086ea4f4d0 to your computer and use it in GitHub Desktop.

Select an option

Save d-smith/c97b2f03b5086ea4f4d0 to your computer and use it in GitHub Desktop.
expose ports on ubuntu
#!/bin/sh
sudo ufw allow 3000/tcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment