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} "...
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...
MTR is a traceroute tool that tests the network connections or path between your physical location and your hosting server.
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.
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.
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...
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...
You can change the settings in the WordPress admin, hardcode them in your wp-config.php file, edit the database, or use WP-CLI.