OPS345 Weekly Schedule: Difference between revisions

From Littlesvr Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
  </tr>  
  </tr>  
  <tr valign="top">
  <tr valign="top">
   <td width="20%" style="border-bottom: thin solid black;">'''Week 1:'''<br>5 - 8 september
   <td width="20%" style="border-bottom: thin solid black;">'''Week 1:'''<br>5 - 8 september<br />
(monday is a holiday)<br></td>
(monday is a holiday)<br></td>
   <td style="border-bottom: thin solid black;">'''Course introduction'''<ul>
   <td style="border-bottom: thin solid black;">'''Course introduction'''<ul>
Line 70: Line 70:
  </tr>
  </tr>
  <tr valign="top">
  <tr valign="top">
   <td  width="20%" style="border-bottom: thin solid black;">'''Week 6:'''<br>10 - 13 october
   <td  width="20%" style="border-bottom: thin solid black;">'''Week 6:'''<br>10 - 13 october<br />
(monday is a holiday)<br></td>
(monday is a holiday)<br></td>
   <td  style="border-bottom: thin solid black;">[[OPS345_Assignment 1 |'''Assignment 1''']]<ul>
   <td  style="border-bottom: thin solid black;">[[OPS345_Assignment 1 |'''Assignment 1''']]<ul>
Line 97: Line 97:
  </tr>
  </tr>
  <tr valign="top">
  <tr valign="top">
   <td  width="20%" style="border-bottom: thin solid black;">'''Week 8:'''30 october - 3 november
   <td  width="20%" style="border-bottom: thin solid black;">'''Week 8:'''<br />30 october - 3 november
</td>
</td>
   <td  style="border-bottom: thin solid black;">'''DNS'''<ul>
   <td  style="border-bottom: thin solid black;">'''DNS'''<ul>
Line 108: Line 108:
  </tr>
  </tr>
  <tr valign="top">
  <tr valign="top">
   <td  width="20%" style="border-bottom: thin solid black;">'''Week 9:'''6 - 10 november
   <td  width="20%" style="border-bottom: thin solid black;">'''Week 9:'''<br />6 - 10 november
</td>
</td>
   <td  style="border-bottom: thin solid black;">'''Public key encryption'''<ul>
   <td  style="border-bottom: thin solid black;">'''Public key encryption'''<ul>
Line 119: Line 119:
  </tr>
  </tr>
  <tr valign="top">
  <tr valign="top">
   <td  width="20%" style="border-bottom: thin solid black;">'''Week 10:'''13 - 16 november</td>
   <td  width="20%" style="border-bottom: thin solid black;">'''Week 10:'''<br />13 - 16 november</td>
   <td  style="border-bottom: thin solid black;">'''Simple email server'''<ul>
   <td  style="border-bottom: thin solid black;">'''Simple email server'''<ul>
     <li>Email overview</li>
     <li>Email overview</li>
Line 143: Line 143:
  </tr>
  </tr>
  <tr valign="top">
  <tr valign="top">
   <td  width="20%" style="border-bottom: thin solid black;">'''Week 13:'''27 november - 1 december</td>
   <td  width="20%" style="border-bottom: thin solid black;">'''Week 13:'''<br />27 november - 1 december</td>
   <td  style="border-bottom: thin solid black;">
   <td  style="border-bottom: thin solid black;">
   '''[[OPS345_Assignment_2 |Assignment 2]]'''<ul>
   '''[[OPS345_Assignment_2 |Assignment 2]]'''<ul>
Line 154: Line 154:
   <td style="border-bottom: thin solid black;font-weight:bold;">'''[[OPS345_Assignment_2 |Assignment 2]]'''</td>
   <td style="border-bottom: thin solid black;font-weight:bold;">'''[[OPS345_Assignment_2 |Assignment 2]]'''</td>
  </tr> <tr valign="top">
  </tr> <tr valign="top">
   <td  width="20%" style="border-bottom: thin solid black;">'''Week 14:'''<br>4 - 8 december<br></td>
   <td  width="20%" style="border-bottom: thin solid black;">'''Week 14:'''<br>4 - 8 december<br>11 - 13 december</td>
   <td  style="border-bottom: thin solid black;">'''Evaluation'''<ul>
   <td  style="border-bottom: thin solid black;">'''Evaluation'''<ul>
     <li>Exam</li> </ul></td>
     <li>Exam</li> </ul></td>

Revision as of 23:27, 24 August 2023

Note: Each professor will indicate the due dates for labs, tests and assignments for their sections. This schedule is a general guideline for week-by-week content.
Week Objectives and Tasks Videos Labs
Week 1:
5 - 8 september
(monday is a holiday)
Course introduction
  • About the course
  • Review of prerequisite skills from ULI101 and OPS245
  • AWS account requirements and account setup
  • Your workstation setup
Prep for Labs
Week 2:
11 - 15 september
First VM in the cloud
  • AWS cost monitoring
  • Basic security on a public-facing server: users, passwords, login requirements, SSH keys, lock-out prevention
  • AWS networking, static IPs
  • Deploying a pre-built VM on AWS
Lab 1
Week 3:
18 - 22 september
AWS networking, iptables
  • The purpose of a firewall on a server on the internet
  • AWS Security Groups and iptables
  • iptables fundamentals
  • iptables setup & troubleshooting
  • Port forwarding
Lab 2
Week 4:
25 - 29 september
Web server
  • Apache web server configuration
  • Web server storage, configuration, LVM
  • Simple PHP websites
  • Public server without public ip
  • HTTP vs HTTPS
Lab 3
Week 5:
2 - 6 october
Databases
  • RDBMS fundamentals
  • MariaDB on AWS
  • Practice with MariaDB
  • Web server + database example: NextCloud
Lab 4
Week 6:
10 - 13 october
(monday is a holiday)
Assignment 1
  • Creating/using AMIs
  • Automatic synchronisation using rsync, ssh keys, & cron
  • Simple load balancing using iptables
  • Really simple python scripting
Assignment 1
Week 7:

16 - 20 october

Evaluation
  • Midterm test
Study Week:

23 - 27 october

Week 8:
30 october - 3 november
DNS
  • DNS overview
  • Register a domain name
  • Set up A, CNAME, TXT records
Lab 5
Week 9:
6 - 10 november
Public key encryption
  • Encryption, certificates
  • Set up Let's Encrypt
  • Modify Apache to use HTTPS
Lab 6
Week 10:
13 - 16 november
Simple email server
  • Email overview
  • MX records
  • Third AWS VM: email
  • Basic Postfix setup
  • Delivery using dovecot-lda to Maildir
  • Email server security: open relays, port access
Lab 7
Week 11:
20 - 24 november
IMAP server
  • Set up Thunderbird for your domain
  • Add encryption and authentication support to Postfix
  • Set up Dovecot with SSL
  • Set up Thunderbird for myseneca
Lab 8
Week 13:
27 november - 1 december
Assignment 2
  • Roundcube Webmail
  • Overview of skills gained
Assignment 2
Week 14:
4 - 8 december
11 - 13 december
Evaluation
  • Exam