Skip to content

Instantly share code, notes, and snippets.

@Matrixbirds
Created January 3, 2018 09:46
Show Gist options
  • Select an option

  • Save Matrixbirds/0e0fd8c2b2d4499d647b10f684240201 to your computer and use it in GitHub Desktop.

Select an option

Save Matrixbirds/0e0fd8c2b2d4499d647b10f684240201 to your computer and use it in GitHub Desktop.
run nodejs on 80 port
sudo apt-get install libcap2-bin
sudo setcap 'cap_net_bind_service=+ep' $(readlink -f $(which node))
node ./app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment