Capacity Planning

How to Monitor Disk Usage with df, du, lsblk and ncdu on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Monitor Disk Usage with df, du, lsblk and ncdu on RHEL 8

Running out of disk space is one of the most disruptive events on a Linux server, and it often happens silently until a service crashes or a write fails. Red Hat Enterprise Linux 8 ships with several tools to help you stay ahead of the problem: df for a quick filesystem overview, du for directory-level […]

Read more
How to Monitor System Resources with htop, top and vmstat on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Monitor System Resources with htop, top and vmstat on RHEL 8

Understanding what your RHEL 8 server is doing in real time — and historically — is essential for diagnosing performance bottlenecks, identifying runaway processes, and planning capacity. RHEL 8 includes top by default and provides htop, vmstat, iostat, and sar as complementary tools that each excel in different scenarios. This guide walks through installing and […]

Read more
How to Create and Manage Swap Space on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Create and Manage Swap Space on RHEL 8

Swap space gives the Linux kernel an overflow area on disk when physical RAM is fully utilized, preventing out-of-memory crashes on memory-constrained servers. On RHEL 8, swap can be implemented as a dedicated partition or as a swap file — the latter being more flexible since it can be created, resized, and removed without repartitioning […]

Read more
How to Configure Network QoS with tc on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Configure Network QoS with tc on RHEL 9

Network Quality of Service (QoS) lets you control how bandwidth is distributed across different types of traffic, ensuring that latency-sensitive applications like VoIP or interactive SSH sessions remain responsive even when bulk transfers saturate the link. The Linux tc (traffic control) subsystem implements this through a combination of queuing disciplines, classes, and packet filters. This […]

Read more
How to Set Up ZFS on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Set Up ZFS on RHEL 9

ZFS (Zettabyte File System) delivers enterprise-grade data integrity features including checksumming, copy-on-write snapshots, built-in RAID, and efficient replication — without requiring a separate volume manager. Although ZFS is not included in RHEL 9’s default kernel, the OpenZFS project provides DKMS-based packages that work reliably on RHEL 9. This tutorial covers installing OpenZFS, creating pools and […]

Read more
How to Migrate Workloads from RHEL 9 to RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Migrate Workloads from RHEL 9 to RHEL 10

Introduction Setting up migrate workloads from rhel 9 to rhel 10 on a RHEL 10 server is a common task for system administrators, DevOps engineers, and site reliability engineers. This guide explains how to Migrate Workloads from RHEL 9 to RHEL 10, with all the commands you need, the SELinux and firewalld considerations to keep […]

Read more
How to Analyze Network Traffic with Wireshark CLI (tshark) on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Analyze Network Traffic with Wireshark CLI (tshark) on RHEL 10

Introduction This tutorial demonstrates how to Analyze Network Traffic with Wireshark CLI (tshark) on RHEL 10 on RHEL 10. It is written for administrators who want a repeatable, well-explained walkthrough that goes beyond a bare command list and explains each configuration choice. Every command is tested against a freshly registered RHEL 10 system with the […]

Read more
How to Configure PTP Time Sync on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Configure PTP Time Sync on RHEL 10

Introduction How to Configure PTP Time Sync on RHEL 10 on RHEL 10 provides administrators with a robust, enterprise-ready workflow that integrates cleanly with systemd, SELinux, firewalld, and the modern AppStream module system. In this tutorial we will walk through every step required, from package installation to verification, so that the resulting configuration is reproducible […]

Read more
How to Configure IPv6 Networking on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Configure IPv6 Networking on RHEL 9

IPv6 is the successor to IPv4, offering a vastly larger address space and improved routing efficiency, and is increasingly required for modern infrastructure and public internet connectivity. On RHEL 9, NetworkManager is the primary tool for managing network configuration, and it fully supports both static IPv6 addressing and automatic assignment via SLAAC and DHCPv6. This […]

Read more
How to Configure Dovecot IMAP Server on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Configure Dovecot IMAP Server on RHEL 10

Introduction How to Configure Dovecot IMAP Server on RHEL 10 on RHEL 10 provides administrators with a robust, enterprise-ready workflow that integrates cleanly with systemd, SELinux, firewalld, and the modern AppStream module system. In this tutorial we will walk through every step required, from package installation to verification, so that the resulting configuration is reproducible […]

Read more
CHAT