Difference between revisions of "OPS705 Weekly Schedule"

From CDOT Wiki
Jump to: navigation, search
(Fall 2020)
(Fall 2020)
Line 87: Line 87:
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
 
*Monitoring Disk Space, <code>crontab</code>, <code>awk</code> command: [https://prezi.com/__ayhf6te9zb/monitoring-hard-disk-space/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_w8a.pdf pdf]
 
*Monitoring Disk Space, <code>crontab</code>, <code>awk</code> command: [https://prezi.com/__ayhf6te9zb/monitoring-hard-disk-space/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_w8a.pdf pdf]
|[[OPS235 Lab 5|Lab 5: Monitoring Disk Space - Investigation 1]]
+
|Lab 7: Setting Up a Project Group in Azure
  
  
Line 98: Line 98:
 
*Introduction to LVM: [https://prezi.com/igc3z-ki_tdo/logical-volume-management-lvm/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_w8b.pdf pdf]
 
*Introduction to LVM: [https://prezi.com/igc3z-ki_tdo/logical-volume-management-lvm/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_w8b.pdf pdf]
 
*Demonstration of Growing ''/home'' partition using LVM: [https://youtu.be/4fGQmw9RInYg YouTube]
 
*Demonstration of Growing ''/home'' partition using LVM: [https://youtu.be/4fGQmw9RInYg YouTube]
|[[OPS235 Lab 5#INVESTIGATION 2: MANAGING HARD DISK SPACE USING LVM|Lab 5: Using LVM - Investigation 2]]
+
|Lab 8: Creating a Web App Instance
  
  
Line 110: Line 110:
 
*Creating a Virtual Network: [https://prezi.com/kwgvo8g5eraj/creating-a-virtual-private-network-vpn/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_w10a.pdf pdf]
 
*Creating a Virtual Network: [https://prezi.com/kwgvo8g5eraj/creating-a-virtual-private-network-vpn/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_w10a.pdf pdf]
 
*Bash Shell Scripting (part 6): [https://prezi.com/7j9ggxkg7jqc/copy-of-creating-a-virtual-private-network-vpn/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_w10b.pdf pdf]
 
*Bash Shell Scripting (part 6): [https://prezi.com/7j9ggxkg7jqc/copy-of-creating-a-virtual-private-network-vpn/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_w10b.pdf pdf]
|[[OPS235 Lab 6|Lab 6: Virtual Networks]]
+
|Lab 9: Creating a Web App with Persistent Storage
  
  
Line 121: Line 121:
 
*Securing Network via SSH: [https://prezi.com/dj6_vmmuds0t/securing-a-network-via-ssh/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_w11a.pdf pdf]
 
*Securing Network via SSH: [https://prezi.com/dj6_vmmuds0t/securing-a-network-via-ssh/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_w11a.pdf pdf]
 
*Configuring Firewalls (iptables): [https://prezi.com/9zurywz2gkyx/configuring-a-firewall-iptables/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_week11b.pdf pdf]
 
*Configuring Firewalls (iptables): [https://prezi.com/9zurywz2gkyx/configuring-a-firewall-iptables/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_week11b.pdf pdf]
|[[OPS235 Lab 7|Lab 7: Setup and Configure SSH]]
+
|Lab 10: Creating a Blog through Web App Containers
  
  
Line 130: Line 130:
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
 
*Setting up a DHCP Server: [https://prezi.com/zkpwa8y_6ovt/setting-up-dhcp/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_w12.pdf pdf]
 
*Setting up a DHCP Server: [https://prezi.com/zkpwa8y_6ovt/setting-up-dhcp/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_w12.pdf pdf]
|[[OPS235 Lab 8|Lab 8: Setup and Configure a DHCP Server]]
+
|
  
  

Revision as of 01:35, 15 September 2020

Fall 2020

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:
Sep 14-18
Introduction to Microsoft Azure:
  • Accessing the Azure Portal
  • Connecting to Your Account
  • Using DevTest Labs
  • Testing With A Web App Instance
Lab 1: Connecting to Microsoft Azure


Week 2:
Sep 21-27
Creating & Using Virtual Machines
  • Installing and Using Virtualization Software
  • Installing Guest VMs
Lecture Notes:
  • Installing Virtual Machines: web pdf
Lab 2: Creating and Connecting to Azure Virtual Machines


Week 3:
Sep 28-Oct 4
Creating & Using Virtual Machines / Continued:
  • Manipulating Virtual Machines
  • Backing-up Virtual Machines
  • Manipulating Virtual Machines with Shell Scripts
Lecture Notes:
  • Managing Virtual Machines: web pdf
  • Bash Shell Scripting (part2): web pdf
Lab 3: Unix/Linux Command-line Basics


Week 4:
Oct 5-11
Troubleshooting, Archiving, Package Management:
  • Common Troubleshooting Examples
  • Archiving Files
  • Package Management
Lecture Notes:
  • Troubleshooting, Archiving, Package Management: web pdf
  • Bash Shell Scripting (part 3): web pdf
Lab 4: Managing Azure VMs with PowerShell


Week 5:
Oct 12-18
Managing Users, Groups & Services:
  • User Management
  • Group Management
  • Service Status
  • Starting / Stopping Services
Lecture Notes:
  • Managing Users, Groups & Services: web pdf
  • Bash Shell Scripting (part 4): web pdf
Lab 5: Installing and Configuring an Apache Web Server


Week 6:
Oct 19-25
Evaluation:
  • Labs 1 - 4
  • Assignment 1
  • Written Midterm Test
Lab 6: Installing an IIS Webserver


Study Week:
Oct 26 - Nov 1
Week 7:
Nov 2-14
Monitoring Disk Space, Intro to LVM
  • Monitoring Hard Disk Space
  • LVM - Definition
  • Using LVM
  • Creating Shell Scripts to Flag Low Disk Space
Lecture Notes:
  • Monitoring Disk Space, crontab, awk command: web pdf
Lab 7: Setting Up a Project Group in Azure


Week 8:
Nov 9-15
Using LVM
  • Using Logical Volume Manager (LVM)
  • Creating Shell Scripts to Flag Low Disk Space
Lecture Notes:
  • Introduction to LVM: web pdf
  • Demonstration of Growing /home partition using LVM: YouTube
Lab 8: Creating a Web App Instance


Week 9:
Nov 16-22
Configuring a Network Using Virtual Machines
  • Static Network Configuration
  • Network Configuration with a DHCP client
  • Basic TCP/IP network commands: ping, ifconfig, netstat
Lecture Notes:
  • Creating a Virtual Network: web pdf
  • Bash Shell Scripting (part 6): web pdf
Lab 9: Creating a Web App with Persistent Storage


Week 10:
Nov 23-29
Setup and Configure Secure Shell Services
  • Network Services
  • SSH
Lecture Notes:
  • Securing Network via SSH: web pdf
  • Configuring Firewalls (iptables): web pdf
Lab 10: Creating a Blog through Web App Containers


Week 11:
Nov 30-Dec 6
Setting Up, Using & Maintaining a DHCP Server
  • DHCP Server
Lecture Notes:
  • Setting up a DHCP Server: web pdf


Week 12:
Dec 7-13
Evaluation:
  • Labs 5 - 8
  • Assignment 2
  • Final Exam