Run Kibana behind Nginx proxy with basic authentication
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
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 …
We may need to export MongoDB data into CSV from local server or remote server. Hence, in this post we …
Jenkins Pipeline uses rules identical to Groovy for string interpolation. Groovy’s String interpolation support can be confusing to many newcomers …