linux
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux [2021/01/28 05:46] – created - external edit 127.0.0.1 | linux [2026/06/07 08:14] (current) – jhagstrand | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| https:// | https:// | ||
| + | Linux Cheatsheet.\\ | ||
| + | These are commands that I use often and always have to look up the syntax. | ||
| + | $ grep -r " | ||
| + | $ find . -name *.plugin | ||
| + | $ find / -name Wire.h 2>&1 | grep -v " | ||
| + | $ python3 -m http.server > /dev/null 2>&1 & # fg + ctrl-C to kill before window close | ||
| + | | ||
| + | $ ln -s webprod/ | ||
| + | $ unlink public_html | ||
| + | $ rm public_html | ||
| + | $ rm public_html/ | ||
| [[Documentation]] | [[Documentation]] | ||
linux.1611830776.txt.gz · Last modified: 2021/01/28 05:46 by 127.0.0.1