In this article, we have explained how to install and configure Fail2Ban for Linux SSH security. Fail2Ban is a powerful tool that helps protect your server by automatically detecting and…
How to Use GPG to Encrypt Files for Secure Backups
June 30, 2025 / Security and BackupsThis guide explains how to encrypt files using GPG (GNU Privacy Guard), an open-source tool that utilises public-key cryptography to add an extra layer of security, ensuring your data remains…
How to Track Real-Time Network Usage on Linux with nload
June 28, 2025 / Servers, Hosting & EmailTo diagnose bandwidth-related problems and preserve server health, real-time network traffic monitoring is essential. “nload” is a small, command-line utility that uses real-time graphs to display incoming and outgoing network…
How the locate Command Works in Linux
June 26, 2025 / Command LineThis article explains the operation of the “locate” command in Linux. The speed of “locate” is one of its main benefits. It does not do a real-time file system scan.…
How to Set Up a Node.js Application in cPanel
June 24, 2025 / Sales FAQIf you want to deploy a Node.js application using a graphical interface, cPanel makes the process simple and efficient. With its built-in Node.js support, you can easily configure your application…
How to Use R1Soft to Restore Website Files and Databases
June 21, 2025 / Security and BackupsThis guide will walk you through restoring website files and databases using the R1Soft Backup system via cPanel. Follow the steps: Access the R1Soft control panel using your login credentials.…
How to Fix “Duplicate Log Entry for /var/lib/mysql/mysqld.log” Error in Logrotate
June 17, 2025 / cPanel & WHMThis guide explains how to fix the “Duplicate Log Entry for /var/lib/mysql/mysqld.log” error that appears when logrotate runs through cron. The error occurs because both /etc/logrotate.d/mysql and /etc/logrotate.d/mysqld contains log…
How to Add XVFB and wkhtmltopdf to CageFS
June 14, 2025 / Servers, Hosting & EmailThis article will explain how to add XVFB and wkhtmltopdf to CageFS. This allows jailed users in a secure shared hosting environment to generate PDFs from HTML by enabling access…
How to Set Up Kdump to Generate a vmcore on Server Hang or Crash
June 10, 2025 / Command LineIn this article, you will learn how to set up Kdump to generate a vmcore on a Server Hang or Crash. Kdump is a Linux utility that automatically generates a…
How to resolve the “Wizard is Broken” Error in the CloudLinux Installation Wizard
June 6, 2025 / Sales FAQThis article explains how to resolve the “Wizard is broken” error in the CloudLinux Installation Wizard. When attempting to install components using the CloudLinux installation wizard, you might encounter the…
How to Safely Back Up and Re-initialise the LVE Database
June 3, 2025 / MySQLThis article provides a step-by-step guide on how to safely back up and re-initialise the LVE (Lightweight Virtual Environment) statistics database used by CloudLinux. The LVE database stores resource usage…
How to Fix: ‘cl_plus_sender’ Service Missing or Not Running
May 30, 2025 / Command LineThis guide will help you check the status of the service and bring it back online. The cl_plus_sender service supports essential backend tasks required for stable hosting operations. Note: This…
How to Deactivate a Command in CageFS
May 28, 2025 / Command LineThis article explains how to deactivate a command in CageFS. It is a safe virtualised file system used in shared hosting environments to isolate each user and improve security. If…
How to resolve cURL SSL Certificate Verification Errors on Windows Servers
May 26, 2025 / SSLIf your cURL requests are failing to connect to SSL-enabled (HTTPS) endpoints and you’re seeing an error like: cURL error: SSL: certificate verification failed This typically indicates an issue with…