I’m a long time Windows user who has experience with WSL. Last year, I needed a laptop for university, and out of laziness, opted for a Macbook since, although they’re expensive as hell, are reasonably reliable.

Since using the mac, I’ve absolutely fallen in love with it over Windows. Note that I refer to the non-iOS specific aspects. After not touching my desktop for several months, I now see that I absolutely hate Windows even more. I would like to move my desktop to a Linux system some time in the future. However, my education is limited, and so I’m here to ask for help.

Currently, I’m a student in Mathematics and Computer Science. But outside that, I am, for the most part, a programmer. I rarely game, but I would like the option for the rare occasion that I have the time to do so.

I’ve grown comfortably with the command line, through my in-depth knowledge of lower level knowledge is limited. So, I feel I’m comfortable enough to extend the possible domain of my options.

I would love to hear recommendations and suggestions. I’m also open to other options such as NixOS, but that would require some research to learn more, which is fine. I’m not doing this soon.

If you could provide any links and resources that I can follow to continue learning, especially if relevant to your suggestions, I would be deeply appreciative!

My Mac is the most Linux-like thing I’ve used for so long, and it’s been so, so much easier to work with compared to Windows (I hate Windows PATH limitations so much).

Thanks, all ❤ 🐧

  • bigmclargehuge@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    4 months ago

    Debian might at least be worth a look. It’s been around for ages and is incredibly stable. No, it’s not bleeding edge, but there’s always Debian Sid (unstable).

  • gudu@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    Running my nix config incl. dot files on multiple OS from wsl and Mac for shell env and paths specific coding envs via devenv to nixos on my workstation and server.

    I started with home manager on wsl till I got comfortable and switched to nix full time in the run. Was a chore at first. Now, i do not want any other environment for coding. It just works and can replicate and sync all working environments with ease!

      • Shareni@programming.dev
        link
        fedilink
        arrow-up
        0
        ·
        4 months ago

        Tbh home-manager is going to be overkill in most scenarios. A dotfile directory + git is going to be more than enough, and you can use stow to symlink everything.

    • JustAPenguin@lemmy.worldOP
      link
      fedilink
      arrow-up
      0
      ·
      4 months ago

      I didn’t consider sideloading windows for gaming, but I do like that idea! That would allow me to avoid the need of wiping windows off my SSD. I can then just change up the partitioning.

  • 0x0@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    4 months ago

    If you want to learn about linux give Linux From Scratch a try (not as a daily driver, just as an experiment, in a VM if need be).

    If you like to tune and compile your code, you can try Gentoo and Slackware, both suitable for Desktop.

    Edit: assuming you’re targetting the desktop, not the mac.

  • just_another_person@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    4 months ago

    MacOS is a BSD distro, which shares most of the same cli commands with Linux (though certain overall functionality may differ by command).

    I’d say stick to GNOME for desktop to start as it flows much more similarly to MacOS. I’d say Fedora 40 to avoid the current issues with Ubuntu 24 and derivatives. Should give you solid footing to figure out what you don’t like and adapt accordingly. Maybe even try out a handful of distros via LiveCD before committing, up to you.

    Re: Dual booting for gaming. Not even really necessary for 95% of all games now thanks to proton. The only hold outs are games with very aggressive anti-cheat installs that can’t operate outside of Windows.

  • aspitzer@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    dont start with nixos. it is not friendly. Ubuntu is probably the best/easiest starter distro. that or fedora. go with the most mainstream so you have the least friction. Later you will be trying all the distros for fun.

    • InternetCitizen2@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      4 months ago

      I was a physics student and going to have to say Ubuntu as well. I think looking at Mint and Pop are also nice picks. Besides Ubuntu being pretty good OOTB most online resources use it as an example; that is very valuable when still astudentt.

  • Eugenia@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    4 months ago

    For your desktop, I suggest you install Linux Mint (Edge edition, to make sure the newer kernel included there supports your hardware better). After installing it, right click on the panel, and install the ‘Cinnamenu’ applet (it’s available for download from the window that opens when you click Applets). Then, place it where you want after enabling “panel editing”, and then right click the new menu to customize it as you like. Cinnamenu is a more modern-looking menu than the default Mint, with larger icons. Please note that in June or July, there’s going to be a brand new, major version of Mint. Think of Mint as how Windows should have been, a better version of it. This is my Linux Mint laptop: https://files.mastodon.social/media_attachments/files/112/253/256/932/509/491/original/6183bb790dcb8365.jpg

    Now, if you want something that is closer to MacOS’ look and feel, then you would need to install Gnome, and use Gnome extensions to enable the dock to stick to the main desktop. For a Gnome distro, there’s Fedora 40, the new Ubuntu, or Debian (IMHO, the most stable of the lot, but slightly older software version). The KDE desktop environment can also be customized to look like MacOS, and while it will be more convincing than Gnome in terms of looks, it doesn’t FEEL like MacOS. This is my Gnome desktop: https://files.mastodon.social/media_attachments/files/112/349/393/342/603/119/original/3c3c5c7e35ac726e.png

    And if you have a large hard drive, feel free to install 3 of these (e.g. Mint, Debian or Ubuntu with Gnome, Fedora KDE), to test drive them all. They can all happily live next to each other in separate partitions. Just make sure you create a /boot partition (this holds the bootloader for all OSes), and then 3 large ones to put the / (root) partitions of each distro (these will hold the actual OS for each).

  • Shareni@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    4 months ago

    It’s not clear what device you want to install Linux on.

    If it’s an apple arm you’re pretty much limited to what Asahi is doing (Fedora now afaik).

    If it’s a regular amd64, I’d suggest something more stable like MX, Mint, Suse leap, etc. You can use an alternative package manager to keep what you need fresh, but your base system won’t change for years.

    I’d maybe suggest starting first with nix and home-manager while you’re still on macos. Do note that I haven’t used it on mac, but the idea is for it to be cross platform. You can start adding your packages to the list, and have everything you need immediately when you start using Linux. That’s going to be your best option for programming, but it’s more difficult. This should help you out to get started

    As for gaming, I wouldn’t have high hopes on arm. You can use lutris to run windows games for example, but if your device also needs to emulate a different CPU architecture, it wont be happy. Docker had serious performance issues before they introduced arm base images.

  • lemmyreader@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    After not touching my desktop for several months, I now see that I absolutely hate Windows even more.

    Welcome to the club :-)

    Currently, I’m a student in Mathematics and Computer Science.

    In that case I would certainly toy (but maybe not daily drive) with Nix or NixOS. Its concept is stunning. For daily driving Linux it depends on your hardware (x86 or arm). Debian is rock solid as daily driver on x86. If you need some newer software you can use Flatpak or the Nix package manager, or use distrobox or toolbox though beware of its drawbacks. Another good choice is Arch Linux. Since a while the install iso comes with an installer so that you no longer have to read documentation. The Arch Linux wiki is very often a superb source of information. But depending on your hardware there’s Asahi Linux : https://asahilinux.org

  • ShittyBeatlesFCPres@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    I would say that you should check out Fedora as your first distro. Gnome is more like Mac than KDE (which is also great). Fedora is also built off Red Hat Enterprise Linux so it’ll will prepare you for server environments and your future career. You can learn bits of both at once.

    I think it benefited my career to go in that direction. I (like everyone) distro-hopped and went through a phase where I customized everything and installed a new distro every few months. But if you learn the ins and outs of Fedora you’ll be well-positioned to manage RHEL and related servers. Debian is also a good choice for that, at least in the U.S.

    And there’s nothing wrong with developing on a Mac while you use Linux for server stuff. Server level code will probably run on Linux but I found that using a Mac helped me when building front-end code because macOS devs tend to be design-forward. And don’t forget that you’re building something for other people. I barely use Windows but I try to revisit it every so often to see how the other half lives.

    • dallen@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      4 months ago

      After getting used to the vanilla Gnome flow, at home and at work, even MacOS starts to feel a bit clunky.

      Love the minimalism of Gnome with the stability of Debian.

  • LeFantome@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    It matters a lot if it is Apple silicon or Intel. If Apple, you want Asahi Linux for sure.

    On Intel, you have a tonne of options. Pick the desktop environment you like and pick the distro after that. GNOME, KDE, and Cinnamon are your realistic DE choices.

    COSMIC is looking really great but it is not quite ready.

    I would personally stay away from both Ubuntu and Manjaro but most other choices are fine based on your preferences. Linux Mint is probably the best choice if you like Cinnamon.

    I like EndeavourOS myself.