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 [ … ]
Category: Real Time Concepts
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
How to unlock user after Regular login attempts Failed
After regular login attempts failed you can unlock the user with below command faillock –user username –reset example : faillock –user rahul –reset
Kernel Upgradation
Kernel Upgradation
Zabix Monitoring Toll Installation
Zabix Monitoring Toll Installation
Apache Web Server in Centos/Redhat
In this article we will see how to install Apache (HTTPD) and website configuration in centos / Redhat server yum install httpd sudo systemctl status httpd sudo systemctl start httpd [ … ]
Web Server in Debian(ubuntu)
Web ServerWeb Server in Debian(ubuntu)
Lamp Setup In Amazon Linux
Lamp Setup In Amazon Linux
Lamp Setup In Fedora
Lamp Setup In Fedora
Lamp Setup In Centos/Redhat
PHP and HTTPD Installation In centos 7 sudo rpm -Uvh http://rpms.remirepo.net/enterprise/remi-release-7.rpm sudo yum -y install yum-utils sudo yum-config-manager –enable remi-php56 sudo yum install httpd php php-openssl php-pdo php-mbstring php-tokenizer php-curl [ … ]