From a0a3d304e456c6f0ea80103afc6f0ea5c39c4e62 Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Mon, 13 Mar 2023 13:39:42 +1300 Subject: [PATCH] vault backup: 2023-03-13 13:39:42 --- content/notes/04-scripting-techniques.md | 26 +++++++++++++++++++++++- content/notes/cosc-301.md | 2 +- content/notes/cosc-342.md | 4 ++-- 3 files changed, 28 insertions(+), 4 deletions(-) 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