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/11/02 08:05] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| 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 ' |
| | | ||
| + | UPDATE: broken in current (2026-06-30) debian; still throws a bunch of no-shit-sherlock " | ||
| + | |||
| + | or, install [[https:// | ||
| + | |||
| ====== fun customizations ====== | ====== fun customizations ====== | ||
| Line 27: | Line 31: | ||
| < | < | ||
| - | ====== 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 53: | ||
| - '' | - '' | ||
| - '' | - '' | ||
| + | |||
| + | ====== 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 +' | ||