Install-NFS-Server-Ubuntu-22-04

How to Install NFS Server on Ubuntu 22.04

In this guide, we will show you how to install NFS server on Ubuntu 22.04 step-by-step. Network File System (NFS) is a powerful and widely-used protocol that allows you to share files and directories between multiple Linux systems over a network. Setting up an NFS … Read more

Install-AlmaLinux8-Step-by-Step

How to Install AlmaLinux 8 Step by Step

The discontinuation of CentOS Linux by the CentOS Project in favor of CentOS Stream heralded a lot of uncertainty among developers and CentOS enthusiasts alike. In case you are behind the news, check out this announcement by CentOS Project. Many have opted to settle for … Read more

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