DEPARTMENT OF COMPUTING

Course Home | Syllabus | Assignments | Schedule | Readings | Grades | Submissions | [print]

IT 4100: File Systems

System Install 02

Due according to date on Canvas

Assignment

You need to create 1 new linux systems USING physical equipment alloted to you. I should have assigned you at least 1 machines that support removable of disks. For this assignment, you should make sure that your machine only has one (1) terabyte drive installed (take the disk out and look at it). If your machine has other drive bays that are full, simply pull them out (don’t pull them out all the way, we will use them in a later assignment).

To install an OS on a physical machine, you must first create a bootable flash drive. There are many programs that can help you with this (unetbootin, gtk-usb-creator, rufus). There is one computer in the lab that you can gain administrator access with the credentials (it4100/partition).

You should configure your filesystem as follows (during the install):

Install ubuntu-server on the machine.

Requirements

Details

Authorizing the Grader

On each system, complete these steps, as root.

wget http://cit.dixie.edu/it/3100/sources/install_key.bash
chmod +x ./install_key.bash
./install_key.bash
rm ./install_key.bash
apt-get install openssh-server

Submission File Format

The submission file is a UNIX text file, and must have this format, exactly!

The file must be named system_install_info.txt.

ip: ip_address_of_one_system

For example, it may look like this:

ip: 144.38.214.2

Submission and Passoff

Last Updated 01/30/2019