Can I simply create a website for my web hosting business? Starting a reseller or web hosting business is quite common nowadays. But making the business stable and reliable is a hard thing. The most important part of this business is…
http to https redirection using .htaccess file
Is it possible? Yep, we can redirect the non SSL query to your website to SSL port by using .htaccess file in the website’s public folder. If the file is not there, go ahead and simply create it. This will…
How to disable cPHulk Brute Force Protection service in cPanel?
The server security is one of the important deal with server management. The cPanel has a default brute force protection service, cPHulk Brute Force Protection. Scripts are always scanning Internet for any servers to break into using attack. If you…
How to access attached screen after connection dropped?
Yeah! I got this problem last day while accessing one attached screen session after connection dropped. We already have the knowledge in screen command. You will get more details from here, screen command usages and examples. The screen command under…
What is Rsync over SSH? Command for Rsync over SSH?
The Rsync – Remote Sync is a powerful command-line tool in Linux. Normally rsync is used to transfer file from one server(source) to another server(destination). We already discussed the basics of Rsync command and its switches. Please read this for more…
How to install MariaDB in cPanel CloudLinux based server
MariaDB is an enhanced drop-in replacement for MySQL. Latest stable version of MariaDB is 10.0. First of all, we need to take the backup of all the databases in the server and then we can safely proceed with the MariaDB…
Upgrade MySQL and MySQL Governor in cPanel CloudLinux based server via command line
MySQL governor is a sofware to monitor and restrict MySQL resource usage in a CloudLinux based server. MySQL is an open source RDBMS (Relational Database Management System) and its using the SQL Language(Structured Query Language). A database is a structured…