Loading...

Category: Real Time Concepts

Downgrade From MySql 5.7 to 5.6 In Centos 7

Downgrade from MySql 5.7 to MySql 5.6 Centos 7 ================================================ sudo yum-config-manager –disable mysql57-community sudo yum-config-manager –disable mysql56-community (enable or disable) See what rpm do you have installed and erase [ … ]

Sublime Text Installation In Ubuntu

For Sublime-Text-2: sudo add-apt-repository ppa:webupd8team/sublime-text-2 sudo apt-get update sudo apt-get install sublime-text For Sublime-Text-3: sudo add-apt-repository ppa:webupd8team/sublime-text-3 sudo apt-get update sudo apt-get install sublime-text-installer If you want to remove any [ … ]

To Deny Root Login

open Terminal and edit below config file vi /etc/ssh/sshd_config and search for /Root and make below changes #LoginGraceTime 2m PermitRootLogin no #StrictModes yes #MaxAuthTries 6 #MaxSessions 10