Difference between revisions of "ULI101 Weekly Schedule"

From CDOT Wiki
Jump to: navigation, search
Line 296: Line 296:
 
     <td style="border-bottom: thin solid black;">'''Week 10:''' <br>
 
     <td style="border-bottom: thin solid black;">'''Week 10:''' <br>
 
     </td>
 
     </td>
     <td style="border-bottom: thin solid black;">'''Objectives:''' <br>Text Manipulation: <br>
+
     <td style="border-bottom: thin solid black;">'''Objectives:''' <br>Introduction to Shell Scripting: <br>
 
       <ul>
 
       <ul>
         <li>Using the sed Utility</li>
+
         <li>Introduction to Shell Scripting</li>
         <li>Using the awk Utility</li>
+
         <li>echo and read commands</li>
 +
        <li>Shell Variables</li>
 +
        <li>Positional Parameters</li>
 +
        <li>Command Substitution / <br>Math Operations </li>
 +
        <li>test statements</li>
 +
        <li>if / elif-else statements
 +
        <li>for loop statements</li>
 
       </ul>
 
       </ul>
 
     </td>
 
     </td>
 
     <td style="border-bottom: thin solid black;width:30%">
 
     <td style="border-bottom: thin solid black;width:30%">
       <span style="background:#ffff00;">'''Week 10 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><br> '''Tutorials:''' <ul>
+
       <span style="background:#ffff00;">'''Week 10 Lecture Notes:''' [https://ict.senecacollege.ca/~murray.saul/uli101/ULI101-Week10.pdf PDF] | [https://ict.senecacollege.ca/~murray.saul/uli101/ULI101-Week10.pptx PPTX]</span><br> '''Tutorials:''' <ul>
 
         <li>
 
         <li>
           <span style="background:#ffff00;">[https://wiki.cdot.senecacollege.ca/wiki/Tutorial11:_Sed_%26_Awk_Utilities Tutorial11: Awk and Sed Utilities]</span>
+
           <span style="background:#ffff00;">[https://wiki.cdot.senecacollege.ca/wiki/Tutorial10:_Shell_Scripting_-_Part_1 Tutorial10: Shell Scripting (Part 1)]</span>
 
         </li>
 
         </li>
         <li>[http://czegel.com/seneca/uli101/lectures/Lecture9.html Les Czegel's Week 11 Notes]</li>
+
         <li>[http://czegel.com/seneca/uli101/lectures/Lecture10.html Les Czegel's Week 10 Notes]</li>
 
       </ul> '''YouTube Videos:''' <ul>
 
       </ul> '''YouTube Videos:''' <ul>
         <li>[https://youtu.be/npU6S61AIko Sed]</li>
+
         <li>[https://www.youtube.com/watch?v=kxEP-KUhOSg&list=PLU1b1f-2Oe90TuYfifnWulINjMv_Wr16N&index=5 Bash Shell Scripting I]</li>
        <li>[https://youtu.be/OV3XzjDYgJo Awk]</li>
 
 
       </ul>
 
       </ul>
 
     </td>
 
     </td>
 
     <td style="border-bottom: thin solid black;">'''Assignment 3:''' <ul>
 
     <td style="border-bottom: thin solid black;">'''Assignment 3:''' <ul>
         <li>sed and awk</li>
+
         <li>Interactive Shell Environment</li>
 +
        <li>Introduction To Scripting (phone)</li>
 
       </ul>
 
       </ul>
 
     </td>
 
     </td>
 
   </tr>
 
   </tr>
 
   <tr valign="top">
 
   <tr valign="top">
    <!-- Week 11 -->
+
    <!-- Week 11 -->
 
     <td style="border-bottom: thin solid black;">'''Week 11:''' <br>
 
     <td style="border-bottom: thin solid black;">'''Week 11:''' <br>
 
     </td>
 
     </td>
     <td style="border-bottom: thin solid black;">'''Objectives:''' <br>Introduction to Shell Scripting: <br>
+
     <td style="border-bottom: thin solid black;">'''Objectives:''' <br>Text Manipulation: <br>
 
       <ul>
 
       <ul>
         <li>Introduction to Shell Scripting</li>
+
         <li>Using the sed Utility</li>
         <li>echo and read commands</li>
+
         <li>Using the awk Utility</li>
        <li>Shell Variables</li>
 
        <li>Positional Parameters</li>
 
        <li>Command Substitution / <br>Math Operations </li>
 
        <li>test statements</li>
 
        <li>if / elif-else statements
 
        <li>for loop statements</li>
 
 
       </ul>
 
       </ul>
 
     </td>
 
     </td>
 
     <td style="border-bottom: thin solid black;width:30%">
 
     <td style="border-bottom: thin solid black;width:30%">
       <span style="background:#ffff00;">'''Week 11 Lecture Notes:''' [https://ict.senecacollege.ca/~murray.saul/uli101/ULI101-Week10.pdf PDF] | [https://ict.senecacollege.ca/~murray.saul/uli101/ULI101-Week10.pptx PPTX]</span><br> '''Tutorials:''' <ul>
+
       <span style="background:#ffff00;">'''Week 11 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><br> '''Tutorials:''' <ul>
 
         <li>
 
         <li>
           <span style="background:#ffff00;">[https://wiki.cdot.senecacollege.ca/wiki/Tutorial10:_Shell_Scripting_-_Part_1 Tutorial10: Shell Scripting (Part 1)]</span>
+
           <span style="background:#ffff00;">[https://wiki.cdot.senecacollege.ca/wiki/Tutorial11:_Sed_%26_Awk_Utilities Tutorial11: Awk and Sed Utilities]</span>
 
         </li>
 
         </li>
         <li>[http://czegel.com/seneca/uli101/lectures/Lecture10.html Les Czegel's Week 10 Notes]</li>
+
         <li>[http://czegel.com/seneca/uli101/lectures/Lecture9.html Les Czegel's Week 11 Notes]</li>
 
       </ul> '''YouTube Videos:''' <ul>
 
       </ul> '''YouTube Videos:''' <ul>
         <li>[https://www.youtube.com/watch?v=kxEP-KUhOSg&list=PLU1b1f-2Oe90TuYfifnWulINjMv_Wr16N&index=5 Bash Shell Scripting I]</li>
+
         <li>[https://youtu.be/npU6S61AIko Sed]</li>
 +
        <li>[https://youtu.be/OV3XzjDYgJo Awk]</li>
 
       </ul>
 
       </ul>
 
     </td>
 
     </td>
 
     <td style="border-bottom: thin solid black;">'''Assignment 3:''' <ul>
 
     <td style="border-bottom: thin solid black;">'''Assignment 3:''' <ul>
         <li>Interactive Shell Environment</li>
+
         <li>sed and awk</li>
        <li>Introduction To Scripting (phone)</li>
 
 
       </ul>
 
       </ul>
 
     </td>
 
     </td>

Revision as of 20:02, 31 August 2021

Week Objectives and Tasks Reference Assignment
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
Week 1 Lecture Notes: PDF | PPTX
Tutorials: Links to Windows SSH clients (Access Matrix from home): YouTube Videos:
Assignment 1:
  • Introduction to Unix Commands
  • Basic Unix Commands (Parts 1 - 3)
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)
Week 2 Lecture Notes: PDF | PPTX
Tutorials: Reference Sheets: YouTube Videos:
Assignment 1:
  • Basic Unix Commands (Parts 4 - 6)
Week 3:
Objectives:
  • Absolute and relative pathnames
  • File name expansion
  • Shell basics
  • Command execution in detail
  • Recalling and editing previous commands
  • Quoting
Week 3 Lecture Notes: PDF | PPTX
Tutorials: YouTube Videos:
Assignment 1:
  • Directory Management
  • Practice Commands To Create A Directory Structure
  • Create A Directory Structure
  • Practice Specifying Path Names
Week 4:
Objectives:
  • Data Representation:
    (Binary, octal, decimal,
    and hexadecimal number systems)
  • Number conversions
  • Unix file permissions
Week 4 Lecture Notes: PDF | PPTX
Tutorials: YouTube Videos:
Assignment 2:
  • Practice Using The vi Text Editor
  • 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:
  • Assignment 1 (10%):
    (Due by Friday at 11:59 PM)
Week 5 Lecture Notes: PDF | PPTX
Tutorials: YouTube Videos:
Assignment 2:
  • Redirection And Pipes
Week 6:
Objectives:
  • scp and sftp utilities
  • Sending email from command line
Week 6 Lecture Notes: PDF | PPTX
Tutorials: YouTube Videos:
 
Week 7:
Objectives:
  • Linux Installation Methods
  • Linux Installation Considerations
  • Live Linux Distributions

Evaluation:
  • Midterm Test (20%)
Week 7 Lecture Notes: PDF | PPTX
Tutorials: YouTube Videos:
 
Study Week:
Objectives:
  • No scheduled classes
 
Week 8:
Objectives:
  • Filesystem links
  • Hard and symbolic links
  • Process management
  • Aliases
  • Command History
Week 8 Lecture Notes: PDF | PPTX
Tutorials: YouTube Videos:
Assignment 2:
  • Linking Files And Directories
  • Linux Processes
  • Command Summary
Week 9:
Objectives:
Regular expressions basics:
  • Literal matching
  • Character classes
  • . wildcard
  • * repetition symbol
  • Anchoring

Evaluation:
  • Assignment 2 (10%):
    (Due by Friday at 11:59 PM)
Week 9 Lecture Notes: PDF | PPTX
Tutorials: YouTube Videos:
Assignment 3:
  • Regular Expressions Using grep
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
Week 10 Lecture Notes: PDF | PPTX
Tutorials: YouTube Videos:
Assignment 3:
  • Interactive Shell Environment
  • Introduction To Scripting (phone)
Week 11:
Objectives:
Text Manipulation:
  • Using the sed Utility
  • Using the awk Utility
Week 11 Lecture Notes: PDF | PPTX
Tutorials: YouTube Videos:
Assignment 3:
  • sed and awk
Week 12:
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
Week 12 Lecture Notes: PDF | PPTX
Tutorials: YouTube Videos:
Assignment 3:
  • More Scripting (add)
  • Yet More Scripting (oldfiles)
Week 13:
Objectives:
  • Take up Review Questions
  • Work on Assignment #3
Review Questions:
Week 14:
Evaluation Week:
  • Assignment 3 is due (10%)
  • Final Test (20%)