User Tools

Site Tools


linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux [2026/06/07 08:14] jhagstrandlinux [2026/06/14 01:42] (current) – [Linux] jhagstrand
Line 15: Line 15:
 How to Use Linux - Notes How to Use Linux - Notes
 https://docs.google.com/document/d/1OktYxaS10zayaata3V_9Hhi7ToUYuC1NlrKYlcwjfIc/edit# 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 
  
 [[Documentation]] [[Documentation]]
linux.txt · Last modified: 2026/06/14 01:42 by jhagstrand

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki