From fdfb3fb137833fa52904cd95ca670dc1ab410919 Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Wed, 1 Mar 2023 14:21:37 +0900 Subject: [PATCH] vault backup: 2023-03-01 14:21:36 --- content/notes/01-VM-intro.md | 4 +++- content/notes/cosc-301.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/notes/01-VM-intro.md b/content/notes/01-VM-intro.md index 53e75c868..649fac476 100644 --- a/content/notes/01-VM-intro.md +++ b/content/notes/01-VM-intro.md @@ -18,7 +18,9 @@ self assessment - make it easy to reply - make a good header: - consider object-deviation template - - describe the symptoms of the proble + - describe the symptoms of the problem, not your guesses + - describe the goal not the step + - for code: provide a minimal bug-demonstrating test # Questions > Actually, neither command requires that you end up as root. Indeed, su is short for substitute user, so you could change to any other user. This is perhaps useful if you need to change from root to a normal user, or from a normal user to a special account, such as a database administrator diff --git a/content/notes/cosc-301.md b/content/notes/cosc-301.md index cbc0d5bbd..9c6bd701b 100644 --- a/content/notes/cosc-301.md +++ b/content/notes/cosc-301.md @@ -20,7 +20,7 @@ https://www.cs.otago.ac.nz/cosc301/schedule.php - [x] http://www.schneier.com/blog/archives/2006/12/realworld_passw.html - https://www.ietf.org/rfc/rfc1855.txt - https://www.chiark.greenend.org.uk/~sgtatham/bugs.html - - http://catb.org/~esr/faqs/smart-questions.html + - [x] http://catb.org/~esr/faqs/smart-questions.html - [[asking questions]] # Lectures - [[01-intro]]