Linux tutorial - IT technology blog

How to Configure kdump on Linux: Collecting Kernel Crash Dumps and Analyzing Critical System Failures

kdump captures the entire state of RAM at the moment of a kernel panic — before the system has a chance to reboot. It is the only tool that allows sysadmins to investigate the root cause of a server crash when the logs record nothing. This guide covers installing and configuring kdump on RHEL/CentOS/Ubuntu, safely triggering a test crash, and analyzing vmcore files with the crash tool.
CentOS tutorial - IT technology blog

Managing Disk Quota on CentOS: Essential Tips for Limiting Storage Space for Users and Groups

Managing Disk Quota on CentOS is the optimal solution for allocating and limiting storage space for users/groups. This article provides a detailed guide on installing and configuring Quota, from enabling it on the filesystem to setting soft/hard limits and grace periods. Apply practical tips from real-world experience to maintain server stability and performance.