CloudLinux uses LVE (Lightweight Virtual Environment) to isolate and limit resource usage per user in shared hosting environments. This helps maintain server stability by avoiding any single account from consuming…
Search results for: ssh
How to Install and configure MariaDB on Ubuntu 20.04
May 19, 2025 / Servers, Hosting & EmailThis guide walks you through installing and securing MariaDB on Ubuntu 20.04. A reliable, open-source relational database system that can be used in place of MySQL is called MariaDB. Because…
How to Manage and Clear a Full Partition Efficiently
March 17, 2025 / Command LineThis guide provides steps to manage and clear a full partition. The /var directory typically fills up first since it stores system logs. The /usr directory may also fill up…
How to Enable or Configure the Error Log in MySQL® or MariaDB
March 3, 2025 / MySQLThis guide explains how to enable or configuring the error log in MySQL® or MariaDB. If MySQL is not logging errors or is saving them in an unexpected location, it…
How to Make an Incremental Server Migration with WHM and rsync
January 25, 2025 / Servers, Hosting & EmailThis article explains how to make an Incremental server migration using WHM and rsync. Migrating a server can be a difficult task, but executing an incremental migration using WHM and…
How to upgrade CentOS 7 to AlmaLinux 8 or CloudLinux 7 to 8 with cPanel ELevate
January 16, 2025 / Servers, Hosting & EmailThis guide outlines the process for upgrading from CentOS 7 to AlmaLinux 8 or CloudLinux 7 to CloudLinux 8 using the cPanel ELevate tool. Important notes before upgrading: Review known…
How to Install a Python WSGI Application
January 14, 2025 / Web Design & DevelopmentThis article explains how to install and deploy a Python WSGI application using cPanel Application Manager (Passenger). The instructions apply to Linux VPS or dedicated servers running cPanel & WHM…
How to make your server more secure via WHM
December 4, 2024 / cPanel and WHMTo safeguard your data, stop illegal access, and guarantee reliable website performance, you must secure your server. WHM comes with several built-in technologies that help protect your server against frequent…
How to Install WP-CLI on a cPanel server with autocomplete
November 15, 2024 / cPanel & WHMWP-CLI (WordPress Command Line Interface) is a powerful tool that allows you to manage WordPress websites through the command line, simplifying tasks and saving time. In this guide, we will…
How to search and replace in the WordPress database using WP CLI
September 16, 2024 / WordPressThe WP-CLI command line tool lets you efficiently search and replace content in your WordPress database. This is what is explained in this article. Prerequisites: SSH access to your server.…