A generic reference video for some of the tools I use in class that may be confusing - vim, nano, tmux, and uploading/downloading to Google Cloud.
VIM references:
https://vimsheet.com/
https://vim-adventures.com/
Nano reference:
https://www.nano-editor.org/dist/late...
(When using nano, don't use the Ctrl+W command as it will close your window and definitely NOT search!)
tmux reference:
https://tmuxcheatsheet.com/
Timestamps:
Intro: 00:00
Uploading: 02:49
Uploading to home / Moving files around: 4:30
vim: 11:24
nano: 16:54
Directory write access (nano permission issues): 20:10
tmux: 27:35
tmux splitting: 33:36
Downloading: 37:30
Notes:
Uploading files ALWAYS goes to your home directory! Make sure you move it to the correct spot once it is up.
Downloading requires the absolute path to the file.
When editing in /var/www/html make sure you always sudo first, otherwise you'll have to play "move the file"