From 8b22000dc1b490ca23ac98ac6be222d353f9dbed Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 20 Jun 2019 17:01:37 +0100 Subject: [PATCH] Add more notes --- Linux-201/Lab-Sheet.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Linux-201/Lab-Sheet.md b/Linux-201/Lab-Sheet.md index 6cd76a1..c3e9189 100644 --- a/Linux-201/Lab-Sheet.md +++ b/Linux-201/Lab-Sheet.md @@ -15,7 +15,8 @@ ## Basic Security - Creating a non-root account - - `sudo` permissions + - `sudo` permissions + - The Linux security model: Knowing why you're typing your password - SSH - Disable root login - SSH Keys @@ -32,6 +33,7 @@ ## Configuration - `/etc/nginx/nginx.conf` + - `/etc/nginx/sites` ## References and Further Reading - [Nginx](https://www.nginx.com/)