
Security by obscurity is a known term in the world of computers and one way to make it more troublesome for people trying to bruteforce your VPS is to change the Port that ssh listens to, follow these simple steps…
MySQLTuner is a script that will assess MySQL performance and recommend steps to maximize performance. To install and run MySQLTuner, log in to your VPS as the root user and follow these steps (for CentOS): Download MySQLTuner:
1 |
# wget --no-check-certificate https://raw.github.com/major/MySQLTuner-perl/master/mysqltuner.pl |
make it…