Git is a version control system used by developers to manage and track changes to their codebase. However, sometimes errors like Git 128 can occur, which can cause frustration and delay in development.
DevOps
how to install jenkins in ubuntu proper way
Get Complete setup for how to install Jenkins on ubuntu 18.04, 19.04,20.04, 21.04, 22.04 Not taking your time just go to installation steps Requirements: java developement kit (JDK) Step 1 Remove older packages sudo apt remove jenkins -y sudo apt-get -y autoremove Step 2 Get JDK and update sudo apt-get install openjdk-8-jdk sudo apt update … Read more
How to Install Docker in ubuntu 22.04 Proper way
Get Complete setup for how to install docker on ubuntu 18.04, 19.04,20.04, 21.04, 22.04 Not taking your time just go to installation steps Step 1 Remove older packages sudo apt remove docker -y sudo apt-get -y autoremove Step 2 Get software properties and update sudo apt update -y Step 3 Finally, install the latest … Read more
How to install ansible in Ubuntu 22.04 Proper way
Get Complete setup for how to install ansible on ubuntu 18.04, 19.04,20.04, 21.04, 22.04 Not taking your time just go to installation steps Step 1 Remove older packages sudo apt remove ansible -y sudo apt-get -y autoremove Step 2 Get software properties and update sudo apt -y install software-properties-common sudo apt install software-properties-common sudo … Read more