Cron jobs are scheduled tasks that run automatically at specified times or intervals on Linux systems. They’re useful for automating repetitive tasks such as backups, updates, or custom script execution.…
How to Change File Upload Size Limit Using php.ini in Shared Hosting
July 4, 2025 / Web DevelopmentSuppose you are using a shared hosting environment and want to control the maximum size of file uploads for your PHP applications (like WordPress, Laravel, etc.). In that case, you…
How to Install and Configure Fail2Ban for Linux SSH Security
July 2, 2025 / Security and BackupsIn 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 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 (CloudLinux)
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 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 when connecting to HTTPS URLs and you receive an error such as: cURL error: SSL: certificate verification failed This usually indicates an issue with…
How to Set Up WP-CLI and Enable Autocomplete on a cPanel Server
May 24, 2025 / cPanel & WHMThis article covers the steps for installing WP-CLI on a cPanel server, including enabling autocomplete for quicker and more effective command usage. Before you begin, ensure the following: A server…
How to Add Swap Memory in Ubuntu 20.04
May 20, 2025 / Servers, Hosting & EmailIn this article, we have explained how to add swap memory in Ubuntu 20.04. Swap space is used in Linux systems as an overflow when the physical RAM is fully…
How to use Netstat for network monitoring in Linux
May 16, 2025 / Servers, Hosting & EmailThis article explains how to use Netstat for network monitoring in Linux. Netstat information, such as active connections, listening ports, routing tables, and network interface statistics. It is part of…
How to select the correct Kernel to boot on CloudLinux OS
May 14, 2025 / Servers, Hosting & EmailIn this article, we have explained how to select the correct Kernel to boot on CloudLinux OS. There are many instances where you need to manually shift the server to…