Introduction: Temporary files support system processes but can accumulate and waste disk space. Regular cleanup is key for optimal Linux system performance. Locate Temporary Files: Check common directories like /tmp or /var/tmp to identify files for cleanup. Delete Old Temporary Files: Run this command in the terminal to remove files older than a specific number […]
What is the difference between Tar and Gzip? With Examples
Tar and Gzip are two different utilities that are commonly used in Linux and other Unix-like operating systems. Tar, short for “tape archive”, is a file archiving utility that is used to bundle multiple files and directories into a single file. It does not provide any compression but simply creates an uncompressed archive. Tar is […]
How to Add SPF Record to All account on a cPanel/WHM Server
Introduction This guide explains how to change SPF records for all domains on a server. This can be helpful when adding a new IP address or remote mail server to existing records. Here’s how to update SPF records for all domains on your server: This command adds an SPF record entry for example.domain.tld to […]
How to Upgrade from CentOS 7 to AlmaLinux 8 or CloudLinux 8 Using cPanel ELevate
Important Note: Upgrading the operating system (OS) can lead to data loss or significant system failures. It is crucial to back up all data and store the backups off-server before initiating the upgrade process. Known cPanel ELevate Blockers Before starting, verify and resolve all blockers that may impede the upgrade process. Step 1: Backup Your […]
How to setup dedicated server on Hetzner with cPanel via Rescue system
Hosting websites and applications on a dedicated server is a significant step that requires careful planning, especially when using Hetzner with cPanel. This guide provides a comprehensive outline of the essential steps, from server provisioning to cPanel installation, to help users manage domains, configure emails, and implement robust security measures. Activating Rescue Mode is crucial […]
How to configure/mount additional Drive in Linux
Mounting additional hard disks in Linux involves the process of making the operating system recognize and utilize the newly added storage devices. This can include internal hard drives, external drives, or other storage media. Mounting additional hard disks in Linux contributes to improved storage management, performance optimization, data organization, redundancy, and scalability, providing a more […]
How to create cPanel plugin to show inodes usage
When utilizing CPanel, it’s important to note that there are limitations in place for inodes and file usage, and it’s essential to keep track of them. To assist with this process, we’ve taken the liberty of crafting an in-depth guide that walks you through the process of creating a plugin that counts your usage step-by-step. […]
Custom Feild for Nameservers in cpanel Homepage Sidebar
You can add a custom sidebar of the nameservers inĀ Cpanel like the Screenshot below Certainly! Here’s a detailed step-by-step guide with added information for creating an HTML template file: Login with your Credential: Open your preferred terminal emulator (e.g., Terminal on macOS, Command Prompt on Windows). Type the command ssh username@your.server.ip.address and press Enter. […]
Fixing a Corrupted RoundCube SQLite Database
Introduction: Occasionally, users may encounter issues with RoundCube, preventing them from accessing their webmail. This can manifest as failed login attempts or redirection to a login page when accessed through cPanel. This detailed guide provides step-by-step instructions to resolve these problems. Here is a step-by-step guide on how to Fix a Corrupted RoundCube SQLite Database […]
How to set server backup monitoring with slack
Here’s a step-by-step guide to setting up BackupĀ monitoring on your server: 1. Login to your WHM Log in to the server where you want to establish Backup monitoring 2. Backup Configuration Use the search bar to find the “Backup Configuration” option and activate the backup status. 3. Open SSH or TERMINAL Use the […]