The Advantages Of Setting Up Remote MySQL Server With servers hosting large websites, resource usage is a big issue and in most cases MySQL is consuming the majority of the resources. To tackle this, setting up a separate stand alone MySQL server and loading the websites from there is a very good option. With this […]
Category: Servers

How To Install And Setup cPanel On A Linux Server
Check the following resources or see below: How to install cPanel on your server – see here How to install cPanel/WHM on Centos – see here Why Use cPanel? cPanel is the most popular Linux based hosting control panel used in the web hosting industry. It simplified the normal system administration tasks to such an […]
How To Configure Backup In cPanel/WHM Server
Step by step instructions on how to configure backups in cPanel/WHM server. Learn to create backups in a few easy steps. Backup Configuration for a cPanel/WHM Server One of the key factors in keeping the website data intact is to keep regular backups of website files and databases. cPanel/WHM offer excellent options to create and […]
How To Secure A Linux (CentOS) Server Using CSF (ConfigServer Security and Firewall)
What is Configserver Security and Firewall (CSF) Configserver Security and Firewall is the most commonly used advanced firewall in Linux servers. It is used for Login/Intrusion detection, SSH login notification, Excessive connection blocking, Suspicious file reporting etc. In this tutorial, we will go through the installation of CSF in Linux Server (CentOS) and also the […]
What Is Apache mod_rewrite?
The mod_rewrite module allows you to tweak the URLs on your website at the server level. With this rewrite engine, you can not only make URLs look good to the visitors’ eyes (while boosting the SEO of your website) but can also enhance the security of your code. More specifically, mod_rewrite helps you rewrite requested […]