GiT Cheat Sheet

Git is a distributed version control system (DVCS) that tracks file changes and coordinates work on software development projects. It is an essential tool for collaborative software development and helps developers manage code, collaborate with others, and track changes over time. Git operates on a distributed model, meaning that each developer has a complete copy […]

GiT Cheat Sheet Read More »

How to configure Jenkins with Nginx using Ansible Playbook

In this blog, we have explained How to configure Jenkins with Nginx using Ansible Playbook easy step-by-step installation. There is a simple ansible structure for Jenkins with Nginx package installation configuration. There are task and config folders, the nginx-jenkins.yml file, which is an ansible-playbook. The hosts file is an inventory file in the task folder

How to configure Jenkins with Nginx using Ansible Playbook Read More »

Ansible Playbook Install epel-release, Nginx, net-tools Packages

In this blog, we have explained how to write a playbook for the installation of epel-release, Nginx, and net-tools packages or Packages installation using Ansible playbook. There is a simple ansible structure for Ansible install epel-release, Nginx, net-tools packages.There are a task folder and two files which are hosts and install-pkgs.yml files. The hosts file

Ansible Playbook Install epel-release, Nginx, net-tools Packages Read More »

How to install PostgreSQL on CentOS 7, 8 and Ubuntu 18.04, 20.04

PostgreSQL is an open-source and relational database management system that uses structure query language. It is easy to install and configure.This blog explains how to install, configure, create users, create a database, grant the permissions and change the password in PostgreSQL on Centos 7, 8 and on Ubuntu 18.04, 20.04. Git Hub Repo:Download the following

How to install PostgreSQL on CentOS 7, 8 and Ubuntu 18.04, 20.04 Read More »

How To Install Docker CE On CentOS 7/ CentOS 8/ Ubuntu 18.04

Docker is a container-based tool. The containers separated from each other and collections of their software, configuration files, and libraries. The containers are faster and lighter than the virtual instance. It is easy to install and easy to use.This document provided the steps for how to install docker on CentOS 7 /CentOS 8 / Ubuntu

How To Install Docker CE On CentOS 7/ CentOS 8/ Ubuntu 18.04 Read More »

Install And Configure The Ansible Automation Tool On Centos 8 and Ubuntu 18.04, 20.04

Ansible is an open-source automation tool, which commonly used for IT tasks such as installation and configuration of any software on multiple nodes and also codes deployment on development or production environment. Any IT person can easily use Ansible because Ansible is easy to install, easy to deploy and configure on multiple nodes. Ansible works

Install And Configure The Ansible Automation Tool On Centos 8 and Ubuntu 18.04, 20.04 Read More »

Automate The Installation Of Jenkins On CentOS 8 & Configure With Nginx

Jenkins is an open-source and continuous integration tool and easy to automate the installation of Jenkins on Centos 8.Jenkins is entirely written in Java and install on Centos 8.Also, automate the installation of Jenkins on CentOS 8 & configure with Nginx using the following method. Git Hub Repo:Download the following git hub repo. Easy to

Automate The Installation Of Jenkins On CentOS 8 & Configure With Nginx Read More »

Install Jenkins On CentOS 7 & Configure With Nginx

Jenkins is an open-source and continuous integration tool and easy to install on Centos 7.Jenkins is entirely written in Java and install on Centos 7. Hardware Requirement:RAM: 256 MBHard disk: 1GB Prerequisite:Software: wget, net-tools(netstat command to Check the open ports), Java, Nginx(Optional) Note: Log in as the root user or If you are login as

Install Jenkins On CentOS 7 & Configure With Nginx Read More »