Setup-Dynamic-NFS-Kubernetes-Cluster

How to Setup Dynamic NFS Provisioning in Kubernetes Cluster

In this post, we will show you how to setup dynamic nfs provisioning in Kubernetes (k8s) cluster. Dynamic NFS storage provisioning in Kubernetes allows you to automatically provision and manage NFS (Network File System) volumes for your Kubernetes applications on-demand. It enables the creation of … Read more

Install-Nagios-Core-RockyLinux-AlmaLinux

How to Install Nagios on Rocky Linux 9 / Alma Linux 9

Formerly known as Nagios, Nagios Core is a free, open-source, and powerful network monitoring tool that allows you to monitor servers and applications on your network. You can monitor both Linux and Windows servers as well as running applications. Nagios core enables the monitoring of … Read more

Install-Ansible-AWX-Kubernetes-Cluster

How to Install Ansible AWX on Kubernetes Cluster

In this post, we will show you how to install Ansible AWX on Kubernetes (k8s) cluster step by step. Ansible AWX is a powerful open-source tool for managing and automating IT infrastructure. AWX provides a graphical user interface for Ansible, allowing you to easily create, … Read more

Install-Docker-on-Fedora-Linux

How to Install Docker on Fedora 38/37 Step-by-Step

Docker is a popular open-source containerization platform that allows developers to package their applications into containers. Fedora Linux is a popular distribution of Linux that is known for its cutting-edge technologies and open-source software. In this article, we will be discussing how to install Docker … Read more

Configure-DHCP-Server-RHEL-RockyLinux

How to Configure DHCP Server on RHEL 9 / Rocky Linux 9

DHCP, an acronym for Dynamic Host Configuration Protocol, is a network protocol that auto-assigns IP addresses to client systems in a computer network. It assigns clients from a DHCP pool or range of IP addresses specified in its configuration. While you can manually assign a … Read more

APT-Proxy-Settings-Ubuntu-Debian

How to Set Proxy Settings for APT Command

In this guide, you will learn how to set proxy settings for the APT command in Ubuntu/Debian Linux distributions. A proxy server is an intermediary server that sits between a client system or end user requesting the resource and the resource itself. In most cases, … Read more

Configure-FreeIPA-Client-Ubuntu

How to Configure FreeIPA Client on Ubuntu 22.04 / 20.04

FreeIPA is a powerful open-source identity management system that provides centralized authentication, authorization, and accounting services. In this post, we will walk through the steps to configure FreeIPA client on Ubuntu 22.04 / 20.04. After configuring the freeipa client then we will try to login … Read more