Every Linux System has three options to clear cache without interrupting any processes or services. 1. Clear PageCache only. # sync; echo 1 > /proc/sys/vm/drop_caches 2. Clear dentries and inodes. # sync;…
Got following error while installing cPanel on centos based server ? 2018-09-29 17:35:01 593 (ERROR): ********************* ERROR *********************2018-09-29 17:35:01 594 (ERROR): NetworkManager is installed and running, or 2018-09-29 17:35:01 595 (ERROR): configured to startup. …
Detected an installer lock file (/root/installer.lock). Please be sure that an installer is not already running. For a beginner, it is frustrating but the solution is clearly written on the…
Two-factor authentication is a fantastic way to secure your client area as it makes you login using your traditional password (something you know) and a token generated from a device…
By default, Nginx doesn't enable gzip compression for serving files. This is commonly used to reduce the filesize of CSS and Javascript files, if they haven't been minified or pre-compressed.…
Creating Virtual Interface and Assign Multiple IP Addresses Here I have an interface called “ifcfg-eth0“, the default interface for the Ethernet device. If you’ve attached second Ethernet device, then there would be an “ifcfg-eth1”…
WordPress is the most popular Content Management System (CMS) and powers more than 30% of websites. However, as it grows, hackers have taken note and are beginning to specifically target…
Joomla has been downloaded over 68 million times. That makes it the second most used CMS for websites. According to research by Sucuri, it is also the second most infected website…
How can I create a backup in Softaculous? Access your cPanel and go to Softaculous.From the top right menu choose the All Installations button which looks like a wooden box.On the new page, you…
Remove cPanel users’ backups The filename format of the backups is backup-date_time_username.tar.gz. Example: backup-6.11.2017_09-52-35_philmorehost.tar.gzThe issue is that these backups take disk space and at some point, you may see that your server…
Generic TLDs’ (gTLDs’) grace periods When a domain expires, your website and mail service will stop functioning, and no changes can be made to the domain. However, for generic TLDs (.com, .net, .org, .biz,…
Log into your Webmail dashboard and choose the RoundCube option. From the RoundCube dashboard, click on the Settings option in the upper right corner of the screen. This brings you…
Starting a website or a blog today has never been easier to those without coding experience. From choosing a web host to creating the site itself, everything’s doable by yourself.…