Are you talking about the “The page needs to be reloaded” error?
The current solution is to use nieveve/piped-backend for the API.
I have used their image before, when there was an issue with Piped appearing as a bot and requiring captcha.
Are you talking about the “The page needs to be reloaded” error?
The current solution is to use nieveve/piped-backend for the API.
I have used their image before, when there was an issue with Piped appearing as a bot and requiring captcha.


I was hosting it 5 years ago in a 2gb or 4gb VPS. We were able to run 1440p@120hz, if not higher, streams of our games. The server didn’t seem to care much about the load.
If your old piece of software is not available through Flatpak, you can use DistroBox to run your app inside a container with older Debian/Ubuntu.
What are the advantages of Invidious, compared to Piped?
I have been self-hosting Piped for the last 3 years, but I never tried Invidious.
Did you know that Ubuntu actually started as a Hannah Montana Linux spinoff?
And Symbian
Google doesn’t spy only the web. There are some pretty common and completely legal devices, that Google takes advantage of to spy in people’s everyday life. Those devices are called Android phones.


Sure, go ahead


For those who don’t want to open Facebook links:
It’s a (rage bait AI ?) video of an old lady trying to cross the street through an ongoing riot. And there are some protestors intentionally blocking her way. After this clip, there is a guy explaining how empty inside those people are.


Isn’t Briar an alternative to Threema?
When you create VMs/containers, there is an option on the network step to set the VLAN tag to use
Have you ever dealt with zombie processes?
What’s the difference between this and the classic “ssh user@server” ?


I just wanted to show how Docker can be abused for privilege escalation, when it’s not properly configured


docker run --rm -it --privileged --pid=host debian:12 nsenter -a -t1 "$(which bash)"
If your user is in the docker group, and you are not running rootless Docker, this command opens a bash shell as root.
How it works:
docker run --rm -it creates a temporary container and attaches it to the running terminal--privileged disables some of the container’s protections--pid=host attaches the container to the host’s PID namespace, allowing it to access all running processesdebian:12 uses the Debian 12 imagensenter -a -t1 enters all the namespaces of the process with PID 1, which is the host’s init since we use --pid=host"$(which bash)" finds the path of the host’s bash and runs it inside the namespaces (plain bash may not work on NixOS hosts)Heroes of the Storm also works in Lutris
I think it’s the same thing, except I am pulling the pre-built image