• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle








  • Bazzite is just Kinoite with gaming things out of the box. Which in turn is just Fedora with KDE Plasma but atomic and immutable. It doesn’t get any more general purpose than that. Bazzite even preinstalls a lot of stuff that Fedora users have to add manually, like proprietary drivers. If you don’t want a gaming centric OS, then there’s also Aurora which is the workstation version. I guess my point is that, there’s not an objectively best choice in Linux. Something we often tend to forget is that personal taste also plays a role. I personally used Mint for 5 years and supported the project monetarily. But my tastes changed and I think atomic and immutable is a good path for adoption, since it all works more or less the way people have come to expect smartphones to work. But, with the power and flexibility of x86-64 computing. It perfectly fits the management model of set it up once and forget about it. Specially since OP is specifically mentioning his interest on having a system focused on security. A system that is working just works, no doubts, buts or ifs, it always works and if anything happens that make it not work anymore, you just rollback to a working state immediately without fuzz, it is a pretty neat feature.



  • How is having to apply workarounds to keep windows working on old machines any different from troubleshooting the occasional linux issue? It’s a rethorical question, the difference is that the workaround on Windows is mandatory while the Linux troubleshoot is nowadays rare and usually related to edge cases.

    Some of the workarounds in this article are far more involved and convoluted than what I’ve ever had to do in 15 years of linux. Some are even dangerous for system stability and security. My very recent install of bazzite in a new laptop has been a perfectly out of the box it just works experience. Not even having to open the terminal. 100% friendly GUI without compromising flexibility, power and customizability. Today, suggesting linux with a solid desktop environment like KDE plasma is just foolproof. The end user will be using exactly the same knowledge and habits of Windows, without the harassment machine that is MS now. The change is not learning a new OS, is just switching a few assumptions on how some advanced things work.



  • Since you mention gaming and learning how to troubleshoot games on Linux. This conditions your questions to whether that laptop has an Nvidia graphics card or not. Nvidia has an awful support in linux which creates all sorts of problems and limitations.

    Regardless, I would suggest to use bazzite, but be warned, this is an immutable distro. They’re entirely different from traditional distros and relatively newer. So there’s a bit less support history on the web. Nevertheless, they provide a strong secure and stable system that should make having rescue tools less critical and keep your system alive and healthy indefinitely. Bazzite also sets up everything for gaming automatically from install.



  • That’s a poor understanding of the situation. Nothing in the licensing changed. The SDK has always been the proprietary business to business secrets management product. The client integrates with and can use that SDK to provide the paid service to businesses. The client and the server side management of password has always been and still is FOSS.

    This was apparently an accidental change in the build code (not the client code, just the building scripts) that required the inclusion of the SDK to build the client when actually it has never and doesn’t really need any of that code. It prevented building the client without accepting the SDK license. Which it shouldn’t.

    This was fixed and some things will be put in place so it doesn’t happen again. Nothing in the licensing scheme changed, at all. This is not a catastrophic enshittification event. A Dev was just being lazy and forgot to check the dependencies on the build chain before their commit.