For some (most?) of us, we don’t have ssh access open to the world, so everything is over a VPN. So I can just use NFS over WireGuard which afaik is fairly secure, if you trust your endpoints, and works great over the Internet.
For some (most?) of us, we don’t have ssh access open to the world, so everything is over a VPN. So I can just use NFS over WireGuard which afaik is fairly secure, if you trust your endpoints, and works great over the Internet.
This realization/acceptance led to us having kids.
Not sure if trolling or not, but googling around and it sounds like Sensory Processing Disorders can cause this level of passionate hatred towards bananas…
On linux you can"t install or uninstall anything if you are not root
That’s not true at all. You generally can’t use your distribution’s package manager to install or uninstall without elevated privileges. But you can download packages, or executables with their own installer, and unpack/install under your home directory. Or, you can compile from source, and if you ./configure
’d it properly make install
will put it under your home.
Standard Linux distributions don’t place restrictions on what you can and cannot execute; if it needs permissions for device access of course you’ll need to sort that out.
Yeah, without being a policy junkie I think a reasonable step would be to have Prop 13 only apply to primary residence — investment real estate would be subject to a “wealth tax,” but folks wouldn’t get priced out of their primary home due to gentrification.
Right, that’s a huge downside for sure.
Property tax is on the one hand a wealth tax, which sounds like a great idea; but on the other hand, it’s a wealth tax that disproportionately affects people with the bulk of their assets tied up in real estate — which often means middle class homeowners.
So while you can certainly look at prop 13 as “good” in that folks don’t get priced out of their existing homes, it of course gets used to the advantage of rent seekers, etc.
It’s…complicated.
California disagrees: https://en.m.wikipedia.org/wiki/1978_California_Proposition_13
Property tax is assessed when there’s a sale, and otherwise changes very slowly. It’s a controversial measure.
Seriously, it is the lowest-latency and highest-bandwidth communication method we have, when used appropriately.
Newer macOS is not Unix certified.
It’s UNIX 03 compliant https://en.m.wikipedia.org/wiki/Single_UNIX_Specification
One or two Linux distros were (are?) UNIX certified, though.
Haha yeah that was the counter example I was thinking of. I agree completely — you could make a Gentoo from source beginner distro, and I think you could make it reasonably “idiot proof,” but it would still be a bad user experience most likely (too much time spent compiling).
If your distro can’t be forked into a “beginner distro” then it’s fundamentally flawed IMHO.
To be clear, I’ve used Arch as my daily drivers for a while, and while it’s not the best fit for my needs (I use Debian mostly), there’s nothing that I experienced that was incompatible with a “beginner” distro.
You can also drop cache for debugging by running something like echo 3 | sudo tee /proc/sys/vm/drop-caches
But remember that the kernel knows best — this RAM will automatically be freed up when needed and you should never run this except for debugging (or maybe benchmarking).
I have one SSID with pihole (which I use), and one without. Works pretty well, if you’re ok with a VLAN-aware network.
Ah, good point!
Dell XPS 13 Snapdragon seems like it’s trying to compete with the Air.
It’s on https://www.thefarside.com/ today as one of the “Selections of classic The Far Side comics.” Comic says ©1984, but doesn’t give a specific date (an image on reddit suggests 4/6/84).
man rot13
;)
I’ve been super happy with it. Knock on wood it’s been super reliable. I have a single ZFS drive, take snapshots with various retention policies, nothing fancy.
Another fun thing is to set up a reverse proxy on it as an endpoint for services on your local (home) network which can only be accessed by VPN. For example, my Jellyfin service isn’t public facing, but I didn’t want e.g. my parents to need to set up WireGuard. So instead they can point their TV to a raspberry pi on their network to access the service — even a first gen RPI can handle Jellyfin reverse proxy over WireGuard for moderate bitrates!
And many folks have headless setups — raspberry pis, home servers, VPSs, etc. It’s kinda overkill to install a desktop environment on a headless box if the only reason you need it is so you can VNC into it for a simple task that could be done over ssh.