Refusing to merge unrelated histories in Git
Problem definition Today, I encountered a problem fatal: refusing to merge unrelated histories while pulling the git repository to my …
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 …
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 …