Skip to content

Instantly share code, notes, and snippets.

View osmangoninahid's full-sized avatar
🏠
Working from home

Osman Goni Nahid osmangoninahid

🏠
Working from home
View GitHub Profile
@osmangoninahid
osmangoninahid / master-javascript-interview.md
Created February 28, 2022 16:28 — forked from Geoff-Ford/master-javascript-interview.md
Eric Elliott's Master the JavaScript Interview Series
@osmangoninahid
osmangoninahid / mongodb_issue_solve
Created August 4, 2017 09:11 — forked from shudarshon/mongodb_issue_solve
This file consists solutions of some common mongodb problems.
#mongodb running problem in ubuntu 16.04
#socket permission deny
sudo chown mongodb:mongodb /tmp/mongodb-27017.sock
sudo systemctl restart mongod.service
mongo
#mongodb lock due to iptable conflict