linux
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux [2026/06/07 01:43] – [Linux] jhagstrand | linux [2026/06/07 08:14] (current) – jhagstrand | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| Linux Cheatsheet.\\ | Linux Cheatsheet.\\ | ||
| - | These are commands I use often and I always have to look up the syntax. | + | These are commands |
| $ grep -r " | $ grep -r " | ||
| $ find . -name *.plugin | $ find . -name *.plugin | ||
| $ find / -name Wire.h 2>&1 | grep -v " | $ find / -name Wire.h 2>&1 | grep -v " | ||
| - | $ python3 -m http.server & # ampersand puts it in background, will die when terminal closed | + | $ python3 -m http.server |
| - | + | ||
| + | $ ln -s webprod/ | ||
| + | $ unlink public_html | ||
| + | $ rm public_html | ||
| + | $ rm public_html/ | ||
| [[Documentation]] | [[Documentation]] | ||
linux.1780811004.txt.gz · Last modified: 2026/06/07 01:43 by jhagstrand