Difference between revisions of "OPS245 Weekly Schedule"

From CDOT Wiki
Jump to: navigation, search
(Initial Page - mostly duplicated from OPS235)
 
m (Fixing schedule for full-length semester)
Line 14: Line 14:
 
*Shell Scripting
 
*Shell Scripting
 
*Obtain System Information
 
*Obtain System Information
'''Post-Installation Tasks:'''
 
*Post-Install Commands
 
*Bash Shell Scripting Essentials
 
*Introduction to Python Scripting
 
*Using a Bash Shell Script to Create a Post Installation Report
 
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
 
*[https://ict.senecacollege.ca/~ops245/slides/w1_l1.pptx Welcome to OPS245!]
 
*[https://ict.senecacollege.ca/~ops245/slides/w1_l1.pptx Welcome to OPS245!]
 
*[https://ict.senecacollege.ca/~ops245/slides/w1_l2.pptx Installing Linux]
 
*[https://ict.senecacollege.ca/~ops245/slides/w1_l2.pptx Installing Linux]
*[https://ict.senecacollege.ca/~ops245/slides/w1_l3.pptx Bash Shell Scripting (part 1)]
 
*[https://ict.senecacollege.ca/~ops245/slides/w1_l4.pptx Python Scripting (part 1)]
 
 
'''Scripting Practice:'''
 
*[[OPS245_Scripting_Exercises | OPS245 Scripting Exercises]]
 
 
|[[OPS245 Lab 1|Lab 1: Installing CentOS 7 with VMWare Workstation]]
 
|[[OPS245 Lab 1|Lab 1: Installing CentOS 7 with VMWare Workstation]]
  
Line 38: Line 28:
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
 
|'''Week 2:'''<br>18 - 22 Jan
 
|'''Week 2:'''<br>18 - 22 Jan
 +
|'''Post-Installation Tasks:'''
 +
*Post-Install Commands
 +
*Bash Shell Scripting Essentials
 +
*Introduction to Python Scripting
 +
*Using a Bash Shell Script to Create a Post Installation Report
 +
|'''Lecture Notes:'''
 +
*[https://ict.senecacollege.ca/~ops245/slides/w2_l1.pptx Bash Shell Scripting (part 1)]
 +
*[https://ict.senecacollege.ca/~ops245/slides/w2_l2.pptx Python Scripting (part 1)]
 +
|'''Scripting Practice:'''
 +
*[[OPS245_Scripting_Exercises | OPS245 Scripting Exercises]]
 +
 +
|- style="vertical-align:top;"
 +
|'''Week 3:'''<br>25 - 29 Jan
 
|'''Creating & Using Virtual Machines'''
 
|'''Creating & Using Virtual Machines'''
 
*Installing and Using Virtualization Software
 
*Installing and Using Virtualization Software
 
*Installing Guest VMs
 
*Installing Guest VMs
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~ops245/slides/w2_l1.pptx Installing Virtual Machines]
+
*[https://ict.senecacollege.ca/~ops245/slides/w3_l1.pptx Installing Virtual Machines]
 
|[[OPS245 Lab 2|Lab 2: Creating and Using Virtual Machines]]
 
|[[OPS245 Lab 2|Lab 2: Creating and Using Virtual Machines]]
 
  
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
|'''Week 3:'''<br>25 - 29 Jan
+
|'''Week 4:'''<br>01 - 05 Feb
 
|'''Creating & Using Virtual Machines / Continued:'''
 
|'''Creating & Using Virtual Machines / Continued:'''
 
*Manipulating Virtual Machines
 
*Manipulating Virtual Machines
Line 54: Line 56:
 
*Decision Making in Python Scripts
 
*Decision Making in Python Scripts
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~ops245/slides/w3_l1.pptx Managing Virtual Machines]
+
*[https://ict.senecacollege.ca/~ops245/slides/w4_l1.pptx Managing Virtual Machines]
*[https://ict.senecacollege.ca/~ops245/slides/w3_l2.pptx Bash Shell Scripting (part2)]
+
*[https://ict.senecacollege.ca/~ops245/slides/w4_l2.pptx Bash Shell Scripting (part2)]
*[https://ict.senecacollege.ca/~ops245/slides/w3_l3.pptx Python Scripting (part2)]
+
*[https://ict.senecacollege.ca/~ops245/slides/w4_l3.pptx Python Scripting (part2)]
 
|
 
|
  
  
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
|'''Week 4:'''<br>01 - 05 Feb
+
|'''Week 5:'''<br>08 - 12 Feb
 
|'''Troubleshooting, Archiving, Package Management:'''
 
|'''Troubleshooting, Archiving, Package Management:'''
 
*Common Troubleshooting Examples
 
*Common Troubleshooting Examples
Line 67: Line 69:
 
*Package Management
 
*Package Management
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~ops245/slides/w4_l1.pptx Troubleshooting, Archiving, Package Management]
+
*[https://ict.senecacollege.ca/~ops245/slides/w5_l1.pptx Troubleshooting, Archiving, Package Management]
*[https://ict.senecacollege.ca/~ops245/slides/w4_l2.pptx Bash Shell Scripting (part 3)]
+
*[https://ict.senecacollege.ca/~ops245/slides/w5_l2.pptx Bash Shell Scripting (part 3)]
 
|[[OPS245 Lab 3|Lab 3: Troubleshooting, Archiving, and Packages]]
 
|[[OPS245 Lab 3|Lab 3: Troubleshooting, Archiving, and Packages]]
 
  
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
|'''Week 5:'''<br>08 - 12 Feb
+
|'''Week 6:'''<br>15 - 19 Feb
 
|'''Managing Users, Groups & Services:'''
 
|'''Managing Users, Groups & Services:'''
 
*User Management
 
*User Management
Line 81: Line 82:
 
*Looping in Python scripts
 
*Looping in Python scripts
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~ops245/slides/w5_l1.pptx Managing Users, Groups & Services]
+
*[https://ict.senecacollege.ca/~ops245/slides/w6_l1.pptx Managing Users, Groups & Services]
*[https://ict.senecacollege.ca/~ops245/slides/w5_l2.pptx Bash Shell Scripting (part 4)]
+
*[https://ict.senecacollege.ca/~ops245/slides/w6_l2.pptx Bash Shell Scripting (part 4)]
*[https://ict.senecacollege.ca/~ops245/slides/w5_l3.pptx Python Scripting (part 3)]
+
*[https://ict.senecacollege.ca/~ops245/slides/w6_l3.pptx Python Scripting (part 3)]
 
|[[OPS245 Lab 4|Lab 4: Users, Groups and Services]]
 
|[[OPS245 Lab 4|Lab 4: Users, Groups and Services]]
 
 
|- style="vertical-align:top;"
 
|'''Week 6:'''<br>15 - 19 Feb
 
|'''Something:'''
 
*Still re-working schedule to deal with the normal semester length again.
 
|
 
|
 
  
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"

Revision as of 21:21, 1 January 2021

Winter 2021

This schedule is a considered to be a general guideline for week-by-week content. Due dates may vary per instructor.

Week Objectives and Tasks References Labs
Week 1:
11 - 15 Jan
Create a CentOS Linux VM in VMware:
  • Install CentOS (Full Install) in VMware Workstation application (create customized partitions)
  • Shell Scripting
  • Obtain System Information
Lecture Notes: Lab 1: Installing CentOS 7 with VMWare Workstation


WARNING:
If working from home, use VMware Workstation (Windows/Linux) or VMware Fusion (macOS).

Do not use any other virtualization software!

Week 2:
18 - 22 Jan
Post-Installation Tasks:
  • Post-Install Commands
  • Bash Shell Scripting Essentials
  • Introduction to Python Scripting
  • Using a Bash Shell Script to Create a Post Installation Report
Lecture Notes: Scripting Practice:
Week 3:
25 - 29 Jan
Creating & Using Virtual Machines
  • Installing and Using Virtualization Software
  • Installing Guest VMs
Lecture Notes: Lab 2: Creating and Using Virtual Machines
Week 4:
01 - 05 Feb
Creating & Using Virtual Machines / Continued:
  • Manipulating Virtual Machines
  • Backing-up Virtual Machines
  • Manipulating Virtual Machines with Shell Scripts
  • Decision Making in Python Scripts
Lecture Notes:


Week 5:
08 - 12 Feb
Troubleshooting, Archiving, Package Management:
  • Common Troubleshooting Examples
  • Archiving Files
  • Package Management
Lecture Notes: Lab 3: Troubleshooting, Archiving, and Packages
Week 6:
15 - 19 Feb
Managing Users, Groups & Services:
  • User Management
  • Group Management
  • Service Status
  • Starting / Stopping Services
  • Looping in Python scripts
Lecture Notes: Lab 4: Users, Groups and Services
Week 7:
22 - 26 Feb
Evaluation:
  • Labs 1 - 4
  • Assignment 1
  • Written Midterm Test


Study Week:
01 - 05 Mar
Week 8:
08 - 12 Mar
Monitoring Disk Space, Intro to LVM
  • Monitoring Hard Disk Space
  • LVM - Definition
  • Using LVM
  • Creating Shell Scripts to Flag Low Disk Space
  • Error Handling in Python Scripts
Lecture Notes: Lab 5: Monitoring Disk Space - Investigation 1


Week 9:
15 - 19 Mar
Using LVM
  • Using Logical Volume Manager (LVM)
  • Creating Shell Scripts to Flag Low Disk Space
Lecture Notes: Lab 5: Using LVM - Investigation 2


Week 10:
22 - 26 Mar
Configuring a Network Using Virtual Machines
  • Static Network Configuration
  • Network Configuration with a DHCP client
  • Basic TCP/IP network commands: ping, ip, ss
  • Executing Python Scripts on Remote Machines
Lecture Notes: Lab 6: Virtual Networks


Week 11:
29 Mar - 02 Apr
Setup and Configure Secure Shell Services
  • Network Services
  • SSH
Lecture Notes: Lab 7: Setup and Configure SSH


Week 12:
05 - 09 Apr
Setting Up, Using & Maintaining a DHCP Server
  • DHCP Server
  • Using Python Scripts to Access Files
Lecture Notes: Lab 8: Setup and Configure a DHCP Server


Week 13:
12 - 16 Apr
Evaluation:
  • Labs 5 - 8
  • Assignment 2
  • Final Exam