Difference between revisions of "OPS245 Weekly Schedule"

From CDOT Wiki
Jump to: navigation, search
m (Updating links for slides from first half - fixes formatting issue.)
Line 16: Line 16:
 
|'''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://www.dropbox.com/s/7dlp8g5ynp7973w/w1-l2.pptx?dl=1 Installing Linux]
 
|[[OPS245 Lab 1|Lab 1: Installing CentOS 7 with VMWare Workstation]]
 
|[[OPS245 Lab 1|Lab 1: Installing CentOS 7 with VMWare Workstation]]
  
Line 34: Line 34:
 
*Using a Python Shell Script to Create a Post Installation Report
 
*Using a Python Shell Script to Create a Post Installation Report
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~ops245/slides/w2-l1.pptx Python Scripting (part 1)]
+
*[https://www.dropbox.com/s/2dxebm9yrmync1t/w2-l1.pptx?dl=1 Python Scripting (part 1)]
  
 
|'''Scripting Practice:'''
 
|'''Scripting Practice:'''
Line 45: Line 45:
 
*Installing Guest VMs
 
*Installing Guest VMs
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~ops245/slides/w3-l1.pptx Installing Virtual Machines]
+
*[https://www.dropbox.com/s/0xgkv4a26hjjzjm/w3-l1.pptx?dl=1 Installing Virtual Machines]
*[https://ict.senecacollege.ca/~ops245/slides/w3-l2.pptx Python Scripting (part 2)]
+
*[https://www.dropbox.com/s/9i95fs2706rklhp/w3-l2.pptx?dl=1 Python Scripting (part 2)]
 
'''Script Samples:'''
 
'''Script Samples:'''
 
*[https://ict.senecacollege.ca/~ops245/samples/menu.py menu.py]
 
*[https://ict.senecacollege.ca/~ops245/samples/menu.py menu.py]
Line 65: Line 65:
 
*Decision Making in Python Scripts
 
*Decision Making in Python Scripts
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~ops245/slides/w4-l1.pptx Managing Virtual Machines]
+
*[https://www.dropbox.com/s/citztrp5f8kkd92/w4-l1.pptx?dl=1 Managing Virtual Machines]
*[https://ict.senecacollege.ca/~ops245/slides/w4-l2.pptx Python Scripting (part 3)]
+
*[https://www.dropbox.com/s/zpekjhrr58nuxl4/w4-l2.pptx?dl=1 Python Scripting (part 3)]
 
'''Script Samples:'''
 
'''Script Samples:'''
 
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/userprint.py userprint.py]
 
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/userprint.py userprint.py]
Line 82: Line 82:
 
*Package Management
 
*Package Management
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~ops245/slides/w5-l1.pptx Troubleshooting, Archiving, Package Management]
+
*[https://www.dropbox.com/s/hp7qqvai7xklv5w/w5-l1.pptx?dl=1 Troubleshooting, Archiving, Package Management]
 +
*[https://www.dropbox.com/s/95xdxemu20fad3s/w5-l2.pptx?dl=1 Python Scripting (part 4)t]
 
|[[OPS245 Lab 3|Lab 3: Troubleshooting, Archiving, and Packages]]
 
|[[OPS245 Lab 3|Lab 3: Troubleshooting, Archiving, and Packages]]
  
Line 96: Line 97:
 
*Assignment 1
 
*Assignment 1
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~ops245/slides/w6-l1.pptx Managing Users, Groups & Services]
+
*[https://www.dropbox.com/s/l7dvohl9ghnnodh/w6-l1.pptx?dl=1 Managing Users, Groups & Services]
*[https://ict.senecacollege.ca/~ops245/slides/w6-l2.pptx Managing Sudo]
+
*[https://www.dropbox.com/s/ilxjqe8sdwmrfuk/w6-l2.pptx?dl=1 Managing Sudo]
*[https://ict.senecacollege.ca/~ops245/slides/w6-l3.pptx Python Scripting (part 4)]
+
*[https://www.dropbox.com/s/9prvagrjem3nx7d/w6-l3.pptx?dl=1 Python Scripting (part 5)]
 
'''Script Samples:'''
 
'''Script Samples:'''
  

Revision as of 16:53, 18 January 2022

Winter 2022

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:
Jan 10 - Jan 14
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:
Jan 17 - Jan 21
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:
Jan 24 - Jan 28
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:
Jan 31 - Feb 4
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:
Feb 7 - Feb 11
Troubleshooting, Archiving, Package Management:
  • Common Troubleshooting Examples
  • Archiving Files
  • Package Management
Lecture Notes: Lab 3: Troubleshooting, Archiving, and Packages
Week 6:
Feb 14 - Feb 18
Managing Users, Groups & Services:
  • User Management
  • Group Management
  • Service Status
  • Starting / Stopping Services
  • Looping in Python scripts

Evaluation:

  • Assignment 1
Lecture Notes:

Script Samples:

Lab 4: Users, Groups and Services
Week 7:
Feb 21 - Feb 25
(Monday is a holiday)
Evaluation:
  • Test 1


Study Week:
Feb 28 - Mar 4
Week 8:
Mar 7 - Mar 11
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:
Mar 14 - Mar 18
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:
Mar 21 - Mar 25
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:
Mar 28 - Apr 1
Setup and Configure Secure Shell Services
  • Network Services
  • SSH
Lecture Notes: Lab 7: Setup and Configure SSH


Week 12:
Apr 4 - Apr 8
Setting Up, Using & Maintaining a DHCP Server
  • DHCP Server
Lecture Notes: Lab 8: Setup and Configure a DHCP Server


Week 13:
Apr 11 - Apr 15
(Friday is a holiday)
Evaluation:
  • Assignment 2
  • Test 2
Week 14:
Apr 18 - Apr 22
Evaluation:
  • Final Assessment