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
IPtables Installation And Configuration Kodekloud Add Comment Edit Solution: You have to do this in all app servers (app01, app02, app03) Login to appserver ssh tony@stapp01 Install Services sudo yum insta... Read More
Selinux Installation Kodekloud Add Comment Edit Question Solution At first login to mentioned server in the question ssh tony@stapp01 Then login as root sudo su Now run the fol... Read More
Install and Configure DB Server Kodekloud Add Comment Edit Solution: Login to db server ssh@stdb01 Then login as root sudo su Now, run these commands sudo yum install -y mariadb- server sudo yum... Read More
Install and Configure Web Application Kodekloud 1 Comment Edit Solution: Login to every appserver by ssh ssh tony@stapp01 ssh steve@stapp02 ssh banner@stapp03 Then login as root sudo su Install httpd ... Read More
Install and Configure Tomcat Server Kodekloud Add Comment Edit Question: Solution: Copy war file from jump host to desired server mentioned in the question scp /tmp/ROOT.war tony@stapp01:/tmp Login t... Read More
Linux Process Troubleshooting KodeKloud Add Comment Edit Question: Solution: Go to all appservers and check httpd status systemctl status httpd If you find failed then the httpd config need to b... Read More
Install And Configure SFTP Kodekloud Add Comment Edit Question: Some of the developers from Nautilus project team have asked for SFTP access to at least one of the app server in Stratos DC... Read More
PAM Authentication For Apache Kodekloud Add Comment Edit Question: Solution: N.B : Do these task in all app servers (stapp01, stapp02, stapp03) At first install pwauth yum --enablerepo=epel -y ins... Read More
Install and Configure PostgreSQL Kodekloud 1 Comment Edit Question: Solution: Login to database server ssh peter@stdb01 Then login as root sudo su Then install postgresql yum install postgresql-se... Read More
Linux Network Services Kodekloud 8 Comments Edit Question: Solution: At first Login to stapp01 server or the server that has issue ssh tony@stapp01 Login as root: sudo su Then check htt... Read More
Free IPTV M3U Playlist 2020 [Hourly Update] by an Automated script 2 Comments Edit Free IPTV M3U Playlist 2020 [ Every 50 Minutes Update Period]. This list is being updated in every 50 minutes by an Automated Script writ... Read More
Linux Bash Script of Automated m3u8 URL extractor and Playlist Creator from a Live IPTV Server 8 Comments Edit This is a Linux Bash Script that will automatically extract hidden m3u8 url from Live TV server and Updated the extracted m3u Playlist an... Read More
Install Package Kodekloud Add Comment Edit Question: Solution: Login to all app servers one by one and run install command ssh tony@stapp01 sudo yum install net-tools ssh steve@st... Read More
Linux Bash Scripts Kodekloud 4 Comments Edit Question: Solution: At first login to app server02 ssh steve@stapp02 Then go to scripts folder and create media_backup.sh vi media_backup... Read More
Application Security KodeKloud 9 Comments Edit Question: Allow all incoming traffic to Nginx 8096 port and Block to Apache 5004 port Solution: Login to backup server and add these two r... Read More