Difference between revisions of "OPS235 Assignment 1 Fall 2013"

From CDOT Wiki
Jump to: navigation, search
(Create a new virtual machine)
(Alternate Software Installation)
Line 34: Line 34:
  
 
# Find and install the XFCE dektop environment discussed in the following article: [http://www.osnews.com/story.php/5478/XFce-4--A-Refreshingly-Solid-Desktop XFCE Review]
 
# Find and install the XFCE dektop environment discussed in the following article: [http://www.osnews.com/story.php/5478/XFce-4--A-Refreshingly-Solid-Desktop XFCE Review]
# Do the rest of the lab (including the lab submission while running XFCE).
+
# Do the rest of the lab (including the lab submission) while running XFCE.
  
 
Review the procedures for compiling and installing software from source code and use them to:
 
Review the procedures for compiling and installing software from source code and use them to:

Revision as of 23:35, 10 June 2012

OPS235 Assignment 1

Weight: 5% of the overall grade

Due Date: 4th of July at the start of class.

Create a new virtual machine

  1. It doesn't matter whether you use the Fedora Live CD or Installation DVD for this.
  2. The virtual machine name and the hostname for the machine must be your learn user ID.
  3. The regular user you create during installation must also be your learn user ID.
  4. Make sure that LVM is used for your new system, "Use all space" should take care of that.

The rest of this lab should be done after the installation is completed successfully.

LVM/fstab

  1. Add two more drives to your virtual machine, 1GB each.
  2. Add your new drives to the existing volume group.
  3. Create a new logical volume using all available space in the volume group, call it lv_extra
  4. Create a directory named "extra" in your home directory.
  5. Make a change to your fstab so that lv_extra can be mounted on that new directory when the command "mount /home/youruser/extra" is issued.
  6. Make sure that the mount command can be issued successfully by your regular user.
  7. Aso make sure lv_extra is not mounted automatically at boot.

Package Management

Research the rpm and yum commands to:

  1. Verify the integrity of a package using rpm to see if any of its files have been altered since installation. (you will be asked to demonstrate this when your assignment is marked)(4 points)
  2. Add the rpmfusion.org repository to the yum configuration. (you will be asked to demonstrate installing a package from the rpmfusion repository when your assignment is marked) (4 points)

Alternate Software Installation

Review the yum group* commands and use them to:

  1. Find and install the XFCE dektop environment discussed in the following article: XFCE Review
  2. Do the rest of the lab (including the lab submission) while running XFCE.

Review the procedures for compiling and installing software from source code and use them to:

  1. Download and extract the source code for ISO Master.
  2. Compile and install it.
  3. Now run it and have a look at the Help/About dialog box. You will have to change the contents of that box.
  4. Edit the file about.c in the source you use earlier, and change "An application for editing ISO9660 images based on the bkisofs access library and the GTK2 GUI toolkit." to "An application used by YOURNAME for OPS235 Assignment 1".
  5. Compile and install the application again, exactly the same way you did the first time. Your change should be simple enough that complicated bugs are unlikely.

Install a second Linux distribution as a Virtual Machine

  • Create another virtual machine.
  • The virtual machine name and the hostname for the machine must be your learn user ID followed by -mint. For example asmith15-mint
  • Install Linux Mint in the new virtual machine.

Rubric

Task Maximum mark Actual mark

Old Assignments

Still here for historical purposes. Obviously you don't need to do them.