Difference between revisions of "ULI101 Weekly Schedule"

From CDOT Wiki
Jump to: navigation, search
Line 245: Line 245:
 
</td>
 
</td>
 
  </tr>
 
  </tr>
 +
<tr valign="top">
 +
  <td  style="border-bottom: thin solid black;">'''Week 11:'''<br></td>
 +
  <td  style="border-bottom: thin solid black;">Additional Shell Scripting:<ul><li>if - elif - else</li><li>while</li><li>for</li><li>Start-up / Logout Files</ul></td>
 +
  <td  style="border-bottom: thin solid black;width:30%">'''Lecture Notes:''' [https://ict.senecacollege.ca/~murray.saul/uli101/ULI101-Week12.pdf PDF] | [https://ict.senecacollege.ca/~murray.saul/uli101/ULI101-Week12.pptx PPTX]<br><br>
 +
 +
'''Tutorials:''' <ul>
 +
 +
                                       
 +
                                        <li>[https://wiki.cdot.senecacollege.ca/wiki/Tutorial12:_Shell_Scripting_-_Part_2 Tutorial 12: Shell Scripting (Part 2)]</li>
 +
<li>[http://czegel.com/seneca/uli101/lectures/Lecture12.html Les Czegel's Week 12 Notes (HTML)]</li>
 +
                                   
 +
</ul>
 +
 +
'''YouTube Videos:'''
 +
                                                </td>
 +
  <td style="border-bottom: thin solid black;">'''Assignment 3:'''<ul><li>Yet More Scripting (oldfiles)</li></ul>
 +
<!-- no longer used
 +
<br><ul><li><ul><li>Directory Management</li><li>Practice Commands To Create A Directory Structure</li><li>Create A Directory Structure</li></ul>
 +
--></td>
 +
</tr>
 +
 
  <tr valign="top">
 
  <tr valign="top">
 
   <td  style="border-bottom: thin solid black;">'''Week 11:'''<br></td>
 
   <td  style="border-bottom: thin solid black;">'''Week 11:'''<br></td>

Revision as of 11:27, 20 August 2020



Week Objectives and Tasks Reference Assignment
Week 1:
  • Course introduction
  • Obtaining your Seneca accounts
  • *nix overview
  • Open source philosophy
  • Linux GUI and the terminal
  • The Matrix server
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:
  • 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)
Lecture Notes: PDF | PPTX

Tutorials:

Reference Sheets:

YouTube Videos:

Assignment 1:
  • Basic Unix Commands (Parts 4 - 6)
Week 3:
  • Absolute and relative pathnames
  • File name expansion
  • Shell basics
  • Command execution in detail
  • Recalling and editing previous commands
  • Quoting
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:
  • Data Representation:
    (Binary, octal, decimal,
    and hexadecimal number systems)
  • Number conversions
  • Unix file permissions
Lecture Notes: PDF | PPTX

Tutorials:

YouTube Videos:

Assignment 2:
  • Practice Using The vi Text Editor
  • Permissions
Week 5:
  • stdin, stdout, stderr
  • Simple filter commands:
    (head,tail,cut,sort,tr,wc)
  • grep utility Redirection and piping
  • /dev/null file
  • Assignment 1 is due (10%)
Lecture Notes: PDF | PPTX

Tutorials:

YouTube Videos:

Assignment 2:
  • Redirection And Pipes
Week 6:
  • Sending email from command line
  • scp and sftp utilities
  • Midterm Test (25%)
Lecture Notes: PDF | PPTX

Tutorials:

YouTube Videos:

 
Study Week:
 
Week 7:
  • Filesystem links
  • Hard and symbolic links
  • Process management
  • Aliases
  • Command History
Lecture Notes: PDF | PPTX

Tutorials:

YouTube Videos:

Assignment 2:
  • Linking Files And Directories
  • Command Summary
  • Linux Processes
Week 8:
Regular expressions basics:
  • Literal matching
  • Character classes
  • . wildcard
  • * repetition symbol
  • Anchoring
Lecture Notes: PDF | PPTX

Tutorials:

YouTube Videos:

Assignment 3:
  • Regular Expressions Using grep
Week 9:
Introduction to Shell Scripting:
  • Shell Configuration Files
  • Introduction to Shell Scripting
  • Shell Variables
  • Positional Parameters
  • echo and read commands
  • if and test statements
  • for loop
Lecture Notes: PDF | PPTX

Tutorials:

YouTube Videos:

Assignment 3:
  • Interactive Shell Environment
  • Introduction To Scripting (phone)
  • More Scripting (add)
Week 10:
Text Manipulation:
  • Using the sed Utility
  • Using the Awk Utility
Lecture Notes: PDF | PPTX

Tutorials:

YouTube Videos:

Assignment 3:
  • sed and awk
Week 11:
Additional Shell Scripting:
  • if - elif - else
  • while
  • for
  • Start-up / Logout Files
Lecture Notes: PDF | PPTX

Tutorials:

YouTube Videos:

Assignment 3:
  • Yet More Scripting (oldfiles)
Week 11:
Additional Shell Scripting:
  • if - elif - else
  • while
  • for
  • Start-up / Logout Files
Lecture Notes: PDF | PPTX

Tutorials:

YouTube Videos:

Assignment 3:
  • Yet More Scripting (oldfiles)