Difference between revisions of "OPS245 Weekly Schedule"

From CDOT Wiki
Jump to: navigation, search
m (Updating links for slides in second half - formatting issues in slides fixed)
 
(12 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 +
{{Admon/caution|DO NOT USE THIS VERSION OF THE COURSE. This page will no longer be updated.|'''Debian version here:''' https://seneca-ictoer.github.io/OPS245
 +
<br>'''CentOS version here:''' https://seneca-ictoer.github.io/OPS245-C7<br>'''Andrew's version here:''' http://wiki.littlesvr.ca/wiki/OPS245_Weekly_Schedule}}
 
[[Category:OPS245]][[Category:peter.callaghan]]
 
[[Category:OPS245]][[Category:peter.callaghan]]
= Winter 2022 =
+
= Summer 2023 =
 
This schedule is a considered to be a general guideline for week-by-week content. Due dates may vary per instructor.
 
This schedule is a considered to be a general guideline for week-by-week content. Due dates may vary per instructor.
  
Line 9: Line 11:
 
!style="width: 30%"|Labs
 
!style="width: 30%"|Labs
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
|'''Week 1:'''<br>Jan 10 - Jan 14
+
|'''Week 1:'''<br>May 8 - 12
 
|'''Create a CentOS Linux VM in VMware:'''
 
|'''Create a CentOS Linux VM in VMware:'''
 
*Install CentOS (Full Install) in VMware Workstation application (create customized partitions)
 
*Install CentOS (Full Install) in VMware Workstation application (create customized partitions)
Line 15: Line 17:
 
*Obtain System Information
 
*Obtain System Information
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~ops245/slides/w1-l1.pptx Welcome to OPS245!]
+
*[https://github.com/OPS245/slides/raw/main/w1-l1.pptx Welcome to OPS245!]
 
*[https://www.dropbox.com/s/7dlp8g5ynp7973w/w1-l2.pptx?dl=1 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 27: Line 29:
  
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
|'''Week 2:'''<br>Jan 17 - Jan 21
+
|'''Week 2:'''<br>May 15 - 19
 
|'''Post-Installation Tasks:'''
 
|'''Post-Installation Tasks:'''
 
*Post-Install Commands
 
*Post-Install Commands
Line 40: Line 42:
  
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
|'''Week 3:'''<br>Jan 24 - Jan 28
+
|'''Week 3:'''<br>May 23 - 26
 
|'''Creating & Using Virtual Machines'''
 
|'''Creating & Using Virtual Machines'''
 
*Installing and Using Virtualization Software
 
*Installing and Using Virtualization Software
Line 48: Line 50:
 
*[https://www.dropbox.com/s/9i95fs2706rklhp/w3-l2.pptx?dl=1 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://www.dropbox.com/s/neahqj4bsj7lgro/menu.py?dl=1 menu.py]
*[https://ict.senecacollege.ca/~ops245/samples/if1.py if1.py]
+
*[https://www.dropbox.com/s/b04u0e1snvfcrqs/if1.py?dl=1 if1.py]
*[https://ict.senecacollege.ca/~ops245/samples/twoif.py twoif.py]
+
*[https://www.dropbox.com/s/j5omwggit05vi5g/twoif.py?dl=1 twoif.py]
*[https://ict.senecacollege.ca/~ops245/samples/if2.py if2.py]
+
*[https://www.dropbox.com/s/2mof7xszd7kp9ma/if2.py?dl=1 if2.py]
*[https://ict.senecacollege.ca/~ops245/samples/if3.py if3.py]
+
*[https://www.dropbox.com/s/ywo3b797okb3tf8/if3.py?dl=1 if3.py]
*[https://ict.senecacollege.ca/~ops245/samples/if4.py if4.py]
+
*[https://www.dropbox.com/s/mral0c2pnxpqsgu/if4.py?dl=1 if4.py]
*[https://ict.senecacollege.ca/~ops245/samples/if5.py if5.py]
+
*[https://www.dropbox.com/s/9v857kr93r82pbh/if5.py?dl=1 if5.py]
 
|[[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 4:'''<br>Jan 31 - Feb 4
+
|'''Week 4:'''<br>May 29 - June 2
 
|'''Creating & Using Virtual Machines / Continued:'''
 
|'''Creating & Using Virtual Machines / Continued:'''
 
*Manipulating Virtual Machines
 
*Manipulating Virtual Machines
Line 68: Line 70:
 
*[https://www.dropbox.com/s/zpekjhrr58nuxl4/w4-l2.pptx?dl=1 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://www.dropbox.com/s/4nraz2sp31inpg7/userprint.py?dl=1 userprint.py]
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/countup.py countup.py]
+
*[https://www.dropbox.com/s/ziwugivlpwd0prg/countup.py?dl=1 countup.py]
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/countup2.py countup2.py]
+
*[https://www.dropbox.com/s/mv2ke7a8hyfrkqj/countup2.py?dl=1 countup2.py]
  
 
|
 
|
Line 76: Line 78:
  
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
|'''Week 5:'''<br>Feb 7 - Feb 11
+
|'''Week 5:'''<br>June 5 - June 9
 
|'''Troubleshooting, Archiving, Package Management:'''
 
|'''Troubleshooting, Archiving, Package Management:'''
 
*Common Troubleshooting Examples
 
*Common Troubleshooting Examples
Line 87: Line 89:
  
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
|'''Week 6:'''<br>Feb 14 - Feb 18
+
|'''Week 6:'''<br>June 12 - June 16
 
|'''Managing Users, Groups & Services:'''
 
|'''Managing Users, Groups & Services:'''
 
*User Management
 
*User Management
Line 105: Line 107:
  
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
|'''Week 7:'''<br>Feb 21 - Feb 25<br>(Monday is a holiday)
+
|'''Week 7:'''<br>June 19 - 23
 
|'''Evaluation:'''
 
|'''Evaluation:'''
*Test 1
+
*MIDTERM
 
|
 
|
 
|
 
|
Line 113: Line 115:
  
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
!colspan="4" style="text-align:left;"| '''Study Week:'''<br>Feb 28 - Mar 4
+
!colspan="4" style="text-align:left;"| '''Study Week:'''<br>June 26 - 30
  
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
|'''Week 8:'''<br>Mar 7 - Mar 11
+
|'''Week 8:'''<br>July 4 - July 8
 
|'''Monitoring Disk Space, Intro to LVM'''
 
|'''Monitoring Disk Space, Intro to LVM'''
 
*Monitoring Hard Disk Space
 
*Monitoring Hard Disk Space
Line 130: Line 132:
  
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
|'''Week 9:'''<br>Mar 14 - Mar 18
+
|'''Week 9:'''<br>July 10 - July 14
 
|'''Using LVM'''
 
|'''Using LVM'''
 
*Using Logical Volume Manager (LVM)
 
*Using Logical Volume Manager (LVM)
Line 139: Line 141:
 
*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:'''
*[https://ict.senecacollege.ca/~ops245/samples/cars cars]
+
*[https://www.dropbox.com/s/p3bxgyhka592sff/cars.txt?dl=1 cars]
*[https://ict.senecacollege.ca/~ops245/samples/users2.txt users2.txt]
+
*[https://www.dropbox.com/s/vdedytlcc2wlocu/users2.txt?dl=1 users2.txt]
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/awkFile1 awkFile1]
+
*[https://www.dropbox.com/s/oc1ae5s3uolp60n/awkFile1?dl=1 awkFile1]
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/awkFile2 awkFile2]
+
*[https://www.dropbox.com/s/izv1l12bqxp6hbn/awkFile2?dl=1 awkFile2]
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/awkFile3 awkFile3]
+
*[https://www.dropbox.com/s/i15jbfrw0t1afw5/awkFile3?dl=1 awkFile3]
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/awkFile4 awkFile4]
+
*[https://www.dropbox.com/s/d2apxu1nc6p50q9/awkFile4?dl=1 awkFile4]
 
|[[OPS245 Lab 5#INVESTIGATION 2: MANAGING HARD DISK SPACE USING LVM|Lab 5: Using LVM - Investigation 2]]
 
|[[OPS245 Lab 5#INVESTIGATION 2: MANAGING HARD DISK SPACE USING LVM|Lab 5: Using LVM - Investigation 2]]
  
  
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
|'''Week 10:'''<br>Mar 21 - Mar 25
+
|'''Week 10:'''<br>July 17 - July 21
 
|'''Configuring a Network Using Virtual Machines'''
 
|'''Configuring a Network Using Virtual Machines'''
 
*Static Network Configuration
 
*Static Network Configuration
Line 162: Line 164:
  
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
|'''Week 11:'''<br>Mar 28 - Apr 1
+
|'''Week 11:'''<br>July 24 - July 28
 
|'''Setup and Configure Secure Shell Services'''
 
|'''Setup and Configure Secure Shell Services'''
 
*Network Services
 
*Network Services
Line 173: Line 175:
  
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
|'''Week 12:'''<br>Apr 4 - Apr 8
+
|'''Week 12:'''<br>July 31 - August 4
 
|'''Setting Up, Using & Maintaining a DHCP Server'''
 
|'''Setting Up, Using & Maintaining a DHCP Server'''
 
*DHCP Server
 
*DHCP Server
Line 182: Line 184:
  
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
|'''Week 13:'''<br>Apr 11 - Apr 15<br>(Friday is a holiday)
+
|'''Week 13:'''<br>August 8 - August 11
 
|'''Evaluation:'''
 
|'''Evaluation:'''
 
*Assignment 2
 
*Assignment 2
*Test 2
 
 
|
 
|
 
|
 
|
  
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
|'''Week 14:'''<br>Apr 18 - Apr 22
+
|'''Week 14:'''<br>August 14 - August 18
 
|'''Evaluation:'''
 
|'''Evaluation:'''
 
*Final Assessment
 
*Final Assessment
 
|
 
|
 
|
 
|

Latest revision as of 20:51, 9 March 2024

Stop (medium size).png
DO NOT USE THIS VERSION OF THE COURSE. This page will no longer be updated.
Debian version here: https://seneca-ictoer.github.io/OPS245
CentOS version here: https://seneca-ictoer.github.io/OPS245-C7
Andrew's version here: http://wiki.littlesvr.ca/wiki/OPS245_Weekly_Schedule

Summer 2023

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:
May 8 - 12
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:
May 15 - 19
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:
May 23 - 26
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:
May 29 - June 2
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:
June 5 - June 9
Troubleshooting, Archiving, Package Management:
  • Common Troubleshooting Examples
  • Archiving Files
  • Package Management
Lecture Notes: Lab 3: Troubleshooting, Archiving, and Packages
Week 6:
June 12 - June 16
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:
June 19 - 23
Evaluation:
  • MIDTERM


Study Week:
June 26 - 30
Week 8:
July 4 - July 8
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:
July 10 - July 14
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:
July 17 - July 21
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:
July 24 - July 28
Setup and Configure Secure Shell Services
  • Network Services
  • SSH
Lecture Notes: Lab 7: Setup and Configure SSH


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


Week 13:
August 8 - August 11
Evaluation:
  • Assignment 2
Week 14:
August 14 - August 18
Evaluation:
  • Final Assessment