Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Homework: Managing Software Ensure your virtual instance is completely reset by running vagrant destroy and then vagrant up. Once your machine is up, connect to
Homework: Managing Software Ensure your virtual instance is completely reset by running vagrant destroy and then vagrant up. Once your machine is up, connect to it using vagrant ssh. . Drop down to the root user using the command sudo su Using the yum command, install the package screen Using the yum command, install the package epel-release. Using the yum command, install the package nginx. Check the status of the nginx service using systemctl .Run the command mv /usr/shareginx/html/index.html /usr/shareginx/html/index.html.bak to create a backup of the default index.html file. .Create the file/usr/shareginx/html/index.html with the contents "IT340 Website " (without the quotes, case-sensitive). That is HTML code. Restart the nginx service using systemctl. Enable the nginx service to start on boot using systemctl. Congrats! You just made your very first web server. (An insecure one that should only be used for testing) For credit on this assignment, provide a screenshot showing the output of the following commands: yum list installed I grep screen curl http://127.0.0.1 Homework: Managing Software Ensure your virtual instance is completely reset by running vagrant destroy and then vagrant up. Once your machine is up, connect to it using vagrant ssh. . Drop down to the root user using the command sudo su Using the yum command, install the package screen Using the yum command, install the package epel-release. Using the yum command, install the package nginx. Check the status of the nginx service using systemctl .Run the command mv /usr/shareginx/html/index.html /usr/shareginx/html/index.html.bak to create a backup of the default index.html file. .Create the file/usr/shareginx/html/index.html with the contents "IT340 Website " (without the quotes, case-sensitive). That is HTML code. Restart the nginx service using systemctl. Enable the nginx service to start on boot using systemctl. Congrats! You just made your very first web server. (An insecure one that should only be used for testing) For credit on this assignment, provide a screenshot showing the output of the following commands: yum list installed I grep screen curl http://127.0.0.1
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started