Difference between revisions of "OSL740 Weekly Schedule"

From CDOT Wiki
Jump to: navigation, search
m
m (Adding links to second-half slides)
Line 124: Line 124:
 
*Error Handling in Python Scripts
 
*Error Handling in Python Scripts
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
*<!--[https://ict.senecacollege.ca/~ops245/slides/w8-l1.pptx Monitoring Disk Space, <code>crontab</code>]-->
+
*[https://www.dropbox.com/s/jnqqbpg63u6v3k6/w8-l1.pptx?dl=1 Monitoring Disk Space, <code>crontab</code>]
*<!--[https://ict.senecacollege.ca/~ops245/slides/w8-l2.pptx Python Scripting (part 5)]-->
+
*[https://www.dropbox.com/s/ghs4kldg86dmjpj/w8-l2.pptx?dl=1 Python Scripting (part 6)]
 
|<!--[[OPS245 Lab 5|Lab 5: Monitoring Disk Space - Investigation 1]]-->
 
|<!--[[OPS245 Lab 5|Lab 5: Monitoring Disk Space - Investigation 1]]-->
  
Line 135: Line 135:
 
*Creating Shell Scripts to Flag Low Disk Space
 
*Creating Shell Scripts to Flag Low Disk Space
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
*<!--[https://ict.senecacollege.ca/~ops245/slides/w9-l1.pptx Introduction to LVM]-->
+
*[https://www.dropbox.com/s/r1vwtb2p61asgkr/w9-l1.pptx?dl=1 Introduction to LVM]
*<!--[https://ict.senecacollege.ca/~ops245/slides/w9-l2.pptx Advanced uses of the <code>awk</code> command]-->
+
*[https://www.dropbox.com/s/ixttb7hovdhaite/w9-l2.pptx?dl=1 Advanced uses of the <code>awk</code> command]
 
*Demonstration of Growing ''/home'' partition using LVM: [https://youtu.be/4fGQmw9RInYg YouTube]
 
*Demonstration of Growing ''/home'' partition using LVM: [https://youtu.be/4fGQmw9RInYg YouTube]
 
'''Script Samples:'''
 
'''Script Samples:'''
Line 156: Line 156:
 
*Using Python Scripts to Access Files
 
*Using Python Scripts to Access Files
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
<!--*[https://ict.senecacollege.ca/~ops245/slides/w10-l1.pptx Creating a Virtual Network]-->
+
*[https://www.dropbox.com/s/m40pmj5kq4ndava/w10-l1.pptx?dl=1 Creating a Virtual Network]
<!--*[https://ict.senecacollege.ca/~ops245/slides/w10-l2.pptx Python Scripting (part 6)]-->
+
*[https://www.dropbox.com/s/72dydlt1s1usbnf/w10-l2.pptx?dl=1 Python Scripting (part 7)]
 
|<!--[[OPS245 Lab 6|Lab 6: Virtual Networks]]-->
 
|<!--[[OPS245 Lab 6|Lab 6: Virtual Networks]]-->
  
Line 167: Line 167:
 
*SSH
 
*SSH
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
*<!--[https://ict.senecacollege.ca/~ops245/slides/w11-l1.pptx Securing Network via SSH]-->
+
*[https://www.dropbox.com/s/yuerrtir9nfdva2/w11-l1.pptx?dl=1 Securing Network via SSH]
*<!--[https://ict.senecacollege.ca/~ops245/slides/w11-l2.pptx Configuring Firewalls (iptables)]-->
+
*[https://www.dropbox.com/s/hnzq8wr27dgmn5p/W11-l2.pptx?dl=1 Configuring Firewalls (iptables)]
 
|<!--[[OPS245 Lab 7|Lab 7: Setup and Configure SSH]]-->
 
|<!--[[OPS245 Lab 7|Lab 7: Setup and Configure SSH]]-->
  
Line 177: Line 177:
 
*DHCP Server
 
*DHCP Server
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
*<!--[https://ict.senecacollege.ca/~ops245/slides/w12-l1.pptx Setting up a DHCP Server]-->
+
*[https://www.dropbox.com/s/ya14qe2ldh4953u/w12-l1.pptx?dl=1 Setting up a DHCP Server]
 
|<!--[[OPS245 Lab 8|Lab 8: Setup and Configure a DHCP Server]]-->
 
|<!--[[OPS245 Lab 8|Lab 8: Setup and Configure a DHCP Server]]-->
  

Revision as of 17:58, 28 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:


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:


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:


Week 11:
Mar 28 - Apr 1
Setup and Configure Secure Shell Services
  • Network Services
  • SSH
Lecture Notes:


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


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