The Zyro is a free website developing tool which has a lot of templates. You can simply manage or create your website with Zyro. How to install Zyro on server? Do follow the steps pasted below: Step 1 : SSH…
Different ways/commands to check the RDNS entry for your IP Address
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…
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…