How to Install Terraform On Windows Machine

Dear Readers, In this article, we will see Installation of Terraform On Windows Machine. Steps to Follow : Download Terraform software Install Terraform Set the Environment variables 1. Download Terraform Software First, we need to Terraform official website by using below link. https://www.terraform.io/downloads.html Select Windows… Read More

Master Slave Configuration in Jenkins

Dear Readers, In this article, we will see the following Master Slave Configuration in Jenkins. Steps to Follow : Master Server:👉Launch Master Server👉Install Jenkins Slave Server:👉Launch Slave Server👉Create SSH Password Authentication 👉Install java👉Generate SSH Key👉Move the Public SSH Key to Authorized keys👉Give Permission to the Authorized keys… Read More

GIT INTERVIEW QUESTIONS (PART-2)

Dear Readers, In this article, we will discuss GIT INTERVIEW QUESTIONS.(Part-2) Please check part-1 GIT INTERVIEW QUESTIONS (PART-1) 1. What are different state of git for commiting the code in remote repository Ans:  a. modified(local modification) b. stagged(adding the local code to stagging area,command:git add .)… Read More

GIT INTERVIEW QUESTIONS (PART-1)

GIT INTERVIEW QUESTIONS Dear Readers, In this article, we will discuss GIT INTERVIEW QUESTIONS.  Frequently  GIT Questions 1.what is the difference between distributed version control system vs centralized version control system ? Ans. 1. Both the systems works with the server and client relationship.In central… Read More