diff --git a/content/notes/04-scripting-techniques.md b/content/notes/04-scripting-techniques.md index b9b8f2b1a..ce8289045 100644 --- a/content/notes/04-scripting-techniques.md +++ b/content/notes/04-scripting-techniques.md @@ -5,4 +5,28 @@ tags: - cosc301 --- -<% tp.file.cursor(2) %> + +Least priviledge + +scripting +- history +- origin +- examples +- shbang +- good tips + +bash + +I/O and pipe + +Env variables and files + +interpolation + +conditions +- if else +- case + +loops + +arithmet \ No newline at end of file diff --git a/content/notes/cosc-301.md b/content/notes/cosc-301.md index e931101b6..12fc810c2 100644 --- a/content/notes/cosc-301.md +++ b/content/notes/cosc-301.md @@ -12,7 +12,7 @@ https://www.cs.otago.ac.nz/cosc301/schedule.php # Assignments # Labs -- [[01-VM-intro]] +- [x] [[01-VM-intro]] - [[02-basic-interface-management]] - [[03-ipv6-bootcamp]] diff --git a/content/notes/cosc-342.md b/content/notes/cosc-342.md index 391358102..c96affab0 100644 --- a/content/notes/cosc-342.md +++ b/content/notes/cosc-342.md @@ -10,8 +10,8 @@ tags: # Labs -- [[01a-getting-started]] -- [[01b-cpp-essentials]] +- [x] [[01a-getting-started]] +- [x] [[01b-cpp-essentials]] - [[02-image-transforms]] # Notes