How to Login/SSH to AWS EC2 linux instance?
Use case Prerequisites SSH from Windows machine Convert PEM to PPK file When you install the putty you…
Newest articles first
Use case Prerequisites SSH from Windows machine Convert PEM to PPK file When you install the putty you…
Steps to run Kibana behind Nginx Proxy To run Kibana behind Nginx proxy with basic authentication is really…
Problem definition Sometimes, we need to uninstall nginx server and also need to remove all the config files.…
Problem definition Today, I encountered a problem fatal: refusing to merge unrelated histories while pulling the git repository…
Recently, I have found one issue in my Ubuntu server where I have installed the Tableau server. The…
Let’s say, you want to find find Linux version you are using/running then you can use the following…
Following is the script to remove MongoDb service from Ubuntu. Note: I have tested in my Ubuntu version…
Answer: You can use the following command to access MongoDb database from remote machine with authentication. After executing…
Are you managing a MongoDB server on Ubuntu and need to monitor its disk usage? While MongoDB offers…
We may need to export MongoDB data into CSV from local server or remote server. Hence, in this…