User Tools

Site Tools


sysadminery:nix_misc

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
sysadminery:nix_misc [2024/11/23 15:49] adamsysadminery:nix_misc [2025/01/24 01:28] (current) adam
Line 4: Line 4:
 [[https://unix.stackexchange.com/questions/87634/exclude-paths-that-make-find-complain-about-permissions/87850#87850|from]] [[https://unix.stackexchange.com/questions/87634/exclude-paths-that-make-find-complain-about-permissions/87850#87850|from]]
  
-    find . -type d ! \( -readable -executable \) -prune -o -type f -not -path './.*/*' -print +    find . -type d ! \( -readable -executable \) -prune -o -type f -not -path './.*/*'
-    + 
 +or, install [[https://github.com/sharkdp/fd|fd]] :)  ''fd 'scratch\.md /'' 
 ====== fun customizations ====== ====== fun customizations ======
  
Line 27: Line 29:
 <code>sudo journalctl -u gitea | tail -n100</code> <code>sudo journalctl -u gitea | tail -n100</code>
  
-====== bootable USB ======+====== bootable USB from iso ======
  
 people act like dd is so fucking difficult, it's not. (probably need root for most of these) people act like dd is so fucking difficult, it's not. (probably need root for most of these)
sysadminery/nix_misc.1732376945.txt.gz · Last modified: 2024/11/23 15:49 by adam