How to protect ubuntu server from brute force attack using “fail2ban” Fail2ban is an open-source tool to prevent servers from brute force attacks. This tool will scan server log files and if found […] December 7, 2020January 25, 2022Linux, Ubuntu
How to protect your server from SSH Brute Force with “Fail2ban” Fail2ban is an open-source tool to prevent servers from brute force attacks. This tool will scan server log files and if found […] December 7, 2020January 25, 2022CentOS, Linux
How to configure Master-Slave replication for MySQL database on CentOS 7 MySQL replication enables you to sync data from one database server to another. So If your master database down for any reason […] November 18, 2020January 25, 2022CentOS, Linux
How to install MySQL 5.6 on CentOS 7 MySQL is a well-known database server. By default, CentOS 7 and RHEL 7 have MariaDB. However, If you want to use MySQL […] November 4, 2020January 25, 2022CentOS, Linux
How to upgrade PHP 5.4 to 5.6 version in Centos 7 The latest version of PHP is 7.4.8. But still, some are using previous versions of 5.x. I strongly recommend you upgrade to […] November 2, 2020January 25, 2022CentOS, Linux