Create-Use-Ansible-Roles-Playbook

How to Create Ansible Roles and Use them in Playbook

Ansible is an opensource configuration management and orchestration tool that makes it easy to automate IT tasks in a multi-tier IT environment. With a single command, you can configure multiple servers and deploy applications without logging into each of the servers and doing the configuration … Read more

Install-Ansible-AWX-Ubuntu-22-04

How to Install Ansible AWX on Ubuntu 22.04 | 20.04

Ansible AWX is a free and opensource front-end web application that provides a user interface to manage Ansible playbooks and inventories, as well as a REST API for Ansible. It is an open source version of Red Hat Ansible Tower. In this post we will … Read more

Setup-Docker-Private-Registry-Ubuntu

How to Setup Private Docker Registry on Ubuntu 20.04

In this post, we are going to learn how to setup private docker registry on Ubuntu 20.04. Why Private Docker Registry ? For Smooth CI/CD development using the docker platform, consider using a self-hosted docker registry server. Docker registry is the repository where you can … Read more

Install-Docker-on-ArchLinux

How to Install and Use Docker on Arch Linux

In this guide, we will cover how to install Docker on Arch Linux step-by-step and will also learn how to use docker to run containers. Docker offers immense benefits. Before containerization, developers used to encounter issues when writing and deploying code on various Linux flavors. … Read more

OpenShift-WebConsole-Login-RHEL8

How to Setup Single Node OpenShift Cluster on RHEL 8

Using RedHat CodeReady Containers (CRC), we can easily install latest version of OpenShift cluster on laptop, desktop or in a virtual machine. In this tutorial, we will demonstrate how to setup single node openshift cluster on RHEL 8 system with crc. This type of openshift … Read more

Install-Use-Fail2ban-RHEL8-CentOS8

How to Install and Use Fail2ban on RHEL 8 / CentOS 8

Top on the list of every IT operation team is ensuring that servers are secure from unauthorized users or malicious scripts. There are a number of solutions that you can apply to ward off attacks and breaches. Among them is the implementation of the Fail2ban … Read more

How to Install GitLab on Debian 12 Step-by-Step

In this post, we will show you how install GitLab CE (Community Edition) on Debian 12 (Bookworm) system step-by-step. GitLab is a powerful web-based platform for version control and DevOps collaboration. It allows developers to manage and track their source code repositories, collaborate with team … Read more

Launch-EC2-Instance-Terraform

How to Launch AWS EC2 Instance Using Terraform

Terraform is an open source ‘infrastructure as code’ command line tool used to manage infrastructure in the cloud. With terraform you define declarative configuration file called HashiCorp Configuration Language (HCL) and provision your infrastructure. For instance, you need a Virtual machine, you just define resources … Read more