Difference between revisions of "Winter 2011 OPS235 Weekly Schedule"

From CDOT Wiki
Jump to: navigation, search
(OPS235 Weekly Schedule)
 
(44 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
= OPS235 Weekly Schedule =
 
= OPS235 Weekly Schedule =
 
[[Category:OPS235]]
 
[[Category:OPS235]]
 
{{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 8: Line 6:
 
|-
 
|-
 
|'''Week 1'''
 
|'''Week 1'''
 
+
January 9 - 13
|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
 
* [http://www.linux.org/lessons/beginner/l1/lesson1b.html Intro to Linux]
 
* [http://en.wikipedia.org/wiki/Free_and_open_source_software Intro to Open Source]
 
* [http://opensource.org/docs/osd The Open Source Definition according to OSI]
 
Hard Disks and Partitioning
 
* [http://linuxplanet.com/linuxplanet/tutorials/4269/1/ Hard Disk Basics]
 
* [http://www.linuxplanet.com/linuxplanet/tutorials/6472/1/ Linux Hard Disk Names]
 
* [http://www.linux-tutorial.info/modules.php?name=MContent&pageid=243 Linux Filesystem Options]
 
* [http://en.wikipedia.org/wiki/Ext4 Linux ext4 Filesystem]
 
* [http://www.freeos.com/articles/3102/ The Linux Filesystem]
 
* [http://tldp.org/HOWTO/Partition/fdisk_partitioning.html Partitioning with fdisk]
 
* [http://www.linuxhq.com/guides/SAG/x1038.html Filesystems]
 
* [http://www.itworld.com/nlsunix071101 Filesystem Names Explained]
 
|[[OPS235 Lab 1|Lab 1]]
 
|-
 
|'''Week 2'''
 
  
 
|
 
|
 
Installing Linux
 
Installing Linux
 +
* Manually Creating Partitions
 
* Installing Fedora
 
* Installing Fedora
 
* Boot loaders
 
* Boot loaders
 
|
 
|
* [http://docs.fedoraproject.org/en-US/Fedora/13/html/Installation_Guide/ Fedora 13 Installation Guide]
+
 
** [http://docs.fedoraproject.org/en-US/Fedora/13/html/Installation_Guide/pt-Preparing_for_Installation.html Installation]
+
 
** [http://docs.fedoraproject.org/en-US/Fedora/13/html/Installation_Guide/ch-grub.html GRUB Boot Loader]
+
* '''Introduction to Linux (YouTube Videos):'''
** [http://docs.fedoraproject.org/en-US/Fedora/13/html/Installation_Guide/s1-diskpartitioning-x86.html Partitioning for Fedora]
+
:: [ [http://www.youtube.com/watch?v=paPT5qxM9m0 Part1] ] [ [http://www.youtube.com/watch?annotation_id=annotation_677922&feature=iv&src_vid=L88GRihyqZc&v=Dlx7JxHy2ls Part2] ] [ [http://www.youtube.com/watch?src_vid=Dlx7JxHy2ls&feature=iv&annotation_id=annotation_457630&v=L88GRihyqZc Part3] ]
|[[OPS235 Lab 2|Lab 2]]
+
* [http://docs.fedoraproject.org/en-US/Fedora/16/html/Installation_Guide/ Fedora 16 Installation Guide]
 +
 
 +
|
 +
:[[OPS235 Lab 1]]
 
|-
 
|-
|'''Week 3'''
+
|'''Week 2'''
 +
January 16 - 20
  
 
|
 
|
Line 61: Line 32:
 
<!-- Assignment 1 Released -->
 
<!-- Assignment 1 Released -->
 
|
 
|
* [http://docs.fedoraproject.org/en-US/Fedora/13/html/Installation_Guide/pt-Advanced_installation_options.html Fedora 13 Installation Guide - Advanced Installation Options]
+
* [http://docs.fedoraproject.org/en-US/Fedora/16/html/Installation_Guide/pt-Advanced_installation_options.html Fedora 16 Installation Guide -Advanced Installation Options]
** [http://docs.fedoraproject.org/en-US/Fedora/13/html/Installation_Guide/sn-automating-installation.html Automating the Installation with Kickstart]
+
** [http://docs.fedoraproject.org/en-US/Fedora/16/html/Installation_Guide/sn-automating-installation.html Automating the Installation with Kickstart]
** [http://docs.fedoraproject.org/en-US/Fedora/13/html/Installation_Guide/ch-kickstart2.html Kickstart Installations]
+
** [http://docs.fedoraproject.org/en-US/Fedora/16/html/Installation_Guide/ch-kickstart2.html Kickstart Installations]
** [http://docs.fedoraproject.org/en-US/Fedora/13/html/Installation_Guide/ch-redhat-config-kickstart.html Kickstart Configurator]
+
** [http://docs.fedoraproject.org/en-US/Fedora/16/html/Installation_Guide/ch-redhat-config-kickstart.html Kickstart Configurator]
* [http://docs.fedoraproject.org/en-US/Fedora/13/html/Virtualization_Guide/ Fedora 13 Virtualization Guide]
+
* [http://docs.fedoraproject.org/virtualization-guide/f13/en-US/html/ Fedora Virtualization Guide]
|[[OPS235 Lab 3|Lab 3]]
+
|
 +
:[[OPS235 Lab 2]]
 
|-
 
|-
|'''Week 4'''
+
|'''Week 3'''
 +
January 23 - 27
  
 
|
 
|
 
* Logical Volume Management
 
* Logical Volume Management
* Package management with rpm and yum
+
* Software Package management with rpm and yum
* User and Group Management
 
 
|
 
|
 
* [[Logical Volume Management]]
 
* [[Logical Volume Management]]
* Package Management
 
* [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
 +
* [http://fedoranews.org/alex/tutorial/rpm/ Use the RPM Utility]
 +
* [http://www.centos.org/docs/5/html/yum/ Using the YUM Utility]
 +
 
|
 
|
[[OPS235 Lab 4|Lab 4]]
+
:[[OPS235 Lab 3]]
  
 +
|-
 +
|'''Week 4'''
 +
January 30 - February 3
 +
|
 +
Continue working on:
 +
* Logical Volume Management
 +
* Installing / Removing Applications with Yum
 +
|
 +
|
 
|-
 
|-
 
|'''Week 5'''
 
|'''Week 5'''
 +
February 6 - 10
  
 
|
 
|
* Using Filesystems in Regular Files (loopback)
+
* Creating / Managing Virtual Partitions
* Using Archive Files (tar, tar.gz, tgz)
+
* Mounting / Unmounting File Systems
* Compiling Software from Source Code
+
* Automatically Mount File Systems Upon Boot-up
* Customizing System Startup (/etc/rc.d directories)
+
* User and Group Management
 +
|
 +
* [[Logical Volume Management]]
 +
* [http://tldp.org/HOWTO/Partition/fdisk_partitioning.html Partitioning with fdisk]
 +
* [http://www.linux-tutorial.info/modules.php?name=MContent&pageid=282 Mounting / Unmounting File-systems]
 +
* [http://www.itwire.com/content/view/14446/53/ UID and GID explained]
 
|
 
|
|[[OPS235 Lab 5|Lab 5]]
+
:[[OPS235 Lab 4]]
 +
:
 +
 
  
 
|-
 
|-
 
|'''Week 6'''
 
|'''Week 6'''
 +
February 13 -17
  
 
|
 
|
* Catch up
+
* Using Filesystems in Regular Files
* Review for Practical and Written tests
+
* Using Archive Files (tar, tar.gz, tgz)
 +
* Compiling Software from Source Code
 +
 
 +
 
 +
* Catch up / Review for Practical and Written tests
 
* Work on assignment
 
* Work on assignment
|
 
 
|
 
|
 +
|
 +
:OPS235 Lab 5
 +
:(N/A)
  
 
|-
 
|-
 
|'''Week 7'''
 
|'''Week 7'''
 +
February 20 -24
  
 
|
 
|
Line 113: Line 111:
  
 
|-
 
|-
!colspan="4"|Study Week
+
!colspan="4"|Study Week - February 27 - March 2
 +
 
 
|-
 
|-
 
|'''Week 8'''
 
|'''Week 8'''
 +
March 5 - 9
  
 
|
 
|
Line 129: Line 129:
 
* [http://colwiki.org/Linux_Networking_Services Linux Networking Services]
 
* [http://colwiki.org/Linux_Networking_Services Linux Networking Services]
 
* View and Configure IPTABLES Firewall (refer to lab 6 notes)
 
* View and Configure IPTABLES Firewall (refer to lab 6 notes)
|[[OPS235 Lab 6|Lab 6]]
+
|
 +
:OPS235 Lab 6
 +
:(N/A)
  
 
|-
 
|-
 
|'''Week 9'''
 
|'''Week 9'''
 +
March 12 - 16
  
 
|
 
|
Line 143: Line 146:
 
* [[IPTables]]
 
* [[IPTables]]
 
* Interest Topic: [http://linuxgazette.net/issue58/sharma.html Linux Security Tips] (See Areas involving Networking)
 
* Interest Topic: [http://linuxgazette.net/issue58/sharma.html Linux Security Tips] (See Areas involving Networking)
|[[OPS235 Lab 7|Lab 7]]
+
|
 +
:OPS235 Lab 7
 +
:(N/A)
  
 
|-
 
|-
 
|'''Week 10'''
 
|'''Week 10'''
 +
March 26 - 30
  
 
|
 
|
 
* DHCP Server
 
* DHCP Server
 
|
 
|
* DHCP Server Definition:<br />[http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol]
+
* DHCP Server Definition:<br />[http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocolhttp://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol]
|[[OPS235 Lab 8|Lab 8]]
+
|
 +
:OPS235 Lab 8
 +
:(N/A)
  
 
|-
 
|-
 
|'''Week 11'''
 
|'''Week 11'''
 +
April 2 - 6
  
 
|
 
|
Line 169: Line 178:
 
|-
 
|-
 
|'''Week 12'''
 
|'''Week 12'''
 +
April 9 - 13
  
 
|
 
|
Line 179: Line 189:
 
|-
 
|-
 
|'''Week 13'''
 
|'''Week 13'''
 +
April 16 - 20
  
 
|
 
|
Line 187: Line 198:
  
 
|-
 
|-
!colspan="4"|Exam Week
+
!colspan="4"|Exam Week - April 23 - 27
 
|}
 
|}
  
 
[[OPS235 Resources]]
 
[[OPS235 Resources]]

Latest revision as of 10:31, 3 February 2012

OPS235 Weekly Schedule

Week Objectives and Tasks Assigned Reading Labs / Exercises
Week 1

January 9 - 13

Installing Linux

  • Manually Creating Partitions
  • Installing Fedora
  • Boot loaders


  • Introduction to Linux (YouTube Videos):
[ Part1 ] [ Part2 ] [ Part3 ]
OPS235 Lab 1
Week 2

January 16 - 20

Using Virtual Machines

  • Installing and Using Virtualization Software
  • Installing Guest VMs
OPS235 Lab 2
Week 3

January 23 - 27

  • Logical Volume Management
  • Software Package management with rpm and yum
OPS235 Lab 3
Week 4

January 30 - February 3

Continue working on:

  • Logical Volume Management
  • Installing / Removing Applications with Yum
Week 5

February 6 - 10

  • Creating / Managing Virtual Partitions
  • Mounting / Unmounting File Systems
  • Automatically Mount File Systems Upon Boot-up
  • User and Group Management
OPS235 Lab 4


Week 6

February 13 -17

  • Using Filesystems in Regular Files
  • Using Archive Files (tar, tar.gz, tgz)
  • Compiling Software from Source Code


  • Catch up / Review for Practical and Written tests
  • Work on assignment
OPS235 Lab 5
(N/A)
Week 7

February 20 -24

  • Practical Test 1 (covering weeks 1-5)
  • Written Test 1 (covering weeks 1-5)
Study Week - February 27 - March 2
Week 8

March 5 - 9

  • Static Network Configuration
  • Network Configuration with a DHCP client
  • Basic TCP/IP network commands: ping, ifconfig, netstat

Networking with Virtual Machines (Introduction)

OPS235 Lab 6
(N/A)
Week 9

March 12 - 16

  • Network Services
  • SSH
OPS235 Lab 7
(N/A)
Week 10

March 26 - 30

  • DHCP Server
  • DHCP Server Definition:
    [1]
OPS235 Lab 8
(N/A)
Week 11

April 2 - 6

  • Assignment 2 released
  • Review for Practical and Written Tests


Week 12

April 9 - 13

  • Written Test 2
  • Practical Test 2


Week 13

April 16 - 20

  • Assignment 2 Due
  • Review for Exam
Exam Week - April 23 - 27

OPS235 Resources