2048 bit RSA Private Key Computer Science Worksheet

CentOS 8 // 2| apache – virtual hosts- Install httpd & mod_ssl – Start httpd- Create self signed certificate- Configure virtual hosts per country- Create a folder for each currency in /var/www- Add an index.html file in the currency DocumentRoot- Add all the lines in the CSV that match the currency name- Add to the /etc/hosts with the corresponding VirtualHost FQDN’s| firewalldOpen the Firewall port 443Fedora 36 // 2| Simple web serversFor the PORT we will use the following formula. 88XY Where XY = the last 2 digits of your pantheridi.e pantherid 7654321 = 88XY = 8821- Configure the DOCUMENT root to be /var/www/php- In the index.html file add only the users with america as part of the timezone – PORT = 88XY + 1Python- Configure the DOCUMENT root to be /var/www/python- In the index.html file add only the user with europe as part of the timezone – PORT = 88XY + 2- Configure the DOCUMENT root to be /var/www/perl- Install perl-HTTP-Server-Simple- In the index.html file add only the user with asia as part of the timezone – PORT = 88XY + 3Node.JS- Configure the DOCUMENT root to be /var/www/nodejs- In the index.html file add only the user with pacific as part of the timezone – PORT = 88XY + 4SL 7 // 2| Load balancerFor the PORT we will use the following formula. 8X0Y Where XY = the last 2 digits of your pantheridi.e pantherid 7654321 = 8X0Y = 8201Install haproxy & ncUpdate the haproxy.cfg // on the backend part of the configuration. Add one ( server, app and port ) for every NFL team Start haproxyRun an infinite loop for each gender on the correct port. // Make sure the loop goes as a background process Check the load balancer port. // if done correctly every time you curl the port if will switch teamsRocky 8 // 2| Nginx + Port Forwarding For the PORT we will use the following formula. 80YX Where XY = the last 2 digits of your pantheridi.e pantherid 7654321 = 80YX = 8012- Install nginx – Start nginx- Configure virtual hosts per commands- Update the /etc/nginx/nginx.conf to include /etc/nginx/conf.d/{USERNAME}/- Create a folder for each commands in /var/www- Add an index.html file in the commands DocumentRoot- Add all the lines in the CSV that match the countries name- Enable masquerade- Use the following table to create the port forwards and open the corresponding rules altercreatedeleteinsertselectupdateUbuntu 22 // 2| Fibonacci cronUsing the mathematical formula Fn = Fn-1 + Fn+2 for n 1 where F0= 0 & F1 =1. Create a cron job that computes the next number every minute and appends it to the end of a file called /root/sequence Start by creating a file called sequence and add the the base numbers Create a script to compute the sequence. Make sure to call the script fibonacci.sh and place it on the /root folderLoad the script to using the crontab commandSchedule the job to run every minute of every day.PREVIOUSNEXT