If you have root user access of your Linux server you can find out where inodes are being used for i in `find . -type d `; do echo `ls -a $i | wc -l` $i; done | sort -n This will dump a list of every directory on the…
Gzip compresses your webpages and style sheets before sending them over to the browser. This drastically reduces transfer time since the files are much smaller. First need to install “mod_deflate” apache module through EasyApache 4 Add below lines to configure “mod_deflate” in your apache configuration file. # compress text, html,…
Issue : Getting below error for roundcube DATABASE ERROR: CONNECTION FAILED! Unable to connect to the database! Please contact your server- administrator. There are few things to be checked while working with this problem. # The database is repaired if the entire table exists. To repair a db follow this…