Home » Archive

Articles, Featured »

[2 Aug 2024 | No Comment | ]

Introduction
Backing up data is a critical task in server management, and cPanel provides robust backup solutions. However, sometimes you might encounter an issue where cPanel fails to prune older backups, leading to excessive disk usage and potential server problems. This blog post will guide you through identifying and fixing this issue using a custom bash script.
The Issue: Backup Pruning Failure
When …

Featured »

[3 Jul 2024 | No Comment | ]

If you’re managing a server with cPanel on AlmaLinux and using MySQL 8, you might encounter a specific bug that can cause MySQL to fail due to daily cPanel updates. Even after downgrading MySQL, you may find that the InnoDB database system’s ibdata file is corrupted, preventing MySQL from starting.
The Issue
The root cause of this problem is an upstream bug, …

Articles »

[1 Apr 2024 | No Comment | ]

In the realm of system administration, ensuring that your data is safely backed up is paramount. For those utilizing Perl scripts to manage backups—whether weekly, monthly, or on-demand—efficiency, reliability, and error handling are key components of a well-oiled backup system. Today, I’ll walk you through an enhanced Perl script designed for sysadmins looking to streamline their backup processes, focusing on …

Articles »

[13 Sep 2023 | No Comment | ]

iPhone 15
Apple recently launched the iPhone 15 Pro and iPhone 15 Pro Max, featuring a design that combines strong yet lightweight titanium and customizable Action buttons. The standout camera features include a 48MP Main camera and an exclusive 5x Telephoto camera. A17 Pro ensures pro-level performance with significant improvements in GPU, CPU, and Neural Engine. Photo enhancements include better Night …

Articles »

[26 Jul 2023 | No Comment | ]

Selecting the right domain name for your brand is a critical step in establishing a strong online presence. A well-optimized domain name not only helps users find you easily but also contributes to improved search engine rankings. In this article, we will provide you with 12 SEO-friendly tips to help you choose the perfect domain name that aligns with your …

Linux »

[1 Mar 2023 | No Comment | ]

I have write simple bash script that checks the availability of Cpanel backups for each user account listed in /var/cpanel/users. The script first sets the backup path to /backup/*/*/accounts/*.tar.gz. This path includes the * wildcard to match any subdirectory names for the first two levels of directories. This allows the script to check backups in multiple directories within /backup.
For each …