Give low port permission to your node apps
Don't just sudo this or sudo that, when all you want is to listen on low ports (usually < 1024). Use linux capabilities instead:
sudo setcap cap_net_bind_service=+ep `which node`
Written by Daniel Tralamazza
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Linux
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#