`Transport endpoint is not connected` issue in Linux ubuntu
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
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 …
If you’re setting up a Jenkins pipeline, you may need to know how to print the Git branch name. Being …
Developers and DevOps professionals frequently use Jenkins as a tool for automating tasks. However, like any software, it is essential …
Are you looking for a way to delete the last N number of commits from your Git repository? If yes …