Hey! It’s really cool to change the SSH port of the server which has Webmin as web-hosting control panel. Every web-server owner may not have enough knowledge to manage those things via Linux shell command. In those cases, a control…
Author: Arunlal A
Allow and Deny IP addresses on server using APF
It’s a useful option to protect the server from unwanted/unauthorized connections. By using basic iptables we can allow/deny IPs, but it’s not such simple. The applications like CSF or APF will help us to do the same simply using simple…
APF installation steps for Linux server – Command-line way
APF is the abbreviation of Advanced Policy Firewall. It is a policy based firewall system designed to configure firewall (IPTables rules) simply and user friendly. Configuring iptables is slightly hard without the help of an application like APF or CSF.…
Simple steps to install IonCube loader on a cPanel server
Ioncube loader IonCube Loader is an encryption/decryption utility for PHP applications which also assists in speeding up the pages that are served. IonCube Loader is one of the requirements for running client management systems like WHMCS. By default installation location:…
The XCache – Simple way to install Xcache from source code
The XCache is useful when your websites have page load time issue. I think we all were faced/are facing the same problem while browsing high traffic websites most times. Here is the solution for that by caching the already executed…
What is the default configuration file for IPTables and where it is located – Linux
It’s quite simple and but very useful thing. I have already posted the basics of IPTables in Linux, you may check this for more details >> IPTables basics << The iptables rules are saved in the file “/etc/sysconfig/iptables” under a…
Simple steps to change the php handler – WHM
A php handler loads the php modules and that determines how the php pages loaded on the server. Different types of php handlers are CGI, DSO, suPHP, & FastCGI. In a cPanel server, we have command-line options to list and…