Difference between revisions of "OPS245 Weekly Schedule"

From CDOT Wiki
Jump to: navigation, search
m (Moving slide links to ops245 folder.)
m (Fall 2021: - putting links to python scripts in the correct week)
Line 35: Line 35:
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
 
*[https://ict.senecacollege.ca/~ops245/slides/w2-l1.pptx Python Scripting (part 1)]
 
*[https://ict.senecacollege.ca/~ops245/slides/w2-l1.pptx Python Scripting (part 1)]
'''Script Samples:'''
+
 
*[https://ict.senecacollege.ca/~ops245/samples/menu.py menu.py]
 
*[https://ict.senecacollege.ca/~ops245/samples/if1.py if1.py]
 
*[https://ict.senecacollege.ca/~ops245/samples/twoif.py twoif.py]
 
*[https://ict.senecacollege.ca/~ops245/samples/if2.py if2.py]
 
*[https://ict.senecacollege.ca/~ops245/samples/if3.py if3.py]
 
*[https://ict.senecacollege.ca/~ops245/samples/if4.py if4.py]
 
*[https://ict.senecacollege.ca/~ops245/samples/if5.py if5.py]
 
 
|'''Scripting Practice:'''
 
|'''Scripting Practice:'''
 
*[[OPS245_Scripting_Exercises | OPS245 Scripting Exercises]]
 
*[[OPS245_Scripting_Exercises | OPS245 Scripting Exercises]]
Line 55: Line 48:
 
*[https://ict.senecacollege.ca/~ops245/slides/w3-l2.pptx Python Scripting (part2)]
 
*[https://ict.senecacollege.ca/~ops245/slides/w3-l2.pptx Python Scripting (part2)]
 
'''Script Samples:'''
 
'''Script Samples:'''
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/for1.bash for1.bash]
+
*[https://ict.senecacollege.ca/~ops245/samples/menu.py menu.py]
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/for2.bash for2.bash]
+
*[https://ict.senecacollege.ca/~ops245/samples/if1.py if1.py]
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/for3.bash for3.bash]
+
*[https://ict.senecacollege.ca/~ops245/samples/twoif.py twoif.py]
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/simpleif.bash simpleif.bash]
+
*[https://ict.senecacollege.ca/~ops245/samples/if2.py if2.py]
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/complexif.bash complexif.bash]
+
*[https://ict.senecacollege.ca/~ops245/samples/if3.py if3.py]
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/while.bash while.bash]
+
*[https://ict.senecacollege.ca/~ops245/samples/if4.py if4.py]
 +
*[https://ict.senecacollege.ca/~ops245/samples/if5.py if5.py]
 
|[[OPS245 Lab 2|Lab 2: Creating and Using Virtual Machines]]
 
|[[OPS245 Lab 2|Lab 2: Creating and Using Virtual Machines]]
  
Line 74: Line 68:
 
*[https://ict.senecacollege.ca/~ops245/slides/w4-l2.pptx Python Scripting (part3)]
 
*[https://ict.senecacollege.ca/~ops245/slides/w4-l2.pptx Python Scripting (part3)]
 
'''Script Samples:'''
 
'''Script Samples:'''
 +
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/for1.bash for1.bash]
 +
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/for2.bash for2.bash]
 +
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/for3.bash for3.bash]
 +
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/simpleif.bash simpleif.bash]
 +
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/complexif.bash complexif.bash]
 +
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/while.bash while.bash]
 
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/userprint.py userprint.py]
 
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/userprint.py userprint.py]
 
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/countup.py countup.py]
 
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/countup.py countup.py]
 
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/countup2.py countup2.py]
 
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/countup2.py countup2.py]
 +
 
|
 
|
  

Revision as of 11:25, 2 September 2021

Fall 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:
07 - 10 Sep
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:
13 - 17 Sep
Post-Installation Tasks:
  • Post-Install Commands
  • Bash Shell Scripting Essentials
  • Introduction to Python Scripting
  • Using a Python Shell Script to Create a Post Installation Report
Lecture Notes: Scripting Practice:
Week 3:
20 - 24 Sep
Creating & Using Virtual Machines
  • Installing and Using Virtualization Software
  • Installing Guest VMs
Lecture Notes:

Script Samples:

Lab 2: Creating and Using Virtual Machines
Week 4:
30 Sep - 01 Oct
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:

Script Samples:


Week 5:
04 - 08 Oct
Troubleshooting, Archiving, Package Management:
  • Common Troubleshooting Examples
  • Archiving Files
  • Package Management

Evaluation:

  • Assignment 1
Lecture Notes: Lab 3: Troubleshooting, Archiving, and Packages
Week 6:
11 - 15 Oct
Managing Users, Groups & Services:
  • User Management
  • Group Management
  • Service Status
  • Starting / Stopping Services
  • Looping in Python scripts

Evaluation:

  • Test 1
Lecture Notes:

Script Samples:

Lab 4: Users, Groups and Services
Week 7:
18 - 22 Oct
Fill In Lecture Notes: LAB ??


Study Week:
25 - 29 Oct
Week 8:
01 - 05 Nov
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:
08 - 12 Nov
Using LVM
  • Using Logical Volume Manager (LVM)
  • Creating Shell Scripts to Flag Low Disk Space
Lecture Notes:

Script Samples:

Lab 5: Using LVM - Investigation 2


Week 10:
15 - 19 Nov
Configuring a Network Using Virtual Machines
  • Static Network Configuration
  • Network Configuration with a DHCP client
  • Basic TCP/IP network commands: ping, ip, ss
  • Using Python Scripts to Access Files
Lecture Notes: Lab 6: Virtual Networks


Week 11:
22 - 26 Nov
Setup and Configure Secure Shell Services
  • Network Services
  • SSH
Lecture Notes: Lab 7: Setup and Configure SSH


Week 12:
29 Nov - 03 Dec
Setting Up, Using & Maintaining a DHCP Server
  • DHCP Server
Lecture Notes: Lab 8: Setup and Configure a DHCP Server


Week 13:
06 - 10 Dec
Evaluation:
  • Assignment 2
Week 13:
13 - 15 Dec
Evaluation:
  • Final Assessment