How to Use Linux https://docs.google.com/document/d/1rEjxnZP07KJYtramx43-rbF07PB1afU3sop5N0O4szs/edit#
How to Use Linux - A. Install Linux https://docs.google.com/document/d/1eIWOttMwA1zRFZEEn4ucBztk6dKj3hYZa9-1srZcpRM/edit#heading=h.iic5r02c1j5l
How to Use Linux - B. Install Software https://docs.google.com/document/d/1cP4VqP3XCSfCTrvDgHbnNA_cJvyv2Gg7DOGr5Zegt1k/edit#heading=h.iic5r02c1j5l
How to Use Linux - C. Commands deleted
How to Use Linux - Notes https://docs.google.com/document/d/1OktYxaS10zayaata3V_9Hhi7ToUYuC1NlrKYlcwjfIc/edit#
Linux Cheatsheet.
These are commands that I use often and always have to look up the syntax.
$ grep -r "progressive" . $ find . -name *.plugin $ find / -name Wire.h 2>&1 | grep -v "Permission denied" $ python3 -m http.server > /dev/null 2>&1 & # fg + ctrl-C to kill before window close $ ln -s webprod/homepage/homepage public_html $ unlink public_html $ rm public_html # same as unlink $ rm public_html/ # error: trailing slash follows the link and deletes all files
Linux Software package management, shell, shell programming