Wednesday, May 11, 2022

[Solution] How to list files and folders by size using du command

In order to list files or folders by size, you can use this command:   du -k * | sort -nr | cut -f2 | xargs -d 'n' du -sh   Natively, “du” doesn’t offer...

[Solution] How to disable cpaddons update notification

If you receive an annoying email from cPanel that your wordpress or any other installation requires updating (although you updated it from its admin interface), you can easily disable these notifications...

How To Install GMP on cPanel

GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. There is no practical limit to the precision except the ones implied by...

[Solution] Missing HOST Config Line in /etc/www.acct.conf, please reconfigure with Edit Setup

If the error: Missing HOST Config Line in /etc/wwwacct.conf, please reconfigure with Edit Setup Occurs when you create a new account, this is caused by the lack of a line that defines...

[Solution] How to set up permissions recursively to files or folders

If you need to change permissions for all the files or all the folders in a specific directory, then you will need these commands: For changing files' permissions: find /path/to/directory -type f -exec...

How to install memcache on cPanel server

In order to install memcache on your cPanel server, you will need to get your fingers dirty with a bit of command line work: Firstly, access your server via SSH and: run the...

Block title

110FansLike
23FollowersFollow