Difference between revisions of "Summer 2010 OPS235 Weekly Schedule"

From CDOT Wiki
Jump to: navigation, search
(OPS235 Weekly Schedule)
(OPS235 Weekly Schedule)
 
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Admon/caution|This page is being prepared for the Winter 2010 semester.|Content is being imported from the current OPS235 site.}}
 
 
 
= OPS235 Weekly Schedule =
 
= OPS235 Weekly Schedule =
 
[[Category:OPS235]]
 
[[Category:OPS235]]
  
* May be subject to change - Check with your professor for details and changes
+
{{Admon/important|The course schedule, labs, and links are subject to change.|Check with your professor for details and changes specific to your section.}}
  
 
{|width="100%" border="1" cellspacing="2"
 
{|width="100%" border="1" cellspacing="2"
Line 10: Line 8:
 
|-
 
|-
 
|'''Week 1'''
 
|'''Week 1'''
Jan 11 - 15
+
May 10-14
|Course overview:
+
|Course overview
 +
* Welcome to OPS235
 +
* Course Format
 
* Assigned Readings
 
* Assigned Readings
 
* Required materials
 
* Required materials
 
+
Introduction to Linux
 
* Introduction to Linux
 
* Introduction to Linux
 
* How does a computer boot?
 
* How does a computer boot?
 
* Boot Device and Boot Order
 
* Boot Device and Boot Order
 
* Booting a "LIVE CD"
 
* Booting a "LIVE CD"
|
+
Storage - Hard Disks and Partioning
* [http://www.linux.org/lessons/beginner/l1/lesson1b.html Intro to Linux]
 
* [http://blog.fwnetwork.com/2006/09/27/introduction-to-open-source-part-1/ Intro to Open Source]
 
|[[OPS235 Lab 1|Lab 1]]
 
 
 
|-
 
|'''Week 2'''
 
Jan 18 - 22
 
|
 
 
* Devices
 
* Devices
 
* Hard Disk Partitions
 
* Hard Disk Partitions
Line 33: Line 25:
 
* Linux Directory Structure
 
* Linux Directory Structure
 
|
 
|
 +
Intro to Linux
 +
* [http://www.linux.org/lessons/beginner/l1/lesson1b.html Intro to Linux]
 +
* [http://blog.fwnetwork.com/2006/09/27/introduction-to-open-source-part-1/ Intro to Open Source]
 +
Hard Disks and Partitioning
 
* [http://linuxplanet.com/linuxplanet/tutorials/4269/1/ Hard Disk Basics]
 
* [http://linuxplanet.com/linuxplanet/tutorials/4269/1/ Hard Disk Basics]
 
* [http://www.linuxplanet.com/linuxplanet/tutorials/6472/1/ Linux Hard Disk Names]
 
* [http://www.linuxplanet.com/linuxplanet/tutorials/6472/1/ Linux Hard Disk Names]
Line 41: Line 37:
 
* [http://www.linuxhq.com/guides/SAG/x1038.html Filesystems]
 
* [http://www.linuxhq.com/guides/SAG/x1038.html Filesystems]
 
* [http://open.itworld.com/5040/nlsunix071101/page_1.html Filesystem Names Explained]
 
* [http://open.itworld.com/5040/nlsunix071101/page_1.html Filesystem Names Explained]
|[[OPS235 Lab 2|Lab 2]]
+
|[[OPS235 Lab 1|Lab 1]]
 
 
 
|-
 
|-
|'''Week 3'''
+
|'''Week 2'''
Jan 25 - 29
+
May 17-21
 
|
 
|
 +
Installing Linux
 
* Installing Fedora
 
* Installing Fedora
 
* Boot loaders
 
* Boot loaders
 
Assignment 1 Released
 
 
|
 
|
 
* [http://docs.fedoraproject.org/install-guide/f12/en-US/html/ Fedora 12 Installation Guide]
 
* [http://docs.fedoraproject.org/install-guide/f12/en-US/html/ Fedora 12 Installation Guide]
Line 56: Line 50:
 
** [http://docs.fedoraproject.org/install-guide/f12/en-US/html/ch-grub.html GRUB Boot Loader]
 
** [http://docs.fedoraproject.org/install-guide/f12/en-US/html/ch-grub.html GRUB Boot Loader]
 
** [http://docs.fedoraproject.org/install-guide/f12/en-US/html/s1-diskpartitioning-x86.html Partitioning for Fedora]
 
** [http://docs.fedoraproject.org/install-guide/f12/en-US/html/s1-diskpartitioning-x86.html Partitioning for Fedora]
 +
|[[OPS235 Lab 2|Lab 2]]
 +
|-
 +
|'''Week 3'''
 +
May 24-28
 +
|
 +
Using Virtual Machines
 +
* Installing and Using Virtualization Software
 +
* Installing Guest VMs
 +
Assignment 1 Released
 +
|
 +
* [http://docs.fedoraproject.org/install-guide/f12/en-US/html/pt-Advanced_installation_options.html Fedora 12 Installation Guide - Advanced Installation Options]
 +
** [http://docs.fedoraproject.org/install-guide/f12/en-US/html/sn-automating-installation.html Automating the Installation with Kickstart]
 +
** [http://docs.fedoraproject.org/install-guide/f12/en-US/html/ch-kickstart2.html Kickstart Installations]
 +
** [http://docs.fedoraproject.org/install-guide/f12/en-US/html/ch-redhat-config-kickstart.html Kickstart Configurator]
 +
* [http://docs.fedoraproject.org/virtualization-guide/f12/en-US/html/ Fedora 12 Virtualization Guide]
 
|[[OPS235 Lab 3|Lab 3]]
 
|[[OPS235 Lab 3|Lab 3]]
 
|-
 
|-
 
|'''Week 4'''
 
|'''Week 4'''
Feb 1 - 5
+
May 31-June 4
 
|
 
|
 
* Logical Volume Management
 
* Logical Volume Management
Line 65: Line 74:
 
* User and Group Management
 
* User and Group Management
 
|
 
|
 +
* [[Logical Volume Management]]
 
* Package Management
 
* Package Management
* Storage Administration - Using Logical Volume Management
 
 
* [http://www.itwire.com/content/view/14446/53/ UID and GID explained]
 
* [http://www.itwire.com/content/view/14446/53/ UID and GID explained]
 
* [http://www.tldp.org/HOWTO/LVM-HOWTO/whatislvm.html LVM HOWTO] - Read chapters 1 - 3
 
* [http://www.tldp.org/HOWTO/LVM-HOWTO/whatislvm.html LVM HOWTO] - Read chapters 1 - 3
|[[OPS235 Lab 4|Lab 4]]
+
|
 +
[[OPS235 Lab 4|Lab 4]]
  
 
|-
 
|-
 
|'''Week 5'''
 
|'''Week 5'''
Feb 8 - 12
+
June 7-11
 
|
 
|
 
* Using Filesystems in Regular Files (loopback)
 
* Using Filesystems in Regular Files (loopback)
Line 84: Line 94:
 
|-
 
|-
 
|'''Week 6'''
 
|'''Week 6'''
Feb 15 - 19
+
June 14-18
 
|
 
|
 
* Catch up
 
* Catch up
Line 94: Line 104:
 
|-
 
|-
 
|'''Week 7'''
 
|'''Week 7'''
Feb 22 - 26
+
June 21-25
 
|
 
|
 
* Practical Test 1 (covering weeks 1-5)
 
* Practical Test 1 (covering weeks 1-5)
Line 102: Line 112:
  
 
|-
 
|-
!colspan="4"|Study Week - March 1-5
+
!colspan="4"|Study Week - June 28-July 2
 
|-
 
|-
 
|'''Week 8'''
 
|'''Week 8'''
Mar 8 - 12
+
July 5-9
 
|
 
|
* Assignment 1 Evaluation
+
<!-- * Assignment 1 Evaluation
 
+
-->
 
* Static Network Configuration
 
* Static Network Configuration
 
* Network Configuration with a DHCP client
 
* Network Configuration with a DHCP client
Line 118: Line 128:
 
|-
 
|-
 
|'''Week 9'''
 
|'''Week 9'''
Mar 15 - 19
+
July 12-16
 
|
 
|
 
* Network Services
 
* Network Services
Line 124: Line 134:
 
|
 
|
 
* Network services/ssh
 
* Network services/ssh
 +
* [[IPTables]]
 
|[[OPS235 Lab 7|Lab 7]]
 
|[[OPS235 Lab 7|Lab 7]]
  
 
|-
 
|-
 
|'''Week 10'''
 
|'''Week 10'''
Mar 22 - 26
+
July 19-23
 
|
 
|
 
* DHCP Server
 
* DHCP Server
Line 137: Line 148:
 
|-
 
|-
 
|'''Week 11'''
 
|'''Week 11'''
Apr 1 - 5
+
July 26-30
 
|
 
|
* Pluggable Authentication Modules (PAM)
+
<!-- * SELinux and Apache (httpd)
 
+
-->
 +
* Assignment 2 released
 
* Review for Practical and Written Tests
 
* Review for Practical and Written Tests
 
|
 
|
* PAM Configuration
+
<!-- * SELinux and httpd -->
|[[OPS235 Lab 9|Lab 9]]
+
|
 +
 
  
 
|-
 
|-
 
|'''Week 12'''
 
|'''Week 12'''
Apr 8-12
+
Aug 2-6
 
|
 
|
* Written Test 2 (covering weeks 5-10)
+
* Written Test 2
 
* Practical Test 2
 
* Practical Test 2
 
|
 
|
Line 158: Line 171:
 
|-
 
|-
 
|'''Week 13'''
 
|'''Week 13'''
Apr 15 - 19
+
Aug 9-13
 
|
 
|
 
* Assignment 2 Due
 
* Assignment 2 Due
 
 
* Review for Exam
 
* Review for Exam
 
|
 
|
Line 167: Line 179:
  
 
|-
 
|-
!colspan="4"|Exam Week - April 22-26
+
!colspan="4"|Exam Week<!-- - OPS235 Exam is on Tuesday April 20 at 2:00 pm in the Gym
 
+
-->
 
|}
 
|}
  
 
[[OPS235 Resources]]
 
[[OPS235 Resources]]

Latest revision as of 10:32, 3 August 2010

OPS235 Weekly Schedule

Important.png
The course schedule, labs, and links are subject to change.
Check with your professor for details and changes specific to your section.
Week Objectives and Tasks Assigned Reading Labs / Exercises
Week 1

May 10-14

Course overview
  • Welcome to OPS235
  • Course Format
  • Assigned Readings
  • Required materials

Introduction to Linux

  • Introduction to Linux
  • How does a computer boot?
  • Boot Device and Boot Order
  • Booting a "LIVE CD"

Storage - Hard Disks and Partioning

  • Devices
  • Hard Disk Partitions
  • File Systems
  • Linux Directory Structure

Intro to Linux

Hard Disks and Partitioning

Lab 1
Week 2

May 17-21

Installing Linux

  • Installing Fedora
  • Boot loaders
Lab 2
Week 3

May 24-28

Using Virtual Machines

  • Installing and Using Virtualization Software
  • Installing Guest VMs

Assignment 1 Released

Lab 3
Week 4

May 31-June 4

  • Logical Volume Management
  • Package management with rpm and yum
  • User and Group Management

Lab 4

Week 5

June 7-11

  • Using Filesystems in Regular Files (loopback)
  • Using Archive Files (tar, tar.gz, tgz)
  • Compiling Software from Source Code
  • Customizing System Startup (/etc/rc.d directories)
Lab 5
Week 6

June 14-18

  • Catch up
  • Review for Practical and Written tests
  • Work on assignment
Week 7

June 21-25

  • Practical Test 1 (covering weeks 1-5)
  • Written Test 1 (covering weeks 1-5)
Study Week - June 28-July 2
Week 8

July 5-9

  • Static Network Configuration
  • Network Configuration with a DHCP client
  • Basic TCP/IP network commands: ping, ifconfig, netstat
  • Configuring Networking
Lab 6
Week 9

July 12-16

  • Network Services
  • SSH
Lab 7
Week 10

July 19-23

  • DHCP Server
  • DHCP Server
Lab 8
Week 11

July 26-30

  • Assignment 2 released
  • Review for Practical and Written Tests


Week 12

Aug 2-6

  • Written Test 2
  • Practical Test 2


Week 13

Aug 9-13

  • Assignment 2 Due
  • Review for Exam
Exam Week

OPS235 Resources