

I’d be interested in an invite as well, if you’re willing.


I’d be interested in an invite as well, if you’re willing.
They offer IMEI spoofing, geofenced profiles, etc. It would function better than a VPN in theory.
I think their tech works, they’re used by the army. The founder was the cofounder of Palantir, which I think is worth noting. Their focus is on US government use first and the average consumer second.
Doesn’t check all your boxes, but it’s a strong option - monimoto
I believe the google framework is installed with less privilege than a system application
I was under the impression you could use microG instead of google services as well if you installed it manually?
Dell optiplex desktop or workstation would def be a gpod idea. Both are much quieter than servers - you can get the workstation if you want a xeon chip and ecc memory - otherwise the desktop will likely do what you need.


Oops!


Look into PICO PSU. Its a small powersupply that uses a power brick to downsize internals. It’s used by homelabbers sometimes.


If Tidal isn’t your cup of tea, check out Qobuz - I’ve had a better experience with it. It doesn’t pay artists as well as spotify, but I think it’s still more than Spotify (iirc)


Try out void, it’s pretty fire


Handbrake is a frontend to ffmpeg, so that’s also an option


Perhaps you could configure more than unbound service behind a loadbalancer. Each unbound instance is configured to use different upstream dns servers.
Double check if unbound doesn’t allow you to randomly hop between dns upstreams first, but the above solution should work if that’s unavailable atm.


Also introduces the possibility of DNS poisoning


Yes its possible 👍
Use:
forward-zone:
forward-addr: 9.9.9.9@853#dns.quad9.net


Sounds like OP is gonna flash OpenWRT… Did you read the post?
UNRAID is designed to run off a USB drive, they have recommendations on what USBs to buy on their site, might be worth a gander. You should be able to write all the info on your current USB to the new one without having to reconfigure anything.
How is running a container in an LXC worse than in a VM? It’s not really, is it? No, not really. Kubernetes could also be built on top of the LXC as well, sure. There are a number of genuine benifits from running docker on top of an LXC, and it doesn’t compromise security or come with a significant performance drop (unlike VMs).
LXCs let you get all the benifits of VMs with fewer drawbacks, I recommend that approach if you want some extra sandboxing than docker on bare metal provides.
Create a function named
:which runs:|:(calls itself and pipes the output to itself). Then it closes the function and uses a semicolon to end the function definition. Next run a command:.TLDR it’s a bash fork bomb