vault backup: 2023-03-13 13:54:42

This commit is contained in:
Jet Hughes 2023-03-13 13:54:42 +13:00
parent a0a3d304e4
commit 40658a365f
3 changed files with 23 additions and 2 deletions

View File

@ -0,0 +1,7 @@
---
title: "01-vm-ipv6"
tags:
-
---
info at start of lectre 4 (6 march)

View File

@ -6,7 +6,14 @@ tags:
--- ---
Least priviledge **Least privilege**
- sys admins should follow this principle
- users/proceses should not be given more privileges than they need
- **processes always belong to users**
- e.g.,
- setuid: only when neccesary
- web servers starts as root to open port 80, then switches to a less privileged user
- temporary files shouldn't be in /tmp ⇒ everyone can access tmp, not secure
scripting scripting
- history - history
@ -29,4 +36,10 @@ conditions
loops loops
arithmet arithmetic
sed and awk
shell script vs c/c++
further reading

View File

@ -10,6 +10,7 @@ tags:
https://www.cs.otago.ac.nz/cosc301/schedule.php https://www.cs.otago.ac.nz/cosc301/schedule.php
# Assignments # Assignments
[[01-vm-ipv6]]
# Labs # Labs
- [x] [[01-VM-intro]] - [x] [[01-VM-intro]]