Skip to content

Instantly share code, notes, and snippets.

View imbdb's full-sized avatar
🎯
Focusing

Bharat D Bhadresha imbdb

🎯
Focusing
View GitHub Profile
@imbdb
imbdb / Node_port80_EACCESS_Solution.sh
Last active October 1, 2016 08:19
Node Port 80 EACCESS Solution
/*For Linux
Just run these two lines and you are good to go*/
sudo apt-get install libcap2-bin
sudo setcap cap_net_bind_service=+ep `readlink -f \`which node\``