Have you had issues setting hotkeys in KDE? I’m using NixOS on my laptop and for some reason the shortcuts I add all reset on logouts/shutdowns
Have you had issues setting hotkeys in KDE? I’m using NixOS on my laptop and for some reason the shortcuts I add all reset on logouts/shutdowns
25565 also gets a decent amount of malicious traffic because of Minecraft though. I’d recommend switching the port to something different at the very least. When I hosted a server for the first time on 25565 my router pretty immediately gave me warnings about attempted network traffic coming from Europe/Asia when I (and everyone I gave the IP to) live in the US.
The T2 security chips on the later Intel MacBooks make this a lot harder on more recent ones, and that’s completely ignoring everything going on with the ARM ones (Asahi Linux seems pretty cool! I don’t have a Mac so I don’t know how usable it is though)
That’s true but in practice it wouldn’t take 60^11 tries to break the password. Troubador is not a random string and all of the substitutions are common ( o -> 0, a ->4, etc. ). You could crack this password a lot easier with a basic dictionary + substitution brute force method.
I’m saying this because I had an assignment that showed this in an college cybersecurity class. Part of our lesson on password strength was doing a brute force attack on passwords like the one in the top of the xkcd meme to prove they aren’t secure. Any modern laptop with an i5 or higher can probably brute force this password using something like hashcat if you left it on overnight.
Granted, I probably wouldn’t use the xkcd one either. I’d either want another word or two or maybe a number/symbol in between each word with alternating caps or something like that. Either way it wouldn’t be much harder to remember.
Could also be referring to something like ~/.local/bin, where you remove unnecessary user-only programs vs. /use/bin where you remove system essential ones.
I choose to see this question as “If you could magically just make someone a billionaire, who deserves it,” or more specifically “who would actually do good things with the money if they had a billion dollars.”
As you said, the reason these people aren’t billionaires already is because they haven’t been exploiting others. That being said, there are likely a few people that would use the money to better support a lot of great causes, like the Free Software Foundation, medical research, or climate change action
Does distro breakdown matter that much though? It only really matters on windows because each version has significant compatibility changes. AFAIK as long as you update your system Linux compatibility with tools like wine/proton shouldn’t change much between distros.
Armcord doesn’t have global keybinds yet though (no push to talk/mute toggle unless you are tabbed into armcord) which is even worse imo
That’s true, but installing a whole new desktop environment also kind of goes against the whole “ease of use” part. If someone’s going to go to a whole different flavor they might as well just use something like Mint or Mint DE unless they specifically need Ubuntu for a dev environment or program/driver compatibility. That way they can still get the ease of use benefit but without dealing with all of the weird oddities that Ubuntu can introduce.
Not OP, I like gnome and all but I Ubuntu’s extensions/custom version of gnome is awful and makes trying to change settings so much worse because the gnome documentation doesn’t always match with all of the changes Ubuntu adds on top. Maybe they’re talking about that?
No, I’ve never touched my .config file for KDE directly (I have made settings changes, but none that would cause it to clear hotkeys), I just can’t set hotkeys without them clearing on reboot/session end. Apparently it’s a known problem: https://bugs.kde.org/show_bug.cgi?id=484682
That report mentions 6.0.3 I’ve had this issue since I installed NixOS with plasma 5 last year and remember finding forum posts about it as well. It hasn’t been too much of a deal for me because the only thing I was using it for was remapping the Konsole shortcut to launch Kitty instead.
Edit: also that issue I linked looks like it’s resolved in 6.0.5 but I’m in 6.0.5 right now and I just tried to set a keybind and it’s still clearing on reboot.