I read it as the company is pivoting, not the app which they’ll just stop working on
Linux machines?
Because on my Linux machines, once it’s been updated, I can not open a new tab, it’ll tell me to frig off and restart. I can click links in existing tabs, and might’ve been possible to enter a new URL in an existing tab, I don’t recall exactly.
I played in a TBC private server when Wrath wasn’t out yet. I never made it to level 70, or maybe I did in the very end. I just never cared either. There was so much to discover
And both make me go with a different company next time so idk what they think they’re gaining.
Well that’s the ambient temperature graph I think. Wonder how the CPU temperature is affected. Is it also just a 0.7C increase or maybe more?
You can run absolutely anything as a docker container that you have the binary (and other files if needed), or you can go fancy and compile from source in docker.
Just create a dockerfile.
From (some base image you want to use like Ubuntu or Alpine)
Copy necessary files
Run the binary
You can run it straight from command line, put it in a docker compose file, or even tag it and upload it to a repository (and then reference that in your docker compose)