

Some did leave, just not nearly as many compared to the numbers that claimed they would.
Thats when I left and made a Lemmy account instead.
Some did leave, just not nearly as many compared to the numbers that claimed they would.
Thats when I left and made a Lemmy account instead.
Maybe block the DoH endpoint and in theory the device might fall back to normal DNS, dunno if that would work.
Maybe I’m just wildly crazy here, but I think a $70 game from a big studio should run well.
We’re not talking some $15 early access title here that lacks optimization because it’s like 2 guys making it in their free time.
Its a recent AAA game on a modern game engine, so it probably runs awful even on top of the line hardware.
Basically every game that comes out these days in the AAA space is a horrible unoptimized mess.
Sounds like poor design on the manufacturers part if a $20 microprocessor and radio can break into a car.
There is barely any overhead with a Linux VM, a Debian minimal install only uses about 30MB of RAM! As an end user i find performance to be very similar with either setup.
Zen fork is great.
Dang, they do use standard switches I think so replacements could be soldered in. I had to do that a few times on my last mouse which was a Logitech g602.
Yeah it’s a bit much on the gamer marketing lol, but it does work well.
I run debian on everything, so I set up unattended-upgrades
for security updates and basically forget about it. Docker updates are also automatic with Komodo, just make sure databases are pinned to a major version.
For monitoring my services I use Uptime Kuma, and get an alert if a service goes down so I can fix it.
Been pretty solid for years now. Things get rebooted every month or two when I do a Proxmox upgrade and reboot the host.
I’ve been pretty happy with my Glorious Model D wired, feels good as far as shape and button quality, tracks nicely and works great in games. The switches are a little clicky like most mice, but looking at the construction it looks quite easy to open up to solder new ones in.
It works with OpenRGB too.
I can’t imagine the bitrate was high enough to make much difference in quality… But I don’t know what the technical details were.
I’m not sure if it shows GPU temp, but htop
shows processes, CPU temp, memory, network, disk IO, etc… and it’s what I pretty much always use.
In the case of these ones you just remove the LXC/VM it created.
Yeah that is bizarre, maybe malware or a malicious browser addon?
Install Debian as a server with no GUI, install docker on it and start playing around.
You can use Komodo or Portainer if you want a webUI to manage containers easily.
If you put any important data on it, set up backups first, follow the 3-2-1 rule by having at least 2 backups in place.
The problem with stuff like yunohost is when it breaks you have no idea how to fix it, because it hides everything in the background.
For local access you can use 127.0.0.1:80:80
and it won’t put a hole in your firewall.
Or if your database is access by another docker container, just put them on the same docker network and access via container name, and you don’t need any port mapping at all.
This only happens if you essentially tell docker “I want this app to listen on 0.0.0.0:80”
If you don’t do that, then it doesn’t punch a hole through UFW either.
How though? A database in Docker generally doesn’t need any exposed ports, which means no ports open in UFW either.
Yeah gotta inspect the traffic and block whatever hostnames it uses.