PROJECT
All scripts below must work under the ubuntu-16.04.4-desktop-i386.iso live environment. All scripts should be located under the cis440project directory as shown below: (in attached file)
1. Create a script called project1.sh that adds "universe" and "multiverse" at the end the 2nd and 3rd lines of the /etc/apt/sources.list. Also install tree and synaptic. NOTE: Make sure to update the Ubuntu repository with the apt-get update command.
2. Create a non-interactive script called project2.sh that manually installs a user without the use of the adduser or useradd commands under the ubuntu-16.04.4-desktop- i386.iso live environment. The script must read the username and password from the command line.
3. Create a non-interactive script called project3.sh that installs Apache, PHP, PERL and Tomcat under the ubuntu-16.04.4-desktop-i386.iso live environment. To test the installations, the script must also install the web applications found in the webapplications directory by file type.
hello.php PHP Application
hello.pl PERL Application
hello.jsp JSP/Java Application
4. Create a non-interactive script called project4.sh that installs the web applications found in the webapplications directory under the given users in the users/users.txt file. The script must install the web applications under the users' public_html and the Apache web root directories as done in the Apache Exercises 1-3.
Attachment:- Assignment Files.rar