PseudoSpock
Will they be using btrfs snapshots or subvolumes to make it immutable?
~/Source
Most places seem to issue Mac’s now for the role. I just create a 90% cpu & memory Linux VM on them and work from within that, with the exception of teams or zoom meetings being native on the Mac (no echo cancellation on linux VM’s, it seems). Works mostly well, but it is arm64 based linux, as the Mac’s currently are M series.
Ended up going with Arch for arm64, as it had the simplest way to add widevine support to my browsers.
Much better than being native on the Mac… Mac doesn’t give me the two select&paste linux 2nd copy buffer, doesn’t provide focus follows mouse, no auto-raise, and type in partially covered windows without raise. Essential for my workflow.
Simple, start teaching it in elementary school all the way up through high school. Apple did it long ago and got apple users out of those kids. Microsoft does it now, and now you have Windows users. Just need the computer education to be Linux centric from the start. It’s not that it’s different, it’s that it’s not what they grew up with and were taught.
Linux VM with 90% of cpu and memory. Use it for almost everything. Have it configured as NAT so it can share the vpn connection from the host laptop.
WSL
Bcachefs, and bcachefs on root. Need something with filesystem level encryption instead of LUKS, and *ubuntu’s and derivatives have all abandoned ZFS on root installs now.
I’d like a GUI app for generating CLI’s for other GUI apps that don’t have them already. An application is never complete unless everything can be done via a CLI and/or API.
man -k printf
Search the short descriptions and manual page names for the keyword
printf as regular expression. Print out any matches. Equivalent to
apropos printf.