I have been using Windows my entire life, but since I got my Steam Deck I’ve been considering trying to get into Linux.

I obviously don’t have much of an idea where to begin, other than that I’m currently also trying to learn Javascript. I’d like a basic workstation I can code on and mess with, that doesn’t run more than a couple hundred. Could use some recommendations for hardware plus where to begin.

  • Pantherina@feddit.de
    link
    fedilink
    arrow-up
    0
    ·
    10 months ago

    Try NixOS. Snowflake is a good start.

    Having a mutable Distro may be better suited than immutable. Containers are annoying.

    But having a system that does what it is supposed to do, and if you remove a package its gone and if you add one its there is a big thing.

      • Pantherina@feddit.de
        link
        fedilink
        arrow-up
        0
        ·
        10 months ago

        Yes. If you are new, no reason why you should use “sudo apt install xyz”.

        NixOS has a GUI setup, a GUI package manager etc.

        Never recommend any random “supposedly working” Distro. It will break some day, get cluttered with useless files, have broken dependencies or whatever. I broke every Distro before.

        I am on Fedora Kinoite now, which I consider a good Distro for most people especially beginners (the ublue variants). I guess layering all the development stuff could work. Using Containers for everything does not work well with IDEs, you need to run these in the container too…

        So in the end for someone that wants to code I would not use any random traditional Distro as in my experience all break. But a real immutable distro might also not fit if you need to layer so much.

        So why not NixOS? Its very easy to setup and you need to learn everything new anyways.

        • redcalcium@lemmy.institute
          link
          fedilink
          arrow-up
          0
          ·
          10 months ago

          Overwhelming someone who’s learning something new will increase their chance of giving up. Not only they have to learn how to use Linux in general, now they’ll have to learn about nixos declarative configuration model on top of that. When they eventually get stuck with some issue (which is normal when learning something new), there are less resource to help them on the internet because they’re using a niche distro.

          • Pantherina@feddit.de
            link
            fedilink
            arrow-up
            0
            ·
            10 months ago

            This happens on Ubuntu too. Just that there the best tip will be “try reinstalling the system”, because traditional distros are so unmanaged, that they pile up unused files and packages over time, and simply random things happen.

            Believe me, I broke Ubuntu, Linux Mint, Manjaro, Fedora. MXLinux was so old that I my Nextcloud was not compatible. I was a beginner and every Distro sucked.

            If i would have just learned any of the managed Distro models (rpm-ostree, A/B root, transactional-update, NixOS, …) I wouldnt have needed to switch

            Distrohopping makes no sense, you should try Desktops but the Distro should just work.

    • caseyweederman@lemmy.ca
      link
      fedilink
      arrow-up
      0
      ·
      10 months ago

      Install Debian, and if you’ve got a reasonable powerful computer, install NixOS in a virtual machine. Then, when it breaks and you get frustrated, you aren’t down to zero OSes.

      • Pantherina@feddit.de
        link
        fedilink
        arrow-up
        0
        ·
        10 months ago

        I would never recommend installing Debian. Everything is soo manual. Fedora has the way better user experience with everything preconfigured.