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

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

Dualboot-ArchLinux-Windows10

How to Dual Boot Arch Linux and Windows 10 on UEFI system

In this guide, you will learn how to Dual boot Arch Linux with Windows 10 on UEFI system. This guide assumes that you already have Windows 10 installed on your system. Prerequisites Before you begin configuring the dual-boot setup, ensure that the following requirements are … 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 Create and Configure Sudo User on Arch Linux

It’s always advised against running administrative-level commands as the root user. In fact, as a rule of thumb, it’s recommended to configure or create a sudo user on any Linux server that you intend to manage. Executing commands as the root user is risky and … Read more

Stat-Command-Examples-Linux

8 Stat Command Examples in Linux

In Linux, there always seems to be an ingenious way of getting things done. For any task, there’s always more than one command-line utility to execute it in a better way. The Linux stat command is a command-line tool used to display detailed information about … Read more

Linux-Nmap-Command-Examples

20 Awesome Nmap Command Examples in Linux

Nmap stands for Network Mapper, it is a free and open-source network discovery and reconnaissance tool used for host discovery and collecting detailed information about a host. Written in C, C++ and Python and Initially released in September 1997, nmap has become an integral tool … Read more

Install-OpenLiteSpeed-WebServer-CentOS8-RHEL8

How to Install OpenLiteSpeed Web Server on CentOS 8/RHEL 8

When it comes to opensource web servers, Apache and Nginx usually take the lion’s share in the hosting space and will often get the most attention. But those aren’t the only opensource web servers in the market which offer great performance and impressive stability. OpenLiteSpeed … Read more