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;…
When shared hosting is no longer enough for your current needs and a dedicated server is too expensive or too complex to maintain, a virtual private server becomes the obvious…
In order to change your ssh port you need to "allow" it in SELinux: 1.Install package that provides "semanage" comamand: CODE: SELECT ALL yum install policycoreutils-python 2.List all ports allowed for…
The first step will be to create the nameservers. In order to do that, you must go to the “Basic cPanel and WHM setup” section of your cPanel instance. At…
PhilmoreHost have been providing Managed Dedicated Servers since 2011 through a partnership with HostingSource and Interserver, we provide managed dedicated systems. We layer together Interserver’s hardware with our support expertise (HostingSource) to provide…
Exim Hardening Practices The intention of this guide is to provide some steps to help tighten the email sending practices on a machine in order to facilitate both determining the…
How to install all ConfigServer scripts? You can follow these steps to install all free scrips provided by Configserver: Install CSF (Config Server Firewall) Login to server through SSH as…
If you get this error in WHM > View Sent Summary Error from delivery reporter: DBD::mysql::db selectall_arrayref failed: Table './eximstats/failures' is marked as crashed and last (automatic?) repair failed Try…
Apache SpamAssassin is an email utility that uses Bayesian spam filtering and network tests tp examine incoming email and test for spam characteristics. SpamAssassin ranks emails with an overall score to…
How to detect all accounts which are using many processes on a cPanel Server? Answer: You can try some ways below: Display top accounts, which generates highest number of http…
In this guide, we will teach you how to use the Exim mail log on your VPS or a dedicated server to find possible attempts from spammers to use your scripts, or…
The server’s performing just fine, but there’s one problem…you’re out of disk space! Here are a few simple tricks to freeing up disk space on your cPanel server to help…
If your /tmp is too small, then you will face /tmp full issue. cPanel by default create /tmp with 512mb space. For shared hosting server 512mb is too small. However,…