Changes

Jump to: navigation, search

OPS245 Weekly Schedule

1,670 bytes removed, 16:35, 6 January 2022
no edit summary
[[Category:OPS245]][[Category:peter.callaghan]]
= Winter 2021 2022 =
This schedule is a considered to be a general guideline for week-by-week content. Due dates may vary per instructor.
!style="width: 30%"|Labs
|- style="vertical-align:top;"
|'''Week 1:'''<br>11 Jan 10 - 15 Jan14
|'''Create a CentOS Linux VM in VMware:'''
*Install CentOS (Full Install) in VMware Workstation application (create customized partitions)
*Obtain System Information
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/slides/w1-l1.pptx Welcome to OPS245!]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/slides/w1-l2.pptx Installing Linux]
|[[OPS245 Lab 1|Lab 1: Installing CentOS 7 with VMWare Workstation]]
|- style="vertical-align:top;"
|'''Week 2:'''<br>18 Jan 17 - 22 Jan21
|'''Post-Installation Tasks:'''
*Post-Install Commands
*Bash Shell Scripting Essentials
*Introduction to Python Scripting
*Using a Bash Python Shell Script to Create a Post Installation Report
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/slides/w2-l1.pptx Bash Shell Scripting (part 1)]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/slides/w2-l2.pptx Python Scripting (part 1)]'''Script Samples:'''*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/menu.bash menu.bash]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/if1.bash if1.bash]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/twoif.bash twoif.bash]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/if2.bash if2.bash]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/if3.bash if3.bash]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/if4.bash if4.bash]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/if5.bash if5.bash]
|'''Scripting Practice:'''
*[[OPS245_Scripting_Exercises | OPS245 Scripting Exercises]]
|- style="vertical-align:top;"
|'''Week 3:'''<br>25 Jan 24 - 29 Jan28
|'''Creating & Using Virtual Machines'''
*Installing and Using Virtualization Software
*Installing Guest VMs
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/slides/w3-l1.pptx Installing Virtual Machines]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/slides/w3-l2.pptx Bash Shell Python Scripting (part2part 2)]
'''Script Samples:'''
*[https://ict.senecacollege.ca/~peterops245/samples/menu.py menu.callaghanpy]*[https://ict.senecacollege.ca/~ops245/samples/for1if1.bash for1py if1.bashpy]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/for2twoif.bash for2py twoif.bashpy]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/for3if2.bash for3py if2.bashpy]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/simpleifif3.bash simpleifpy if3.bashpy]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/complexifif4.bash complexifpy if4.bashpy]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/whileif5.bash whilepy if5.bashpy]
|[[OPS245 Lab 2|Lab 2: Creating and Using Virtual Machines]]
|- style="vertical-align:top;"
|'''Week 4:'''<br>01 Jan 31 - 05 Feb4
|'''Creating & Using Virtual Machines / Continued:'''
*Manipulating Virtual Machines
*Decision Making in Python Scripts
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/slides/w4-l1.pptx Managing Virtual Machines]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/slides/w4-l2.pptx Python Scripting (part2part 3)]
'''Script Samples:'''
*[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/countup2.py countup2.py]
 
|
|- style="vertical-align:top;"
|'''Week 5:'''<br>08 Feb 7 - 12 Feb11
|'''Troubleshooting, Archiving, Package Management:'''
*Common Troubleshooting Examples
*Package Management
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/slides/w5-l1.pptx Troubleshooting, Archiving, Package Management]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/slides/w5-l2.pptx Bash Shell Scripting (part 3)]
|[[OPS245 Lab 3|Lab 3: Troubleshooting, Archiving, and Packages]]
|- style="vertical-align:top;"
|'''Week 6:'''<br>15 Feb 14 - 19 Feb18
|'''Managing Users, Groups & Services:'''
*User Management
*Starting / Stopping Services
*Looping in Python scripts
'''Evaluation:'''
*Assignment 1
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/slides/w6-l1.pptx Managing Users, Groups & Services]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/slides/w6-l2.pptx Managing Sudo]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/slides/w6-l3.pptx Bash Shell Python Scripting (part 4)]
'''Script Samples:'''
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/menu2.bash menu2.bash]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/menu3.bash menu3.bash]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/go1.bash go1.bash]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/go2.bash go2.bash]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/go3.bash go3.bash]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/go4.bash go4.bash]
|[[OPS245 Lab 4|Lab 4: Users, Groups and Services]]
 
|- style="vertical-align:top;"
|'''Week 7:'''<br>22 Feb 21 - 26 Feb25<br>(Monday is a holiday)|*Error Handling in Python Scripts '''Evaluation:'''*Assignment Test 1|'''Lecture Notes'''*[https://ict.senecacollege.ca/~peter.callaghan/ops245/slides/w7-l1.pptx Python Scripting (part 3)]
|
 
|- style="vertical-align:top;"
!colspan="4" style="text-align:left;"| '''Study Week:'''<br>01 Feb 28 - 05 Mar4
|- style="vertical-align:top;"
|'''Week 8:'''<br>08 Mar 7 - 12 Mar11
|'''Monitoring Disk Space, Intro to LVM'''
*Monitoring Hard Disk Space
*Using LVM
*Creating Shell Scripts to Flag Low Disk Space
'''Evaluation:'''*Written Midterm TestError Handling in Python Scripts
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/slides/w8-l1.pptx Monitoring Disk Space, <code>crontab</code>]*[https://ict.senecacollege.ca/~ops245/slides/w8-l2.pptx Python Scripting (part 5)]
|[[OPS245 Lab 5|Lab 5: Monitoring Disk Space - Investigation 1]]
|- style="vertical-align:top;"
|'''Week 9:'''<br>15 Mar 14 - 19 Mar18
|'''Using LVM'''
*Using Logical Volume Manager (LVM)
*Creating Shell Scripts to Flag Low Disk Space
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/slides/w9-l1.pptx Introduction to LVM]*[https://ict.senecacollege.ca/~peter.callaghan/ops245/slides/w9-l2.pptx Advanced uses of the <code>awk</code> command]
*Demonstration of Growing ''/home'' partition using LVM: [https://youtu.be/4fGQmw9RInYg YouTube]
'''Script Samples:'''
*[https://ict.senecacollege.ca/~ops245/samples/cars cars]
*[https://ict.senecacollege.ca/~ops245/samples/users2.txt users2.txt]
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/awkFile1 awkFile1]
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/samples/awkFile2 awkFile2]
|- style="vertical-align:top;"
|'''Week 10:'''<br>22 Mar 21 - 26 Mar25
|'''Configuring a Network Using Virtual Machines'''
*Static Network Configuration
*Network Configuration with a DHCP client
*Basic TCP/IP network commands: <code>ping</code>, <code>ip</code>, <code>ss</code>
*Executing Using Python Scripts on Remote Machinesto Access Files
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~peter.callaghan/ops245/slides/w10-l1.pptx Creating a Virtual Network]*[https://ict.senecacollege.ca/~ops245/slides/w10_l2.pptx Bash Shell Scripting (part 5)]*[https://ict.senecacollege.ca/~ops245/slides/w10_l3w10-l2.pptx Python Scripting (part 46)]
|[[OPS245 Lab 6|Lab 6: Virtual Networks]]
|- style="vertical-align:top;"
|'''Week 11:'''<br>29 Mar 28 - 02 Apr1
|'''Setup and Configure Secure Shell Services'''
*Network Services
*SSH
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~ops245/slides/w11_l1w11-l1.pptx Securing Network via SSH]*[https://ict.senecacollege.ca/~ops245/slides/w11_l2w11-l2.pptx Configuring Firewalls (iptables)]
|[[OPS245 Lab 7|Lab 7: Setup and Configure SSH]]
|- style="vertical-align:top;"
|'''Week 12:'''<br>05 Apr 4 - 09 Apr8
|'''Setting Up, Using & Maintaining a DHCP Server'''
*DHCP Server
*Using Python Scripts to Access Files
|'''Lecture Notes:'''
*[https://ict.senecacollege.ca/~ops245/slides/w12_l1w12-l1.pptx Setting up a DHCP Server]*[https://ict.senecacollege.ca/~ops245/slides/w12_l2.pptx Python Scripting (part 5)]|[[OPS24 OPS245 Lab 8|Lab 8: Setup and Configure a DHCP Server]]
|- style="vertical-align:top;"
|'''Week 13:'''<br>12 Apr 11 - 16 Apr15<br>(Friday is a holiday)
|'''Evaluation:'''
*Assignment 2
|- style="vertical-align:top;"
|'''Week 14:'''<br>19 Apr 18 - 23 Apr22
|'''Evaluation:'''
*Final ExamAssessment
|
|

Navigation menu