If your CloudLinux 8 server with UEFI is entering the GRUB shell after a reboot, the issue may be caused by a misconfigured or corrupted GRUB configuration file (grub.cfg). OS:…
How to set up a Python application in cPanel
January 15, 2025 / cPanel & WHMThis guide will walk you through the process of setting up a Python application in cPanel, either via the graphical interface or the command line. Steps to set up a…
How to resolve Roundcube webmail’s email fetching issue on cPanel
January 13, 2025 / cPanel & WHMAre you encountering the “Unable to Fetch Emails” error in Roundcube Webmail? Don’t worry! This guide provides a systematic solution to help you resolve the issue and regain access to…
How to start/stop and permanently disable Firewalld
January 10, 2025 / How-to GuideFirewalld is a vital tool for managing firewall configurations on Linux systems. This guide provides quick steps to check its status, start or stop it temporarily, and disable it permanently…
How to create a cPanel backup and transfer it to an FTP server
January 8, 2025 / cPanel & WHMThis article explains how to create and transfer a cPanel backup to an FTP server. Creating a cPanel backup and transferring it to an FTP server ensures secure off-site storage…
How to Retrieve a CSR from cPanel
January 6, 2025 / cPanel & WHMThis article explains how to retrieve a CSR from cPanel. If you have generated a Certificate Signing Request (CSR) from cPanel but misplaced it, don’t worry—you can retrieve it. Note:…
How to change and customise cPanel default pages
December 12, 2024 / cPanel & WHMWant to make your cPanel Server look attractive by replacing default pages? You are at the right place; we will help you change and customise cPanel default pages in very…
How to install WordPress through WP-CLI on AlmaLinux
December 5, 2024 / Sales FAQ WordPressThis article will walk you through installing WordPress through WP-CLI on AlmaLinux. WP-CLI is a powerful command-line tool for managing WordPress. It enables users to perform tasks like installation, updates,…
How to locate large files in cPanel using the terminal
November 29, 2024 / cPanel & WHMRunning low on disk space can affect your website’s performance. To resolve this, it is important to identify which files or directories are consuming the most space. cPanel’s built-in terminal…
How to add pagination in a WordPress website
November 20, 2024 / WordPressPlagination is an important feature for organizing content and improving user experience on your WordPress website. It assists in breaking up large amounts of content into manageable sections, such as…
How to Check and Repair a Corrupted MySQL Database Table Using SSH
November 18, 2024 / MySQL Sales FAQThis guide explains how to use MySQLcheck to repair a corrupted database table. Checking and repairing a corrupted MySQL database table using SSH ensures the integrity of the database, stopping…
How to migrate a drupal site to WordPress
November 11, 2024 / How-to GuideThis guide will walk you through the process of migrating your Drupal site to WordPress. Migrating a site from Drupal to WordPress can modernise the content management system and offer…
How to configure and manage firewalld
November 8, 2024 / How-to GuideIn CentOS 7 environments without cPanel/WHM, Firewalld is the default firewall system. It is an improvement over the older Iptables, offering a more user-friendly interface with easier-to-understand commands. Firewalld organises…
How to export/import a MySQL database through SSH
November 6, 2024 / MySQLIn this article, you will learn how to export and import a MySQL database via SSH. For databases larger than 128MB, using SSH is recommended for the export/import process. …