Install and Configure NFS Server Kodekloud Add Comment Edit Solution: At first configure the storage server Login to storage server ssh natasha@ststor01 sudo su Set up nfs server yum install -y nfs-... Read More
Web Server Security Kodekloud 2 Comments Edit Solution: At first login to your desired server mentioned in the question ssh steve@stapp02 sudo su Then edit the httpd conf file vi /etc/... Read More
Install and Configure HaProxy LBR KodeKloud Add Comment Edit Question: Solution: At first find the port numbers of all appservers cat /etc/httpd/conf/httpd.conf| grep Listen My port was 3002 for a... Read More
Configure Local Yum repos Kodekloud Add Comment Edit Question: Need to configure local yum repos and install samba in backup server Solution: At first login to backup server as root ssh clint... Read More
Disable Root Login Kodekloud 1 Comment Edit Solution: You need to disable root login in all appservers. So login to appserver 1 at first ssh tony@stapp01 sudo su vi /etc/ssh/sshd_co... Read More