`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…
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…
Jenkins Pipeline uses rules identical to Groovy for string interpolation. Groovy’s String interpolation support can be confusing to…
If you’re setting up a Jenkins pipeline, you may need to know how to print the Git branch…
Developers and DevOps professionals frequently use Jenkins as a tool for automating tasks. However, like any software, it…
Are you looking for a way to delete the last N number of commits from your Git repository?…