Linux CentOS 7 Post Installation
Print
Created by: Richard Christian
Modified on: Thu, 8 Feb, 2018 at 7:55 PM
MARIADB - https://support.plesk.com/hc/en-us/articles/213403429-How-to-upgrade-MySQL-MariaDB-from-5-5-to-5-6-5-7-on-Linux-
MYSQL ACCESS
GRANT ALL PRIVILEGES ON *.* TO ''@'localhost' IDENTIFIED BY 'PASSWORD' WITH GRANT OPTION;
IPTABLES
https://www.digitalocean.com/community/tutorials/how-to-migrate-from-firewalld-to-iptables-on-centos-7
ipf -f
https://www.digitalocean.com/community/tutorials/how-to-protect-ssh-with-fail2ban-on-centos-7
CLOUD9 - wget -O - https://raw.githubusercontent.com/c9/install/master/install.sh | bash
Recreate SSH Keys
Richard is the author of this solution article.
Did you find it helpful?
Yes
No
Send feedback Sorry we couldn't be helpful. Help us improve this article with your feedback.