• @[email protected]
    link
    fedilink
    58 months ago

    I have no idea what this challenge is (I automatically assume it’s some cringe when I read “challenge” also that pic is… what?), but you don’t run Mint/Debian/Ubuntu if you have super-fresh hardware, like AMD 7000-series or Intel 14th gen and so on. in that case you have to go with Fedora or one of its derivatives (Nobara, Bazzite, etc.), because they have the newest kernels that allow this hardware to run OOB.

    if you have a bit older hardware (like 2-3 years old), Mint or Debian is your best bet; Ubuntu if you have to, and only as a stepping stone. it’s a solid base and if you use flatpak for everything (Firefox, Chrome, Lutris, Steam, etc.) you won’t have issues with old packages and you’ll get the best of both worlds - stability and supported hardware.

    • @[email protected]
      link
      fedilink
      English
      58 months ago

      I think it started with Linus and Luke of Linus Tech Tips doing a 30 day linux challenge to see what it’s like daily driving linix. Jeff of Craft Computing did one recently as well.

      • Liz
        link
        fedilink
        English
        48 months ago

        Linus uninstalled his desktop after ignoring the warning that said °hey, this will uninstall your desktop.°

        • @[email protected]
          link
          fedilink
          38 months ago

          Which is his fault, but also this would never happen on Windows. The power and lack of hand-holding of Linux is a great advantage for power users, but with great power comes great responsibility, and many people don’t need the responsibility.

          • Liz
            link
            fedilink
            English
            38 months ago

            For sure, which is why I only use Mint anyway. I need my hand held. But Linus was doing power-user things without power-user reading. You can’t really claim the car is no good when you opened the hood and started swapping hoses without checking to see what goes where.

            • @[email protected]
              link
              fedilink
              3
              edit-2
              8 months ago

              Yeah, I feel like Linux needs the equivalent of Administrator accounts on Windows. Root is the equivalent of the System account on Windows, something even power users might never encounter, because it’s a level of power you shouldn’t ever need.

              We need users to have permission to install software and do other administrative tasks, without having permission to do very destructive actions like uninstalling core system packages. Aunt Flo should be able to install Mahjong from her distros package manager GUI, without needing dangerous root access.

              • Norah (pup/it/she)
                link
                fedilink
                English
                38 months ago

                Well, no, not exactly. Most accounts on desktop linux distros are admin accounts. The way I would define that is whether or not the user has sudo permissions, either by being in the sudo group or sudoers file. Some distros do ask if you want the user to be admin. And that’s pretty analagous to being admin on windows and getting a UAC prompt for an elevated process.

                • @[email protected]
                  link
                  fedilink
                  28 months ago

                  Yeah, but there is no separation between being able to do day to day administrative actions like installing software, and being able to do destructive actions no one should need to do unless in exceptional circumstances.

                  • Norah (pup/it/she)
                    link
                    fedilink
                    English
                    38 months ago

                    Right, that was the other point I meant to make. There absolutely is a way to seperate the powers that sudo grants. The sudoers file allows you to limit a user or groups permissions to only certain commands. Distros could and should absolutely take advantage of this.

                  • @[email protected]
                    link
                    fedilink
                    28 months ago

                    Sudo actually has very granular permissions, just almost no one and no distros use them. You might as well replace it with doas for most people.

          • @okamiueru
            link
            18 months ago

            Windows has its own set of “never happen” things that would never happen on Linux. For example, without being instructed, writing a partition onto a disk with an “unknown” file system, which turned out to be disk, part of a RAID. Or simply override an existing boot partition after an update. Etc.