How to Configure GitHub in local system Author 20:30 0 git config --global user.name "Your name" git config --global user.email "youremail@gmail.com" to check your configura... Read More
Jenkins is not installing and showing the error like below Author 04:50 0 Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. Could not handshake: Err... Read More
Docker Swarm Author 01:21 0 Src https://docs.docker.com/engine/swarm/how-swarm-mode-works/nodes/ Docker Swarm : Docker swarm is a container orchestration clusterin... Read More
Installing Minikube on Ubuntu 20.04/18.04 Author 23:30 0 Installing Minikube on Ubuntu 20.04/18.04 Updating the system $ sudo apt-get update $ sudo apt-get install apt-transport-https $... Read More
How to Install Apache Tomcat In Linux Ubuntu 18 Author 08:45 0 Tomcat server is mainly used for app deployment For that we have to install the following in Ubuntu server: apt update apt install open... Read More
How to Install latest Sonatype Nexus 3 In Linux Author 07:45 0 Nexus 3 Installation: Sonatype nexus is the best one of the repository. It is most used your CI/CD pipeline it is mostly manages the art... Read More
Git and Github Basic Commands Author 00:14 0 Git (Version Control System) Git: Git is a version control system (It is used to maintain a version control tracking) If you change a... Read More
How to Create Key Pairs and Inbound and Outbound Rules In Amazon Web Services (AWS) Author 07:44 0 1. Create key pair s (In Ec2 dashboard go to key pairs à give project name à select pem for git bash or ppk for putty login) 2. ... Read More