WHM/cPanel is one of the most widely using webhosting control panel. We already covered a lot of topic of the same. There are a lot of backend scripts available with cPanel. It simplifies a lot things on commandline operation. A…
Enable custom PHP in cPanel server with PHP CGI (Common Gateway Interface) handler
Here I’m explaining how we can enable custom php.ini file for individual accounts in a cPanel based server. First of all, we need to know the current working PHP handler in the server. Please use the following command to know…
Mass ownership and permission change – Linux – Find command
I want to change the permission and ownership of all files under a particular directory! The directory itself has 1000+ files and folders! Is it possible? Is there any simple way to change that? Yeah, it can be done by…
How to enable key based authentication – Putty
It’s time that I had to write a post about this, connecting to Linux server from Windows using Putty via public key. It’s very simple to connect using keys and also it’s highly secure. Putty is the client to connect to…
Enabling email authentication (SPF and DKIM) for all existing accounts – cPanel/WHM
Is it possible? A back-end option to enable SPF and DKIM for already created cPanel accounts? In cPanel, backend scripts are available to enable SPF and DKIM for all accounts that are already created without enabling email authentications, SPF and…
For loop to manage multiple IP addresses with CSF
Hey, I want to block a range of IP addresses in firewall!! It’s simple to block or allow IP addresses into the firewall by using simple for loop via command line. In some cases like DoS, and we found some…
Is there any way to enable SPF and DKIM for all newly creating cPanel accounts by-default?
Really! Is it possible to turn on email authentication features SPF and DKIM by-default for all newly creating cPanel accounts? Yes, it’s possible! We can turn on this option from the WHM tweak settings. By default, DKIM option is enabled…