Difference between revisions of "ULI101 Weekly Schedule"

From CDOT Wiki
Jump to: navigation, search
(Winter 2020)
(Winter 2020)
Line 59: Line 59:
 
                <li>[https://www.youtube.com/watch?v=UfAFAipked0&list=PLU1b1f-2Oe90TuYfifnWulINjMv_Wr16N&index=3 Basic File Actions<br>(touch, ls -l, cp, cp -r, mv, mkdir, mkdir -p, rm, rmdir, rm -r), Relative-to-home Paths]</li>
 
                <li>[https://www.youtube.com/watch?v=UfAFAipked0&list=PLU1b1f-2Oe90TuYfifnWulINjMv_Wr16N&index=3 Basic File Actions<br>(touch, ls -l, cp, cp -r, mv, mkdir, mkdir -p, rm, rmdir, rm -r), Relative-to-home Paths]</li>
 
<li>[https://www.youtube.com/watch?v=ocU34PcYn2U&list=PLU1b1f-2Oe90TuYfifnWulINjMv_Wr16N&index=4  Reading/Writing to Files:<br>(cat, more, less, man, date, diff, diff -y, find, wc)]</li>
 
<li>[https://www.youtube.com/watch?v=ocU34PcYn2U&list=PLU1b1f-2Oe90TuYfifnWulINjMv_Wr16N&index=4  Reading/Writing to Files:<br>(cat, more, less, man, date, diff, diff -y, find, wc)]</li>
<li>[https://www.youtube.com/watch?v=mzgfE6-ZtUY Quoting Special Characters]</li>
+
 
 
</ul></td>
 
</ul></td>
 
   <td style="border-bottom: thin solid black;">'''Assignment 1:'''<ul><li>Basic Unix Commands (Parts 4 - 6)</li></ul></td>
 
   <td style="border-bottom: thin solid black;">'''Assignment 1:'''<ul><li>Basic Unix Commands (Parts 4 - 6)</li></ul></td>
Line 78: Line 78:
 
                                                         <li>[https://youtu.be/5FQnehwzwSM Filename Expansions]</li>
 
                                                         <li>[https://youtu.be/5FQnehwzwSM Filename Expansions]</li>
 
                <li>[https://youtu.be/3quKLqUFGHo Relative, Absolute, and Relative-to-Home Filepaths]</li>
 
                <li>[https://youtu.be/3quKLqUFGHo Relative, Absolute, and Relative-to-Home Filepaths]</li>
 +
<li>[https://www.youtube.com/watch?v=mzgfE6-ZtUY Quoting Special Characters]</li>
 
</ul></td>
 
</ul></td>
 
   <td style="border-bottom: thin solid black;">'''Assignment 1:'''<ul><li>Directory Management</li><li>Practice Commands To Create A Directory Structure</li><li>Create A Directory Structure</li><li>Practice Specifying Path Names</li></ul></td>
 
   <td style="border-bottom: thin solid black;">'''Assignment 1:'''<ul><li>Directory Management</li><li>Practice Commands To Create A Directory Structure</li><li>Create A Directory Structure</li><li>Practice Specifying Path Names</li></ul></td>

Revision as of 08:30, 14 January 2020

Winter 2020



Week Objectives and Tasks Reference Assignment
Week 1:
Jan 6-12
  • Course introduction
  • Obtaining your Seneca accounts
  • *nix overview
  • Open source philosophy
  • Linux GUI and the terminal
  • The Matrix server
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:
Jan 13-19
  • 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:
Jan 20-26
  • 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:
Jan 27-Feb 2
  • 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:
  • Permissions
Week 5:
Feb 3-9
  • stdin, stdout, stderr
  • Simple filter commands:
    (head,tail,cut,sort,tr,wc)
  • grep utility Redirection and piping
  • /dev/null file
Week 5 Lecture Notes: PDF | PPTX

Tutorials:

YouTube Videos:

Assignment 2:
  • Redirection And Pipes
Week 6:
Feb 10-16
  • Sending email from command line
  • scp and sftp utilities
  • Basic Linux system administration
Week 6 Lecture Notes: PDF | PPTX

Tutorials:

YouTube Videos:

 
Week 7:
Feb 17-23
Evaluation:
  • Midterm Test (30%)
   
Study Week:
Feb 24-Mar 1
 
Week 8:
Mar 2-8
  • Filesystem links
  • Hard and symbolic links
  • Process management
Week 8 Lecture Notes: PDF | PPTX

Tutorials:

YouTube Videos:

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

Tutorials:

YouTube Videos:

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

Tutorials:

YouTube Videos:

Assignment 3:
  • Interactive Shell Environment
  • Introduction To Scripting (phone)
  • More Scripting (add)
Week 11:
Mar 23-29
  • Extended Regular Expressions
  • egrep vi sed awk
Week 11 Lecture Notes: PDF | PPTX

Tutorials:

YouTube Videos:

Assignment 3:
  • sed And awk
Week 12:
Mar 30-Apr 5
Additional Scripting:
  • if - elif - else
  • while
  • for
Tutorials:

YouTube Videos:

  • x
  • x
Assignment 3:
  • Yet More Scripting (oldfiles)
Week 13:
Apr 6-12
  • Review
   
Exam Week:
Apr 13-17