Filesystem

How to Encrypt Filesystem with fscrypt on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Encrypt Filesystem with fscrypt on RHEL 10

Introduction How to Encrypt Filesystem with fscrypt 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 Set Up Software RAID with mdadm on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Set Up Software RAID with mdadm on RHEL 9

Software RAID (Redundant Array of Independent Disks) allows you to combine multiple physical disks into a single logical device that provides redundancy, performance, or both — entirely in software without dedicated hardware. On RHEL 9, mdadm is the standard tool for creating and managing software RAID arrays and is included in the default repositories. Unlike […]

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

How to Set Up NFS File Sharing on RHEL 9

NFS (Network File System) is the standard protocol for sharing directories over a network between Linux and Unix systems. On RHEL 9, NFS is provided by the nfs-utils package and integrates with firewalld and SELinux out of the box. NFS allows multiple clients to mount and access a shared directory on a server as if […]

Read more
How to Configure LVM (Logical Volume Manager) on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Configure LVM (Logical Volume Manager) on RHEL 9

Logical Volume Manager (LVM) is a flexible storage management layer built into the Linux kernel that lets you create, resize, and remove storage volumes without downtime. On RHEL 9, LVM is the default storage layout used during installation and is deeply integrated with the system tooling. Unlike partitions tied directly to physical disks, LVM abstracts […]

Read more
How to Configure Filesystem Quotas on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Configure Filesystem Quotas on RHEL 10

Introduction RHEL 10 ships with a stable, security-hardened base that makes deploying configure filesystem quotas both straightforward and auditable. This tutorial covers the complete procedure for how to Configure Filesystem Quotas on RHEL 10, including dnf module streams where applicable, systemd unit management, and the firewalld rules required for network-facing services. Prerequisites Before you begin, […]

Read more
How to Configure XFS Filesystem on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Configure XFS Filesystem on RHEL 10

Introduction How to Configure XFS Filesystem 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 and […]

Read more
How to Configure Btrfs Subvolumes on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Configure Btrfs Subvolumes on RHEL 10

Introduction This tutorial demonstrates how to Configure Btrfs Subvolumes 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 default AppStream repositories enabled. […]

Read more
How to Set Up Checksum Monitoring with AIDE on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Set Up Checksum Monitoring with AIDE on RHEL 9

AIDE (Advanced Intrusion Detection Environment) builds a cryptographic database of file attributes and checksums, then alerts you whenever a monitored file changes unexpectedly — a technique known as file integrity monitoring (FIM). On RHEL 9, AIDE is available in the standard repositories and integrates cleanly with systemd timers for scheduled checks and with auditd for […]

Read more
How to Install and Configure cAdvisor for Container Monitoring on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install and Configure cAdvisor for Container Monitoring on RHEL 9

cAdvisor (Container Advisor) is an open-source daemon from Google that collects, aggregates, and exposes resource usage and performance metrics for every running container on a host. Unlike Docker’s built-in docker stats, cAdvisor exposes its data in Prometheus format, making it a natural fit for scraping alongside Node Exporter. This tutorial covers running cAdvisor on RHEL […]

Read more
How to Configure Prometheus Node Exporter on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Configure Prometheus Node Exporter on RHEL 9

Prometheus Node Exporter is the standard agent for exposing hardware and operating system metrics from Linux hosts to a Prometheus server. It collects data on CPU usage, memory, disk I/O, network throughput, filesystem utilisation, and dozens of other system-level indicators, making them available via a simple HTTP endpoint on port 9100. Installing Node Exporter on […]

Read more
CHAT