• captcha_incorrect@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          15 minutes ago

          Debian is great, I love it. But the ease of which I can repair my system when I break it is the main reason to stay. I made an error in my hardware config and I just had to use the previous generation to get back to a working state. After that, I could take my time to fix the issue without the server being down.

          This whole everything is in config files is also very appealing, even though there is a lot to learn to get to the same level of knowledge (https://nix.dev/ helps there).

    • BCsven@lemmy.ca
      link
      fedilink
      arrow-up
      1
      ·
      24 minutes ago

      I know people hate hearing that line, but when I have done technical support it is highly useful to know if it works properly on other machines.

      Preferably identical hardware is a good starting point, but if a solution is working fine on one machine but not another it can steer you toward other client issues.

      Some user complaints of " it doesnt work on my machine" have been resolved to:

      • user modified, or didn’t input, the correct environment variable.
      • user is running a version of app not certified for that hardware config.
      • user actually has no clue how computers work and didn’t realize the app looking for shared network locations only works if you are on the network. Or app needing a license server can’t work if it can’t find the server
      • user isn’t understanding the requirements for the app output, so not providing the necessary input can’t achieve proper output results.
    • valter@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      3 hours ago

      This is actually why I installed Bazzite on my desktop and suggested it to all my friends and family who were interested in Linux.

      If anyone has a problem, I’m already familiar with the distro and I can be reasonably certain that the software situation is pretty close.

      • TwilightKiddy@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 hours ago

        The party trick of NixOS is declaring your whole system in a huge config file. If you want someone to get the same system, you just throw your config at them and it works*.

      • cannedtuna@lemmy.worldOP
        link
        fedilink
        English
        arrow-up
        4
        ·
        6 hours ago

        The ethos of NixOS is if a program runs on one computer using Nix it will run on any computer running Nix.

          • cannedtuna@lemmy.worldOP
            link
            fedilink
            English
            arrow-up
            3
            ·
            edit-2
            2 hours ago

            It’s called Atomic Updates. The idea is every installed program is complete with no missing dependencies by ensuing each package maintains its own. Additionally an image of each program is kept so if an update goes poorly and something breaks rolling back is simple