Difference between revisions of "OPS235 Weekly Schedule - Fedora17"

From CDOT Wiki
Jump to: navigation, search
Line 15: Line 15:
 
|-
 
|-
 
|
 
|
:'''Week 1''' (May 6 -12)
+
:'''Week 1''' ( Sept 3 – 8, 2013 )
  
 
|
 
|
Line 38: Line 38:
 
|-
 
|-
 
|
 
|
:'''Week 2''' (May 13-19)
+
:'''Week 2''' ( Sept 9 – 15, 2013 )
  
 
|
 
|
Line 64: Line 64:
 
|-
 
|-
 
|
 
|
:'''Week 3''' (May 20 - 26)
+
:'''Week 3''' ( Sept 16 – 22, 2013 )
  
  
Line 83: Line 83:
 
|-
 
|-
 
|
 
|
:'''Week 4''' (May 27 - June 2)
+
:'''Week 4''' ( Sept 23 – 29, 2013 )
  
 
|
 
|
Line 100: Line 100:
 
|-
 
|-
 
|
 
|
:'''Week 5''' (June 3 - 9)
+
:'''Week 5''' ( Sept 30 – Oct 6, 2013 )
  
  
Line 126: Line 126:
 
|-
 
|-
 
|
 
|
:'''Week 6''' (June 10 - 16).
+
:'''Week 6''' ( Oct 7 – 13, 2013 )
  
 
|
 
|
Line 141: Line 141:
 
|-
 
|-
 
|
 
|
:'''Week 7''' (June 17 - 23)
+
:'''Week 7''' ( Oct 14 – 20, 2013 )
  
 
|
 
|
Line 154: Line 154:
 
|-
 
|-
 
|
 
|
:'''Week 8''' (July 1 - 7)
+
:'''Week 8''' ( Oct 28 – Nov 3, 2013 )
  
 
|
 
|
Line 179: Line 179:
 
|-
 
|-
 
|
 
|
:'''Week 9''' (July 8 - 14)
+
:'''Week 9''' ( Nov 4 – 10, 2013 )
  
 
|
 
|
Line 210: Line 210:
 
|-
 
|-
 
|
 
|
:'''Week 10''' (July 15 - 21)
+
:'''Week 10''' ( Nov 11 – 17, 2013 )
 
|
 
|
 
:'''Setup and Configure Secure Shell Services,<br />Using Virtual Machines'''
 
:'''Setup and Configure Secure Shell Services,<br />Using Virtual Machines'''
Line 232: Line 232:
 
|-
 
|-
 
|
 
|
:'''Week 11''' (July 22 - 28)
+
:'''Week 11''' ( Nov 18 – 24, 2013 )
 
|
 
|
 
:'''Setting Up, Using &amp; Maintaining a DHCP Server'''
 
:'''Setting Up, Using &amp; Maintaining a DHCP Server'''
Line 253: Line 253:
 
|-
 
|-
 
|
 
|
:'''Week 12''' (July 29 - Aug 4)
+
:'''Week 12''' ( Nov 25 – Dec 1, 2013 )
 
|
 
|
  
Line 265: Line 265:
 
|-
 
|-
 
|
 
|
:'''Week 13''' (Aug 4 - 11)
+
:'''Week 13''' ( Dec 2 - 6, 2013 )
  
  
Line 275: Line 275:
  
 
|-
 
|-
!colspan="4"|Exam Week (August 12 - 16)
+
!colspan="4"|Exam Week ( Dec 7 - 11, 2013 )
 
|}
 
|}
 
[[OPS235 Resources]]
 
[[OPS235 Resources]]

Revision as of 16:33, 28 August 2013


Summer 2013

Week
Objectives and Tasks
Slides / Reference

Labs

Week 1 ( Sept 3 – 8, 2013 )
Fedora 17 Installation (on Main Host)
  • Manually Creating Partitions
  • Installing Fedora
  • Boot loaders


Slides:
  • Course Introduction:
[ odp ] [ pdf ] [ ppt ]
  • Lab 1 Preparation / Debriefing:
[ odp ] [ pdf ] [ ppt ]


Reference:

Lab 1

Week 2 ( Sept 9 – 15, 2013 )
Creating & Using Virtual Machines
  • Installing and Using Virtualization Software
  • Installing Guest VMs
Slides:
  • Virtual Machines Part I (Lab 2 Investigations 1-4):
[ odp ] [ pdf ] [ ppt ]
  • Virtual Machines Part II (Lab 2 Investigations 5-7):
[ odp ] [ pdf ] [ ppt ]
Reference:

Lab 2

Week 3 ( Sept 16 – 22, 2013 )


LVM & Software Package Management
  • Software Package management with rpm and yum
Slides:
  • Package Management:
[ odp ] [ pdf ] [ ppt ]
Reference:

Lab 3

Week 4 ( Sept 23 – 29, 2013 )
LVM & Software Package Management (continued)
  • Logical Volume Management
Slides:
  • Introduction to LVM:
[ odp ] [ pdf ] [ ppt ]
Reference:
Week 5 ( Sept 30 – Oct 6, 2013 )


Working with Partitions / User & Group Management
  • Creating / Managing Virtual Partitions
  • Mounting / Unmounting File Systems
  • Automatically Mount File Systems Upon Boot-up
  • User and Group Management
Slides:
  • Linux Filesystems / Working with Partitions:
[ odp ] [ pdf ] [ ppt ]
  • User Account Management:
[ odp ] [ pdf ] [ ppt ]
Reference:

Lab 4

Week 6 ( Oct 7 – 13, 2013 )

Complete first half of course:

  • Catch-up on Labs
  • Work on assignment #1 (Due week #7 in class)
  • Review for Practical Test #1 and Written Test


Week 7 ( Oct 14 – 20, 2013 )
Evaluation
  • Practical Test 1 (covering weeks 1-4)
  • Written Test 1 (covering weeks 1-4)
  • Assignment 1 Due (in class)
Study Week (June 24 - 30)
Week 8 ( Oct 28 – Nov 3, 2013 )
Archiving Files, Compiling Software
Packages from Source, Managing Services
  • Using Archive Files (tar, tar.gz, tgz)
  • Compiling Software from Source Code
  • System Services (via systemd)


Slides:
  • Archiving & Compiling Software / Managing Run Levels and Services & Run Levels
[ ] [ ] [ ]
Reference:

Lab 5

Week 9 ( Nov 4 – 10, 2013 )
Configuring a Network Using Virtual Machines
  • Static Network Configuration
  • Network Configuration with a DHCP client
  • Basic TCP/IP network commands: ping, ifconfig, netstat
Slides:
  • Configuring Networks in VMs - Part1:
[ odp ] [ pdf ] [ ppt ]
  • Configuring Networks in VMs - Part2:
[ odp ] [ pdf ] [ ppt ]


Reference:
Networking with Virtual Machines (Introduction)

Lab 6

Week 10 ( Nov 11 – 17, 2013 )
Setup and Configure Secure Shell Services,
Using Virtual Machines
  • Network Services
  • SSH|
Slides:
  • Network Services / SSH:
[ odp ] [ pdf ] [ ppt ]
Reference:

Lab 7

Week 11 ( Nov 18 – 24, 2013 )
Setting Up, Using & Maintaining a DHCP Server
  • DHCP Server
Assignment 2 released
  • Work on assignment #2 (Due week #13 in class)
  • Review for Practical Test
Slides:
  • Install & Configure DHCP Server:
[ odp ] [ pdf ] [ ppt ]
Reference:

Lab 8

Week 12 ( Nov 25 – Dec 1, 2013 )
Evaluation
  • Practical Test 2
  • Work on assignment #2 (Due week #13 in class)


Week 13 ( Dec 2 - 6, 2013 )


  • Assignment #2 Due (in class)
  • Review for Exam
Exam Week ( Dec 7 - 11, 2013 )

OPS235 Resources