From 05567c08b9ad9b67ded5992d1a03aa4dff9dc4f9 Mon Sep 17 00:00:00 2001 From: bubbles linux Date: Fri, 25 Jun 2021 19:35:44 +0100 Subject: [PATCH] Terminal.md: Understand Linux file system --- week-01/workshops/terminal.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/week-01/workshops/terminal.md b/week-01/workshops/terminal.md index 1c06345..26e8515 100644 --- a/week-01/workshops/terminal.md +++ b/week-01/workshops/terminal.md @@ -17,6 +17,7 @@ - [ ] Command explainer: - [ ] Intro to Linux Terminal Workshop: - [ ] Microsoft WSL Documentation: +- [x] Developing on Windows with WSL2, VS Code, Docker, and the Terminal (*YouTube: Scott Hanselman*): ### Git - [x] Git Documentation: @@ -24,9 +25,17 @@ - [x] Working Directory vs. Local Repository (*Stackoverflow*): - [x] Stop/change git repository (*FCC*): -## Workshop: Linux Command Line Primer +## Linux -### Digital Ocean (21/06/2021) +### WSL +- File systems: + - Windows → `/mnt/c/Users/Barba`(mount) + - Linux → `~/home/bubbles` + - `$ cd ~` → `$ explorer.exe .` → shows where Linux/Ubuntu system lives on my PC + - Working in VS Code → URL `localhost:5000` (or other #) can show a Linux-html-file in Windows-Browser + + +### Workshop: Linux Command Line Primer - Digital Ocean (21/06/2021) 1. **$** → **regular user** log-in 1. **#**, **sudo**, pound symbol → **admin** log-in, **root** user, elevated privileges