Skip to content

Instantly share code, notes, and snippets.

@ejdyksen
Created November 1, 2012 07:57
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 ejdyksen/3992375 to your computer and use it in GitHub Desktop.
Save ejdyksen/3992375 to your computer and use it in GitHub Desktop.
Allow node to use privileged ports
sudo apt-get install libcap2-bin
sudo setcap 'cap_net_bind_service=+ep' /usr/local/bin/node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment