Backup all the things with #plakar and #OpenBSD !
https://x61.sh/log/2026/03/25032026151800-plakar.html

Backup all the things with #plakar and #OpenBSD !
https://x61.sh/log/2026/03/25032026151800-plakar.html

FYI: Had to toggle Automatic Install in Settings->Privacy & Security->Background Security Improvements (on->off->on) on my personal phone for
https://support.apple.com/en-us/126604
to show up.
Sometimes I need to find something.
Sometimes I fire up a search engine and search.
8 times out of 10 I end up on @joel 's blog.
https://www.tumfatig.net/2024/running-web-browsers-in-freebsd-jail/
Pass completed, 810747608 bad blocks found. (810747608/0/0 errors)
no data was hurt, backup saved the day!
Tried installing my first non-linux unix the other day. Here are some impressive things about #openbsd :
- Partitions. ~By default, files aren't allowed to be both writable and executable. So `chmod 777` only works in /usr/local~ EDIT: apparently I misunderstood this one.
- The man pages are way more complete than many linux distros. `man afterboot` and `man 8 intro` are great.
- Nice unified service management without the complexity of systemd
- There's a CLI that'll just make RAID volumes for you.
- Nothing more complex than it needs to be. No openssl, only libressl. No sudo, only doas.
- The kernel drivers for recording audio and video by default only record silence and blackness. You need to make a sysctl.conf change if you want to un-blind your laptop. This is both privacy-conscious and hella goth.
-o sftp.connections=50 did the trick. Hetzner storage box is supposed to allow 10 concurrent connections, but setting it to a bigger number works better… 🤷♂️