Selinux Installation Kodekloud Add Comment Edit Question Solution At first login to mentioned server in the question ssh [email protected] 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 [email protected] 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 2 Comments Edit Solution: Login to every appserver by ssh ssh [email protected] ssh [email protected] ssh [email protected] Then login as root sudo su Install httpd ... Read More
Install and Configure Tomcat Server Kodekloud 1 Comment Edit Question: Solution: Copy war file from jump host to desired server mentioned in the question scp /tmp/ROOT.war [email protected]:/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 [email protected] Then login as root sudo su Then install postgresql yum install postgresql-se... Read More
Linux Network Services Kodekloud 5 Comments Edit Question: Solution: At first Login to stapp01 server or the server that has issue ssh [email protected] 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 9 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 [email protected] sudo yum install net-tools ssh [email protected] Read More
Linux Bash Scripts Kodekloud 4 Comments Edit Question: Solution: At first login to app server02 ssh [email protected] 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
Configure protected directories in Apache Kodekloud 2 Comments Edit Question: Solution : Login to server ssh [email protected] Add a user and set password sudo htpasswd -c /etc/httpd/.htpasswd james Restart ... Read More
Linux Find Command Kodekloud Add Comment Edit Question: Copy all files with .css extension with their parent folder from /var/www/html/ecommerce to ecommerce Solution: Login to your de... Read More
Setup SSL for Nginx Kodekloud 3 Comments Edit Question: Solution: Login to app server mentioned in question ssh [email protected] Then install nginx yum install epel-release yum... Read More
Linux Nginx as Reverse Proxy KodeKloud 9 Comments Edit Question Solution At first login to backup server Then install httpd annd nginx by running following commands yum install httpd yu... Read More
Linux Resource limits KodeKloud Add Comment Edit Question: Solution: You may get another values. Check your question and apply according to your question. Login to storage server at... Read More
Apache troubleshooting KodeKloud 1 Comment Edit Task: Change Port to 8084 and Access all App Servers from jump host. Document root should be /var/www/html Solution: I have showed here... Read More