Difference between revisions of "OSL640 Weekly Schedule"

From CDOT Wiki
Jump to: navigation, search
Line 185: Line 185:
 
</tr>
 
</tr>
 
<tr valign="top">
 
<tr valign="top">
<td style="border-bottom: thin solid black;">'''Week 8:'''
+
<td style="border-bottom: thin solid black;">'''Week 9:'''
 
<br> </td>
 
<br> </td>
 
<td style="border-bottom: thin solid black;">'''Objectives:'''
 
<td style="border-bottom: thin solid black;">'''Objectives:'''
Line 198: Line 198:
 
<br>'''Evaluation:'''
 
<br>'''Evaluation:'''
 
<ul>
 
<ul>
<li><span style="color:red;font-weight:bold;">Tutorial 8 (Due Friday @ midnight)</span></li>
+
<li><span style="color:red;font-weight:bold;">Tutorial 9 (Due Thursday, December 16 @ midnight)</span></li>
<li><span style="color:red;font-weight:bold">Assignment 2 (10%):<br>(Due by Friday at 11:59 PM)</span></li>
 
 
</ul>
 
</ul>
 
</td>
 
</td>
<td style="border-bottom: thin solid black;width:30%"><span style="background:#ffff00;">'''Week 8 Lecture Notes:''' [https://ict.senecacollege.ca/~murray.saul/uli101/ULI101-Week9.pdf PDF] | [https://ict.senecacollege.ca/~murray.saul/uli101/ULI101-Week9.pptx PPTX]</span> '''Tutorials:'''
+
<td style="border-bottom: thin solid black;width:30%"><span style="background:#ffff00;">'''Week 9 Lecture Notes:''' [https://matrix.senecacollege.ca/~osl640/slides/OSL640-Week9.pdf PDF] | [https://matrix.senecacollege.ca/~osl640/slides/OSL640-Week9.pptx PPTX]</span>
<ul>
 
<li><span style="background:#ffff00;">[https://wiki.cdot.senecacollege.ca/wiki/Tutorial9:_Regular_Expressions Tutorial9: Regular Expressions]</span></li>
 
<li>[https://ict.senecacollege.ca/~murray.saul/uli101/uli101_command_practice_9.docx Linux Practice - Regular Expressions]</li>
 
<li>[http://czegel.com/seneca/uli101/lectures/Lecture8.html Les Czegel's Week 9 Notes]</li>
 
</ul> '''YouTube Videos:'''
 
<ul>
 
<li>[https://youtu.be/-2pwLHcvCsU Grep]</li>
 
<li>[https://youtu.be/5uRM8bh0ipU Regex]</li>
 
<li>[https://youtu.be/fJmilSaB5Fs Using df/du]</li>
 
</ul>
 
 
</td>
 
</td>
<td style="border-bottom: thin solid black;">'''Assignment 3:'''
+
<td style="border-bottom: thin solid black;"><span style="background:#ffff00;">[https://wiki.cdot.senecacollege.ca/wiki/Tutorial_9_-_Regular_Expressions Tutorial9: Regular Expressions]</span>
<ul>
 
<li>Regular Expressions Using grep</li>
 
</ul>
 
 
</td>
 
</td>
 
</tr>
 
</tr>
 
<tr valign="top">
 
<tr valign="top">
<td style="border-bottom: thin solid black;">'''Week 9:'''
+
<td style="border-bottom: thin solid black;">'''Week 10:'''
 
<br> </td>
 
<br> </td>
 
<td style="border-bottom: thin solid black;">'''Objectives:'''
 
<td style="border-bottom: thin solid black;">'''Objectives:'''
Line 232: Line 218:
 
<br>'''Evaluation:'''
 
<br>'''Evaluation:'''
 
<ul>
 
<ul>
<li><span style="color:red;font-weight:bold;">Tutorial 9 (Due Friday @ midnight)</span></li>
+
<li><span style="color:red;font-weight:bold;">Tutorial 10 (Due Thursday, December 16 @ midnight)</span></li>
 
</ul>
 
</ul>
 
</td>
 
</td>
<td style="border-bottom: thin solid black;width:30%"><span style="background:#ffff00;">'''Week 9 Lecture Notes:''' [https://ict.senecacollege.ca/~murray.saul/uli101/ULI101-Week11.pdf PDF] | [https://ict.senecacollege.ca/~murray.saul/uli101/ULI101-Week11.pptx PPTX]</span> '''Tutorials:'''
+
<td style="border-bottom: thin solid black;width:30%"><span style="background:#ffff00;">'''Week 9 Lecture Slides:''' [https://matrix.senecacollege.ca/~osl640/slides/OSL640-Week10.pdf PDF] | [https://matrix.senecacollege.ca/~osl640/slides/OSL640-Week10.pptx PPTX]</span>
<ul>
 
<li><span style="background:#ffff00;">[https://wiki.cdot.senecacollege.ca/wiki/Tutorial11:_Sed_%26_Awk_Utilities Tutorial11: Awk and Sed Utilities]</span></li>
 
<li>[http://czegel.com/seneca/uli101/lectures/Lecture9.html Les Czegel's Week 11 Notes]</li>
 
</ul> '''YouTube Videos:'''
 
<ul>
 
<li>[https://youtu.be/npU6S61AIko Sed]</li>
 
<li>[https://youtu.be/OV3XzjDYgJo Awk]</li>
 
</ul>
 
 
</td>
 
</td>
<td style="border-bottom: thin solid black;">'''Assignment 3:'''
+
<td style="border-bottom: thin solid black;">
 +
'''Assignment 3:'''
 
<ul>
 
<ul>
 
<li>sed and awk</li>
 
<li>sed and awk</li>

Revision as of 21:31, 19 August 2021

Content under development.

Week Objectives and Tasks Reference Tutorial (Lab)
Week 1:
Objectives:
  • Course introduction
  • Course Resources/Evaluation/Policies
  • Unix/Linux Background
  • Open source philosophy
  • Linux GUI and the terminal
  • The Matrix server
  • Accessing your Matrix Account
  • Using your Matrix Account

Evaluation:
  • Tutorial 1 (Due Friday, November 6 @ midnight)
Week 1 Lecture Slides: PDF | PPTX

Resources:

Links to Windows SSH clients (Access Matrix from home):

Tutorial 1 - Using Your Matrix Account
Week 2:
Objectives:
  • Unix file system
  • File types and file naming
  • Basic file system commands:
    (pwd,cd,tree,ls,mkdir,rmdir,mv,cp,rm, man)
  • Text editing
  • Common file utilities:
    (cat,more,less,touch,file,find)


Evaluation:

  • Tutorial 2 (Due Friday, November 6 @ midnight)
  • Quiz 1
Week 2 Lecture Slides: PDF | PPTX Reference Sheets: Tutorial 2 - Unix / Linux File Management
Week 3:
Objectives:
  • Absolute and relative pathnames
  • File name expansion
  • Shell basics
  • Command execution in detail
  • Recalling and editing previous commands
  • Quoting


Evaluation:

  • Tutorial 3 (Due Friday, November 6 @ Midnight)
Week 3 Lecture Slides: PDF | PPTX Tutorial 3 - Advanced File Management / Quoting Special Characters
Week 4:
Objectives:
  • Data Representation:
    (Binary, octal, decimal,
    and hexadecimal number systems)
  • Number conversions
  • Unix file permissions


Evaluation:

  • Tutorial 4 (Due Friday, November 6 @ midnight)
  • Quiz 2
Week 4 Lecture Slides: PDF | PPTX Tutorial 4 - Data Representation / Numbering Conversion / File Permissions
Week 5:
Objectives:
  • stdin, stdout, stderr
  • Simple filter commands:
    (head,tail,cut,sort,tr,wc)
  • grep utility Redirection and piping
  • /dev/null file


Evaluation:

  • Tutorial 5 (Due Friday, November 6 @ midnight)
Week 5 Lecture Slides: PDF | PPTX Tutorial 5 - Redirection
Week 6:
Objectives:
  • scp and sftp utilities
  • Sending email from command line


Evaluation:

  • Tutorial 6 (Due Friday, November 6 @ midnight)
  • Quiz 3
Week 6 Lecture Slides: PDF | PPTX Tutorial 6 - File Transfer / Sending Email
Week 7:


Objectives:
  • Linux Installation Methods
  • Linux Installation Considerations
  • Virtualization


Evaluation:

  • Tutorial 7 (Due Thursday, December 16 @ midnight)
  • Quiz 4 (Bonus)
Week 7 Lecture Slides: PDF | PPTX Tutorial 7 - Installing Linux / Live Linux / Virtualization

Project Release
Study Week:
Objectives:
  • No scheduled classes
 
Week 8:
Objectives:
  • Filesystem links
  • Hard and symbolic links
  • Process management
  • Aliases
  • Command History


Evaluation:

  • Tutorial 8 (Due Thursday, December 16 @ midnight)
  • Test 1 (15%)
Week 8 Lecture Slides: PDF | PPTX Tutorial 8 - Linking Files / Managing Process / Aliases and Command History
Week 9:
Objectives:


Regular expressions basics:

  • Literal matching
  • Character classes
  • . wildcard
  • * repetition symbol
  • Anchoring


Evaluation:

  • Tutorial 9 (Due Thursday, December 16 @ midnight)
Week 9 Lecture Notes: PDF | PPTX Tutorial9: Regular Expressions
Week 10:
Objectives:


Text Manipulation:

  • Using the sed Utility
  • Using the awk Utility


Evaluation:

  • Tutorial 10 (Due Thursday, December 16 @ midnight)
Week 9 Lecture Slides: PDF | PPTX

Assignment 3:

  • sed and awk
Week 10:
Objectives:


Introduction to Shell Scripting:

  • Introduction to Shell Scripting
  • echo and read commands
  • Shell Variables
  • Positional Parameters
  • Command Substitution /
    Math Operations
  • test statements
  • if / elif-else statements
  • for loop statements


Evaluation:

  • Tutorial 11 (Due Friday @ midnight)
  • Quiz 4
Week 10 Lecture Notes: PDF | PPTX Tutorials: YouTube Videos: Assignment 3:
  • Interactive Shell Environment
  • Introduction To Scripting (phone)
Week 11:
Objectives:


Additional Shell Scripting:

  • if - elif - else statement
  • for loop revisited
  • while loop statement
  • Error-Checking with Loops
  • exit and break Statements
  • export Command
  • Start-up Files
  • Further Study


Evaluation:

  • Tutorial 10 (Due Friday @ midnight)
  • Quiz 5
Week 11 Lecture Notes: PDF | PPTX

Tutorials: YouTube Videos:
Assignment 3:
  • More Scripting (add)
  • Yet More Scripting (oldfiles)
Week 12:
Objectives:


  • Take up Review Questions
  • Work on Assignment #3


Evaluation:

  • Tutorial 12 (Due Wed @ midnight)
  • Tutorial 7 (BONUS):
    (Due Wed @ midnight)
  • Assignment 3 (10%):
    (Due by Thursday at 11:59 PM)
  • Final: Test 2 (20%)
Review Questions: