Skip to content

Commit

Permalink
Terminal.md: Understand Linux file system
Browse files Browse the repository at this point in the history
  • Loading branch information
0bubbles0 committed Jun 25, 2021
1 parent b7a5a97 commit 05567c0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions week-01/workshops/terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,25 @@
- [ ] Command explainer: <https://explainshell.com/explain?cmd=sudo+chown+-R+%24%28whoami%29+%24%28brew+--prefix%29%2F*>
- [ ] Intro to Linux Terminal Workshop: <https://www.digitalocean.com/community/tutorials/an-introduction-to-the-linux-terminal>
- [ ] Microsoft WSL Documentation: <https://docs.microsoft.com/en-us/windows/wsl/compare-versions#performance-across-os-file-systems>
- [x] Developing on Windows with WSL2, VS Code, Docker, and the Terminal (*YouTube: Scott Hanselman*): <https://www.youtube.com/watch?v=A0eqZujVfYU&list=PLwgjdOlNdEeAX4kwL9Mv-aNA0dZn5GeEv&index=95>

### Git
- [x] Git Documentation: <https://git-scm.com/doc/ext>
- [x] Git Tutorial for Beginners - Learn Git in 1 Hour (*YouTube: Programming with Mosh*): <https://www.youtube.com/watch?v=8JJ101D3knE&list=PLwgjdOlNdEeAX4kwL9Mv-aNA0dZn5GeEv&index=9>
- [x] Working Directory vs. Local Repository (*Stackoverflow*): <https://stackoverflow.com/questions/21692155/whats-the-difference-between-working-directory-and-local-repository>
- [x] Stop/change git repository (*FCC*): <https://forum.freecodecamp.org/t/how-do-i-stop-or-change-the-git-repository-on-my-computer/138304>

## Workshop: Linux Command Line Primer
## Linux

### Digital Ocean (21/06/2021)
### WSL
- File systems:
- Windows &rarr; `/mnt/c/Users/Barba`(mount)
- Linux &rarr; `~/home/bubbles`
- `$ cd ~` &rarr; `$ explorer.exe .` &rarr; shows where Linux/Ubuntu system lives on my PC
- Working in VS Code &rarr; 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. **$** &rarr; **regular user** log-in
1. **#**, **sudo**, pound symbol &rarr; **admin** log-in, **root** user, elevated privileges
Expand Down

0 comments on commit 05567c0

Please sign in to comment.