Updated: 2012-11-08 03:09 EST

1 Readings, Assignments, Labs, and ToDoIndexup to index

2 Midterm Test #2 - Week 10 - Monday November 5 - 25%Indexup to index

2.1 Learning the MaterialIndexup to index

3 Final Exam Schedule is PostedIndexup to index

Your Final Exam schedule is posted in the ICT office and on the Course Home Page.

4 Lecture Notes for This WeekIndexup to index

4.2 From the Classroom Whiteboard/ChalkboardIndexup to index

4.2.1 Topic: Common MisunderstandingsIndexup to index

  • Does sort foo bar sort each file and display the results one after the other, or does it combine both files into one input and sort the whole thing together? Where does the output of sort go?
  • echo one "two three" four 'five "six" seven' eight
  • echo " * " ; echo ' * ' ; echo '' * '' ; echo "" * ""
  • echo ?nosuchfile ; ls ?nosuchfile ; echo "?nosuchfile" ; ls "?nosuchfile"
  • echo hi >a ; cp a b >file
  • echo hi >a ; ln a b >file
  • echo hi >a ; mv a b >file
  • echo hi >a ; rm a >file
  • head x >x ; tail x >x ; sort x >x ; wc x >x ; ls x >x
  • echo hi >.a ; echo * ; echo ?? ; echo [.]*
  • echo hi | cat /etc/passwd
  • echo hi >a ; cp a b | head
  • echo hi >"?abc" ; rm \?abc ; rm ./'?abc' ; rm ./././\?abc
  • echo a b c >out ; echo a b >out c ; echo >out a b c ; >out echo a b c
  • echo hi >a ; ls a ??? >out 2>errfile ; ls a ??? >out 2>&1
  • umask 111 ; rm -f foo ; echo hi >foo ; ls -l foo
  • umask 022 ; rm -f foo ; echo hi >foo ; ls -l foo
  • umask 033 ; rm -f foo ; echo hi >foo ; ls -l foo
  • echo hi >foo ; chmod 277 foo ; ls -l foo ; cat foo

4.2.2 Your in-class notes go here - take notes in class!Indexup to index

5 Real Sysadmin WorkIndexup to index

http://www.data.gc.ca/default.asp?lang=En&n=B20B4A63-1 The Government of Canada is pleased to announce that the next generation Open Data Portal will be using the Open Government Platform. The Open Government Platform (OGPL) is the result of a collaborative initiative between India and the United States designed to promote transparency and greater citizen engagement by releasing government data to the public through a freely available, open source platform. By making data available in useful machine-readable formats, the OGPL will allow developers, analysts, media, and academia to develop new applications and insights based on public sector data. By using an open source platform, an international OGPL community will provide future technology enhancements, open government solutions, and community-based technical support.

5.0.1 Topic: Fun and YouIndexup to index

Too Much Power - XKCD

Too Much Power - XKCD

Studying

Studying

Ubuntu-Saurus ALLEN

Ubuntu-Saurus ALLEN

Read All The Words

Read All The Words

Read All The Words

Read All The Words

Author: 
| Ian! D. Allen  -  idallen@idallen.ca  -  Ottawa, Ontario, Canada
| Home Page: http://idallen.com/   Contact Improv: http://contactimprov.ca/
| College professor (Free/Libre GNU+Linux) at: http://teaching.idallen.com/
| Defend digital freedom:  http://eff.org/  and have fun:  http://fools.ca/

Plain Text - plain text version of this page in Pandoc Markdown format

Campaign for non-browser-specific HTML   Valid XHTML 1.0 Transitional   Valid CSS!   Creative Commons by nc sa 3.0   Hacker Ideals Emblem   Author Ian! D. Allen