Rock-Linux-GUI-Dashboard

How to Install Rocky Linux 8.4 Step by Step with Screenshots

Hello Techies, Rocky Linux 8.4 has been released officially by Rocky Enterprise Software Foundation (RESF). It is considered as the replacement of CentOS Linux. Rock Linux is community-based enterprise level operating system and compatible with RHEL (Red Hat Enterprise Linux). As CentOS 8 updates will … Read more

Install-minikube-on-ubuntu-linux

How to Install Minikube on Ubuntu 22.04 | 20.04

In this article, we will cover how to install of Minikube on Ubuntu 22.04 | 20.04 LTS. Minikube is an open-source tool that allows you to run a single-node Kubernetes cluster locally on your machine.Minikube is designed to make it easy for developers to set … Read more

Create-Use-Custom-Facts-Ansible

How to Create and Use Custom Facts in Ansible

Custom facts (local facts) are the variables which are declared on ansible managed host. Custom facts are declared in ini or json file in the /etc/ansible/facts.d directory on managed host. File names of custom facts must have .fact extension. In this article, we will cover … Read more

Analyze-Real-Time-Apache-Nginx-Logs

GoAccess – Analyze Real-Time Apache and Nginx Logs

One of the primary roles of any systems administrator is viewing and analyzing log files. Web server log files from other Apache and Nginx can build up over time and examining them can prove to be a tedious and time-consuming activity. Thankfully, GoAccess can alleviate … Read more

Monitor-Linux-System-With-Glances

How to Monitor Linux System with Glances Command

In the past, we have covered quite a number of command-line monitoring tools in Linux.  These include vmstat, htop and top command to mention a few. The top command is the most widely used command since it comes preinstalled and gives a real-time performance of … Read more

Use-Handlers-in-Ansible-Playbook

How to Use Handlers in Ansible Playbook

In Ansible, a handler is just like any other task but only runs when called or notified. It takes action when a change has been made on the managed host. Handlers are used in initiating a secondary change such as starting or restarting a service … Read more

Linux-Date-Command-Examples

8 Quick Date Command Examples in Linux

Maintaining accurate date on a Linux system is one of the essential skills that any Linux user should have at their fingertips. The Linux date command is used to display and set the date and time settings on a Linux system.  This tutorial gives you … Read more

Distribution-Upgrade-Progress-Part2

How to Upgrade Ubuntu 20.04 / 20.10 to Ubuntu 21.04

On April 22, 2021, Canonical released Ubuntu 21.04, codenamed ‘Hirsuite Hippo’. Ubuntu 21.04 ships with new features targeted at developers and innovators. These include Flutter application development SDK and Microsoft SQL Server for Ubuntu. Additionally, The latest release includes native Active Directory integration and Wayland … Read more

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