account - Get cPanel User’s Disk Usage

Get cPanel User’s Disk Usage

Here is how to get a user’s disk space usage on a cPanel user: WHM You can see the usage on the left-hand side of cPanel, or in the ‘List Accounts’ view of WHM: du: du -h /home/$user Quota cache: egrep "^${user} "...

settings - How to change MySQL root Password in CyberPanel

How to change MySQL root Password in CyberPanel

To change MySQL root password in CyberPanel we need to update it’s configuration. CyberPanel stores MySQL root password into two files: /etc/cyberpanel/mysqlPassword/usr/local/CyberCP/CyberCP/settings.py mysqlPassword File contains the MySQL...

swap - SWAP memory allocation

SWAP memory allocation

SWAP memory is used to help RAM, once it can not store any more data. Here is how to modify and increase SWAP memory on Linux.

linux - How to clean up the /boot Partition in Debian and Ubuntu 🐧

How to clean up the /boot Partition in Debian and Ubuntu 🐧

When upgrading within the same OS version, old kernels don’t typically get cleaned up automatically. This is to enable you to safely "rollback" to an older kernel version if you experience problems with a newer one.

linux - Configuring DNS 🐧

Configuring DNS 🐧

Domain Name System (DNS) converts the name of a Web site (www.pcx3.com) to an IP address (104.21.70.187). This step is important, because the IP address of a Web site’s server, not the Web site’s name, is used in routing traffic over the...

nodejs - How to deploy a 📦 Node.js application in cPanel ?

How to deploy a 📦 Node.js application in cPanel ?

Node.js is an open-source back-end runtime environment that executes JavaScript code outside a web browser. Follow these simple steps to deploy your node.js app using cPanel Register Node.js application in cPanel First login to your cPanel and under...