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
Next revision
Previous revision
linux [2026/06/07 01:43] – [Linux] jhagstrandlinux [2026/06/07 08:14] (current) jhagstrand
Line 17: Line 17:
  
 Linux Cheatsheet.\\ Linux Cheatsheet.\\
-These are commands I use often and always have to look up the syntax.+These are commands that I use often and always have to look up the syntax.
   $ grep -r "progressive"   $ grep -r "progressive"
   $ find . -name *.plugin   $ find . -name *.plugin
   $ find / -name Wire.h 2>&1 | grep -v "Permission denied"   $ find / -name Wire.h 2>&1 | grep -v "Permission denied"
-  $ python3 -m http.server & # ampersand puts it in background, will die when terminal closed +  $ 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.1780811004.txt.gz · Last modified: 2026/06/07 01:43 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