• SnowySkyes [she/her]
    ·
    3 months ago

    It’s always a good time to switch to Linux. Some distributions are super easy to learn, while others require some minor knowledge to really get off the ground. Here are a few of my recommendations.

    Linux Mint - https://linuxmint.com/

    Ubuntu - https://www.ubuntu.com

    Debian - https://www.debian.org/

    Fedora - https://fedoraproject.org/

    I personally use Debian. It is my favorite of the bunch mentioned. It requires some configuration for me to get up to where I need it, but it runs flawlessly once I’m there.

    Linux Mint is really good for users switching for the first time. It is also my recommendation for new Linux users. Its default look and feel is akin to Windows and users will feel right at home out of the box.

    Ubuntu is similar in usability to Mint, but Canonical isn’t great and has made some very poor decisions in the past. Doesn’t have a Windows like interface by default, but is really hard to break if I remember correctly (I haven’t used Ubuntu in probably 8+ years so take all this with some salt)

    Fedora I have the least experience with. It seems to be a hit or miss distribution, but some may find their home here. Also ships with an interface that windows users would need time to adjust to.

    • AssortedBiscuits [they/them]
      ·
      3 months ago

      Fedora I have the least experience with. It seems to be a hit or miss distribution, but some may find their home here. Also ships with an interface that windows users would need time to adjust to.

      This is my general impression after dual booting with Fedora on an old Macbook. You also need to install a bunch of drivers and codecs since they don't ship by default. I get this impression that Fedora has noticeably less packages than Debian or Arch although there are ways around it by using Distrobox. Fedora comes with Flatpak, so I guess they want people to install apps with Flatpak.

      Overall, I think it's a poor distro if you want to introduce new people to Linux. There's a Fedora-based distro called Nobara that seems to fix some of these issues although I can't vouch for it since I've never tried it before. This is probably better than Fedora assuming it works as advertised.

      • neo [he/him]
        ·
        3 months ago

        Fedora is a poor distro for absolute newcomers because they do not ship any proprietary software by default*, nor do they keep any in their repos. If you want a free-software-only distro and have (the correct) philosophical inclination for a world without proprietary software, it's an excellent choice.

        Fedora is the distro I use, but with support from RPMFusion for things like FFmpeg with proprietary codecs, my stupid Nvidia proprietary driver, and so on.

        *https://docs.fedoraproject.org/en-US/legal/license-approval/#_licenses_allowed_for_firmware Fedora makes an exception for some binary firmware images

      • beef_curds [she/her]
        ·
        3 months ago

        I kinda wouldn't recommend distros downstream of the big guys for new users because if they go down that road, they're going to get into terrain they don't know how to read. They won't be able to tell a shady or poorly supported project from something more serious.

        Also, small downstream distros are harder to troubleshoot for newbies when there're issues, because there're fewer people answering questions.

    • Tomorrow_Farewell [any, they/them]
      ·
      3 months ago

      I am actually experiencing critical issues with my Windows. Care to give your recommendations regarding Debian configuration?

      Also, if I may, when manually installing Arch, how does one properly set up fstab when there are multiple mounting points that are not nested, like in the case of /efi/ not being within where the root partition is mounted?

      • neo [he/him]
        ·
        3 months ago

        I don't really understand your fstab question as you wrote it, but why aren't you using either genfstab or letting archinstall just do all the tedious parts for you?

        • Tomorrow_Farewell [any, they/them]
          ·
          edit-2
          3 months ago

          Oh, I do use genfstab.

          I am doing this manually for educational purposes.

          EDIT: I have been following the installation guide on a vital machine prior to my Windows malfunction. Among the partition examples I saw ones that have root and efi partitions mounted in a non-nested way. Generating fstab the way it is told in the guide produced a bad fstab for me. I haven't got to retrying to generate fstab since then yet.