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 / Solution_To_Nginx_Wordpress_Permission.sh
Last active October 1, 2016 08:29
Permission Problems Running WordPress on Nginx
chown -Rf www-data:www-data <path-to-wordpress>
@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\``