Search Results: Found 2
The Ultimate Crontab Guide: Mastering Scheduling from Hourly to Every N Hours
2026-03-11 DP

This article provides a detailed breakdown of Crontab job scheduling. Starting with a common "run every hour" configuration like `16 * * * *`, we dive deep into how to precisely set up tasks for intervals like every 2 or 3 hours. It also includes a complete guide to Crontab syntax, special characters (*, -, /), numerous practical examples, and professional tips from DP@lib00 like output redirection to help you master Linux scheduled tasks.

Decoding the 99% I/O Wait: The Ultimate Post-Mortem Guide for CentOS Server 'Freezes'
2025-12-31 DP

Has your CentOS server ever 'frozen' due to I/O wait skyrocketing to 99%? Services become unresponsive and SSH lags, yet the server is still pingable. This article is a comprehensive post-mortem guide that shows you how to investigate after a reboot. Learn to act like a detective, using tools like `journalctl`, `sar`, and `smartctl` to hunt for clues in system logs and historical performance data. We'll walk you through pinpointing the root cause, whether it's a runaway cron job, a slow database query, or potential hardware failure, and provide effective preventative measures.