From 9a4db359019416ba07ea882fe04835fefe1fe9b8 Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Fri, 3 Mar 2023 22:37:13 +0900 Subject: [PATCH] vault backup: 2023-03-03 22:37:13 --- content/.trash/2023-03-03.md | 0 content/03-ipv6-bootcamp.md | 13 +++++++++++++ content/04-scripting.md | 12 ++++++++++++ content/notes/cosc-301.md | 2 ++ content/notes/uni-notes.md | 5 +++++ 5 files changed, 32 insertions(+) create mode 100644 content/.trash/2023-03-03.md create mode 100644 content/03-ipv6-bootcamp.md create mode 100644 content/04-scripting.md diff --git a/content/.trash/2023-03-03.md b/content/.trash/2023-03-03.md new file mode 100644 index 000000000..e69de29bb diff --git a/content/03-ipv6-bootcamp.md b/content/03-ipv6-bootcamp.md new file mode 100644 index 000000000..e7cf1cad2 --- /dev/null +++ b/content/03-ipv6-bootcamp.md @@ -0,0 +1,13 @@ +Questions + +What is address aggregation? And why does it mean we can have smaller routing tables? + +I don't understand the party about prefix notation. Will you explain this in the lecture + +On slide 8. What do you mean by an interface + +What are uni and multi cast addresses? + +Link local vs node local? + + diff --git a/content/04-scripting.md b/content/04-scripting.md new file mode 100644 index 000000000..89854e0fd --- /dev/null +++ b/content/04-scripting.md @@ -0,0 +1,12 @@ +Slide 14 - I thought >> over writes and > appends? + +Is sending to black hole actually useful? + +What is the & symbol doing here: "warning to stderr" >&2 + +What is the /etc directory? + +On slide 16 what is deference + + + diff --git a/content/notes/cosc-301.md b/content/notes/cosc-301.md index 9c6bd701b..75fa33deb 100644 --- a/content/notes/cosc-301.md +++ b/content/notes/cosc-301.md @@ -25,6 +25,8 @@ https://www.cs.otago.ac.nz/cosc301/schedule.php # Lectures - [[01-intro]] - [[02-network and hardware protocols]] +- [[03-ipv6-bootcamp]] +- [[04-scripting]] # Info diff --git a/content/notes/uni-notes.md b/content/notes/uni-notes.md index ec3150f8c..6dc977cc6 100644 --- a/content/notes/uni-notes.md +++ b/content/notes/uni-notes.md @@ -16,3 +16,8 @@ tags: - [cosc-204](notes/cosc-204.md) - [comp-210](notes/comp-210.md) - [math-202](notes/math-202.md) + +## 2023 s1 + +- [[cosc-301]] +- [[cosc-342]] \ No newline at end of file