This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
sysadminery:nix_misc [2023/06/04 15:03] – created - external edit 127.0.0.1 | sysadminery:nix_misc [2025/01/24 01:28] (current) – adam | ||
---|---|---|---|
Line 4: | Line 4: | ||
[[https:// | [[https:// | ||
- | find . -type d ! \( -readable -executable \) -prune -o -type f -not -path ' | + | find . -type d ! \( -readable -executable \) -prune -o -type f -not -path ' |
- | + | ||
+ | or, install [[https:// | ||
====== fun customizations ====== | ====== fun customizations ====== | ||
Line 27: | Line 29: | ||
< | < | ||
- | ====== 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) | ||
Line 49: | Line 51: | ||
- '' | - '' | ||
- '' | - '' | ||
+ | |||
+ | ====== surface linux ====== | ||
+ | |||
+ | i bet if I'm looking up the bootable flash drive commands I want this: https:// | ||
====== unix epoch to time ====== | ====== unix epoch to time ====== | ||
date -d @1621607851 +' | date -d @1621607851 +' |