Delete all directories and keep files in Linux
In this short post, we will learn to delete all the directories (folders) and keep the file as it is. …
In this short post, we will learn to delete all the directories (folders) and keep the file as it is. …
Use case Prerequisites SSH from Windows machine Convert PEM to PPK file When you install the putty you might already …
Steps to run Kibana behind Nginx Proxy To run Kibana behind Nginx proxy with basic authentication is really let’s go …
Read More Run Kibana behind Nginx proxy with basic authentication
Problem definition Sometimes, we need to uninstall nginx server and also need to remove all the config files. But, it …
Read More How to uninstall Nginx completely in Linux Ubuntu?
Problem definition Today, I encountered a problem fatal: refusing to merge unrelated histories while pulling the git repository to my …
Recently, I have found one issue in my Ubuntu server where I have installed the Tableau server. The tableau server …
Read More `Transport endpoint is not connected` issue in Linux ubuntu
Let’s say, you want to find find Linux version you are using/running then you can use the following command. After …
Following is the script to remove MongoDb service from Ubuntu. Note: I have tested in my Ubuntu version Ubuntu 18.04
Answer: You can use the following command to access MongoDb database from remote machine with authentication. After executing above command …
Read More How to access MongoDb database from remote machine with authentication?
Are you managing a MongoDB server on Ubuntu and need to monitor its disk usage? While MongoDB offers built-in tools …