Removing the java in linux Author 21:07 0 Remove the Oracle's Java folder: $ sudo rm -r /usr/lib/jvm/java-11-oracle Install OpenJDK 8 from APT: $ sudo apt install openjdk-8-jdk ... 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
WinRm Installation in Windows Host Machine in Ansible Author 22:56 0 1. Go to the below website and clone the script from the git URL or otherwise manually copy and past in to your target windows machine wit... 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
Ansible - host_list declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method Author 09:56 0 First you run the following command ansible -i inventory -m ping web01 -vvvv it will shows the bellow details [host_list declined parsin... Read More