Uninstalling MariaDB is as easy as installing MariaDB. If you ever want to uninstall and roll back to stock MySQL, continue reading for a step-by-step guide to uninstall MariaDB.Here are the steps to Uninstall MariaDB and return to stock MySQL. … [Read more...] about How to Uninstall MariaDB in a cPanel server
Tutorials
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/cptech/public_html/wp-content/themes/genesis/lib/functions/image.php on line 116
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/cptech/public_html/wp-content/themes/genesis/lib/functions/image.php on line 116
How to generate a random password from commandline
Passwords are the key to security. For obvious reasons, passwords need to be strong, long and secure. Sometimes generating complex and secure passwords can be a bit time taking. … [Read more...] about How to generate a random password from commandline
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/cptech/public_html/wp-content/themes/genesis/lib/functions/image.php on line 116
How to use arping to bind IP in a Linux Server
arping can be a very handy tool when your main task is to migrate IP addresses across servers. When we migrate IP addresses, the switch or the networking device will cache the information and switch the packets to the old server, and thereby keeping the IP in the new server down. … [Read more...] about How to use arping to bind IP in a Linux Server
How to change the primary IP addres of a Linux / cPanel server
Normally in all servers, the outbound connections from a server will be originating from the primary IP of the server. This is the case in a cPanel server as well. So if an IP is blacklisted, or blocked, some where we may need to change the primary IP address of the server. If we are changing the network range this is needed. … [Read more...] about How to change the primary IP addres of a Linux / cPanel server
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/cptech/public_html/wp-content/themes/genesis/lib/functions/image.php on line 116
How to Enable Gzip Compression in Apache
Gzip compression is a great tool by web servers with which we can cutdown the size of the pages sent out. In this topic I am discussing on how to enable gzip compression in Apache. Enabling compression means the web server will compress the size of the pages there by we can achieve better speed and low bandwidth usage. … [Read more...] about How to Enable Gzip Compression in Apache