Difference between revisions of "OPS705 Weekly Schedule"

From CDOT Wiki
Jump to: navigation, search
(Fall 2020)
Line 5: Line 5:
 
!style="width: 10%"|Week
 
!style="width: 10%"|Week
 
!style="width: 30%"|Objectives and Tasks
 
!style="width: 30%"|Objectives and Tasks
!References
+
!References / Additional Resources
 
!style="width: 30%"|Labs
 
!style="width: 30%"|Labs
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
Line 14: Line 14:
 
*Using DevTest Labs
 
*Using DevTest Labs
 
*Testing With A Web App Instance
 
*Testing With A Web App Instance
|
+
|'''Lecture Notes:'''
 +
*
 
|[[OPS705 Lab 1|Lab 1: Connecting to Microsoft Azure]]
 
|[[OPS705 Lab 1|Lab 1: Connecting to Microsoft Azure]]
  
Line 20: Line 21:
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
 
|'''Week 2:'''<br>Sep 21-27
 
|'''Week 2:'''<br>Sep 21-27
|'''Creating & Using Virtual Machines'''
+
|'''Creating and Using Azure Virtual Machines'''
*Installing and Using Virtualization Software
+
*Creating a Windows Server 2016 VM
*Installing Guest VMs
+
*Creating a CentOS Virtual Machine
 +
*Remote Connections with RDP
 +
*Remote Connections with SSH
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
*Installing Virtual Machines: [https://prezi.com/itfej7og5kxt/creating-virtual-machines-vms/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_w2_l1.pdf pdf]
+
*
 
|Lab 2: Creating and Connecting to Azure Virtual Machines
 
|Lab 2: Creating and Connecting to Azure Virtual Machines
  
Line 30: Line 33:
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
 
|'''Week 3:'''<br>Sep 28-Oct 4
 
|'''Week 3:'''<br>Sep 28-Oct 4
|'''Creating & Using Virtual Machines / Continued:'''
+
|'''Unix Command-line Basics'''
*Manipulating Virtual Machines
+
*File System Navigation
*Backing-up Virtual Machines
+
*Moving and Copying
*Manipulating Virtual Machines with Shell Scripts
+
*File Permissions
 +
*Reading Text Files
 +
*Editing Text Files
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
*Managing Virtual Machines: [https://prezi.com/fntt_lk0gg7v/managing-virtual-machines/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_w2_l2.pdf pdf]
+
*
*Bash Shell Scripting (part2): [https://prezi.com/jeanobdj-9bf/bash-shell-scripting-part-2/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_w2_l3.pdf pdf]
 
 
|Lab 3: Unix/Linux Command-line Basics
 
|Lab 3: Unix/Linux Command-line Basics
  
Line 42: Line 46:
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
 
|'''Week 4:'''<br>Oct 5-11
 
|'''Week 4:'''<br>Oct 5-11
|'''Troubleshooting, Archiving, Package Management:'''
+
|'''Managing Azure VMs with PowerShell:'''
*Common Troubleshooting Examples
+
*Powering on and off a VM
*Archiving Files
+
*Creating a VM
*Package Management
+
*Modifying Existing VMs
 +
*Deleting a VM
 +
*Scripting VM Creation
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
*Troubleshooting, Archiving, Package Management: [https://prezi.com/wp_9j-z0jgrx/troubleshooting-archiving-package-management/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_w3_l1.pdf pdf]
+
*
*Bash Shell Scripting (part 3): [https://prezi.com/jlu5pwmr_avn/bash-shell-scripting-part-3/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_w3_l2.pdf pdf]
 
 
|Lab 4: Managing Azure VMs with PowerShell
 
|Lab 4: Managing Azure VMs with PowerShell
  
Line 54: Line 59:
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
 
|'''Week 5:'''<br>Oct 12-18
 
|'''Week 5:'''<br>Oct 12-18
|'''Managing Users, Groups & Services:'''
+
|'''Apache Web Server:'''
*User Management
+
*What is Apache?
*Group Management
+
*Installing yum packages (Repositories, Packages, Software)
*Service Status
+
*Managing System Services
*Starting / Stopping Services
+
*Basic HTML with vim
 
|'''Lecture Notes:'''
 
|'''Lecture Notes:'''
*Managing Users, Groups & Services: [https://prezi.com/dx3qeitmuuif/managing-user-accounts-services/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_w4a.pdf pdf]
+
*
*Bash Shell Scripting (part 4): [https://prezi.com/ardxoz36akmb/bash-shell-scripting-part-4/ web] [https://ict.senecacollege.ca/~ops235/slides/ops235_w4b.pdf pdf]
 
 
|Lab 5: Installing and Configuring an Apache Web Server
 
|Lab 5: Installing and Configuring an Apache Web Server
  
Line 67: Line 71:
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
 
|'''Week 6:'''<br>Oct 19-25
 
|'''Week 6:'''<br>Oct 19-25
|'''Evaluation:'''
+
|'''Introduction to Networking:'''
*Labs 1 - 4
+
*Example: Accessing a Webpage
*Assignment 1
+
*Server VS Client
*Written Midterm Test
+
*IP addresses, Ports, FQDNs
|
+
*Firewalls
 +
*What is IIS?
 +
|'''Lecture Notes:'''
 +
*
 
|Lab 6: Installing an IIS Webserver
 
|Lab 6: Installing an IIS Webserver
  

Revision as of 01:46, 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 / Additional Resources 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
Lecture Notes:
Lab 1: Connecting to Microsoft Azure


Week 2:
Sep 21-27
Creating and Using Azure Virtual Machines
  • Creating a Windows Server 2016 VM
  • Creating a CentOS Virtual Machine
  • Remote Connections with RDP
  • Remote Connections with SSH
Lecture Notes:
Lab 2: Creating and Connecting to Azure Virtual Machines


Week 3:
Sep 28-Oct 4
Unix Command-line Basics
  • File System Navigation
  • Moving and Copying
  • File Permissions
  • Reading Text Files
  • Editing Text Files
Lecture Notes:
Lab 3: Unix/Linux Command-line Basics


Week 4:
Oct 5-11
Managing Azure VMs with PowerShell:
  • Powering on and off a VM
  • Creating a VM
  • Modifying Existing VMs
  • Deleting a VM
  • Scripting VM Creation
Lecture Notes:
Lab 4: Managing Azure VMs with PowerShell


Week 5:
Oct 12-18
Apache Web Server:
  • What is Apache?
  • Installing yum packages (Repositories, Packages, Software)
  • Managing System Services
  • Basic HTML with vim
Lecture Notes:
Lab 5: Installing and Configuring an Apache Web Server


Week 6:
Oct 19-25
Introduction to Networking:
  • Example: Accessing a Webpage
  • Server VS Client
  • IP addresses, Ports, FQDNs
  • Firewalls
  • What is IIS?
Lecture Notes:
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