And then you critize the government, get a sham trial and are marked for your crime as some kind of "garbage person" without rights. Afterwards, execution or locking away and maybe throw in some torture for the fun of it. This is reality already. It just hasn't been done to you.
You can feel about it however you want, I may even feel the same with some people, but as an adult, we have to use logic.
The point is, there must never be an official group of people without rights you can just "get rid of" im some way. This limit is not for the punished, it exists to shield the innocent.
I have some old mini-PC in my living room that's running a hypervisor and a few VMs. One of those VMs is used for pihole. I used docker and docker compose for this.
My
docker-compose.yaml
is a little more fancy than that because I deploy it via GitLab CI, but here's the kind of config you can expect:I mostly copy-pasted that from the official pihole docker compose quick-start example.
To update, you would just need to run the following in the same directory as the
docker-compose.yml
file.If pihole is the only thing you really want to run, a new machine and hypervisor are too much for just that. If ad-free surfing is all you want, you can just get a raspberry pi and setup pihole on that thing. You can still use docker compose, as the pihole images are available for ARMv6, ARMv7 and ARM64.