Cool. Btw, I’m using gluetun container, and sending through VPN only a few containarrs. It’s just another take, instead of running the VPN connection on the OS level and then whitelisting apps for exclusion.
Cool. Btw, I’m using gluetun container, and sending through VPN only a few containarrs. It’s just another take, instead of running the VPN connection on the OS level and then whitelisting apps for exclusion.
Dear all, please remember that engaging with trolls can get you banned (rule of thumb, half the time the offender gets for themselves)
Write what you want others to read, I don’t care if there are disagreements. But go get a private chat room if you want to exchange insults with them :)
No thanks. I will just hear what I want, and thats enough.
Hmm, wait. Perhaps some music? ;)
Game is huge. Do use cheats for potions or ingredients. Check popular mods that give easy way around cumbersome tasks.
And, if you’re like me and always play spellcasters instead of fighters in RPGs, do check some builds after certain level (20s?). Get griffin set of course, do know there are levels for its items.
First, stop buying games (*1)
Second, consider reading about the sunken costs fallacy, e.g. https://duckduckgo.com/?q=how+to+overcome+sunk+cost+fallacy
(*1) there’s piracy xdd
What’s ncd?
Indeed!
On this matter, I’m an ignorant myself too. Perhaps searxing with the model name and brand there’s a post somewhere that shares some insight. Hardware support on linux is great, until it isn’t ;/
I’d say you need to check for drivers or firmware upgrades…
Objection! Hehe… No, wait. Really, I see a problem…
If registration are closed, mods would be exclusively from outside. And, since reports are not federated, this communities would be prone to difficulties for moderation. Unless reports are correctly federated, I don’t think this is a good idea. And, even if you were to open registrations only for mods, we would have only moved the inconvenience to this (who wants to have so many accounts, really?)
There’s also the problem with centralization of domain names under you. I don’t know you, and perhaps you’re well intended… So, it’s fine for the most part, let’s just assume that’s okay. Now, what happens if you had an accident or decided to go live in a farm? Without domain name renewals, etc. all communities would be in trouble. There’s centralization in the shape of a single point of failure.
I can’t see this happening even if the domain names are cool.
And, leaving disadvantages aside. What’s the point on this? Can you name any advantage?? I agree that it would be more ordered and I like that. But it’s quite subjective, and hardly anything huge to really break the inertia or status quo of things as they’re now…
Thanks for the intentions. Let’s focus on some new ideas, they’ll come…
I believe they’re providing cloud compute infrastructure to compile packages that they probably use in their steam decks… But that’s half-guessing after having the same question popping up in my head…
I was thinking of either /etc/environment or /etc/profile which would be standard way to set up global variables. But the archwiki mentions using a script in /etc/X11/xinit/xinitrc.d/
so make a file there, add the executable permition and write export DRI_PRIME=1
Check for any customizations in /etc/NetworkManager
Alternatively, reinstall surfshark, enable killswitch, connect and disable killswitch before disconnection… When you disconnect it should be fine…
The killswitch is most surely a combination of changes on networkmanager dispatcher script, iptables rules and dns setting (/etc/resolv.conf)
I have set timeshift on my desktop. Easy to use, and powerful.
Been using syncthing with a script on my PC to keep copying stuff on another non synced location in the same filesystem with deduplication enabled (zfs). Technical solution, sadly, not many people are doing it… Btw i use… Xdd
Create a user, and then a systemd unit for it, under ~/.config/systemd/user/ with contents like these:
[Unit]
Description=Caddy web server
After=network.target
[Service]
ExecStart=/usr/local/bin/caddy run --config /path/to/Caddyfile --envfile /path/to/Envfile
ExecReload=/usr/local/bin/caddy reload --config /path/to/Caddyfile --envfile /path/to/Envfile
Restart=on-failure
User=caddy
Group=caddy
[Install]
WantedBy=default.target
Adjust the paths in the arguments. It will require systemctl daemon-reload for such unit to be available for enabling and starting it…
We can’t recommend Arch to beginners. The maintenance is too high.
But yes, the support on rolling distros is great.
In any case, I’m surprised all the issues OP gets are from support for a fan? Something is terribly wrong here. I’d rather switch to any other fan (they’re cheap!) and blame the manufacturer. Move along.
For windows9x UI there are retro themes (e.g. xfce4 as DE can be themed with https://github.com/grassmunk/Chicago95 ). For a distro, try zorin os maybe? Is focused on giving a modern windows-like UI and feel. In any case, my recommendation goes to debian or mint.
Desktop environments are tightly coupled to distros. At work, I got ubuntu. Got root, installed kde plasma. It works, but only because ubuntu is huge and has a “meta package”, and if you’re experienced enough not to switch the login to sddm, is all good. But even so, this goes to show that even if you can build your own system by swapping parts, this doesn’t mean is simple. Most linux users simply take a distro and don’t wander too far from it…
Oh… I just saw your point. I’m comparing to Android (LineageOS) when it should be to iOS… void
Well, then this news are just sad.
I’m absolutely with you on point 5. As for the rest, I will have to admit that I may have said some things plain wrong. I’m just trying to drive the point that it’s not inmoral and people should be happy anyway. Perhaps in 10 years this is the OS we are all using on our desktops, phones, and wearables. It would be a pity that’s not GPL and it has ads, sure (like maybe Android on x-brand flagship mew phone). But we could then have the LineageOS version of this. And I’d be happy. My poiny being, if that happens (it turns out to be the biggest OS), it will be thanks to its license, allowing it to be a thing for both people, and companies.
from hammers import sledgehammer
and that’s why I love Python :)