RDNS is the abbreviation of Reverse Domain Name System. Working principle of RDNS is just opposite to that of normal DNS, Domain Name System. The RDNS is a pointer(PTR) record entry which helps to find out the host-name associated with…
Author: Arunlal A
Important cPanel service’s configuration file, path, service name, port – Command line view
This is a topic about configuration files, path to different configuration files, different services, different ports of a server with control panel cPanel. I have already posted a lot of topics with the top most Web-hosting control panel WHM/cPanel. WHM has a lot…
How to change the ssh port in Linux servers – Command line option
Secure Shell (SSH) is a cryptographic network protocol for secure data communication, remote command-line login, remote command execution, and other secure network services between two networked computers that connects, via a secure channel over an insecure network, a server and…
WHM showing disk usage 0 for all users in OpenVZ VPS
WHM showing disk usage 0 for all users then, follow this steps below: 1. From VPS run, # /scripts/fixquotas If you are getting the following errors, then proceed with this ————————– # /scripts/fixquotas Installing Default Quota Databases……Done Quota Mode: Linux…
Fatal! Perl must be installed before proceeding!
It’s a cPanel installation time error due to the absence of Perl module on server. Error details: Fatal! Perl must be installed before proceeding! Solution: # yum install perl That’s it. 🙂
How/Steps to install Suhosin Patch(php extension) on Unix/Linux server
Suhosin (Korean, meaning guardian-angel) is an open source patch for PHP. “The goal behind Suhosin is to be a safety net that protects servers from insecure PHP coding practices.” Suhosin goes further than that however in allowing the attack surface…
Is there any option/scripts to change the cPanel email account’s password from command line
Is any option/scripts to change the cPanel email account’s password from command line I believe, there isn’t any direct method or scripts to change the cPanel email account’s password from command line. The password for cPanel email account’s is saved…