Skip Navigation

Hello, I’m going to be getting a new computer soon and have thought about linux. Questions inside

With the new computer and the newer Microsoft Windows updates they have really jam packed their OS with bloat and spyware. That being said I have no idea what I’m doing with Linux, need help with where to start.? What are some general tips? I understand there’s a lot of prebuilt Linux distributions or something what are some first timer friendly ones? Really any help is appreciated because the biggest barrier to entry is the perceived difficulty of actually doing it.

63 comments
  • I'd say install virtualbox on your windows, download a few isos and check them out; once you've made your mind on which one seems a decent one (don't worry too much: it's not like you can't change distro later on) and have found out replacements for all the apps you use (well, some of them will have a linux version too) save your windows data somewhere, format and reinstall.

    I'd say to stay away from dual booting if you can: honestly, it's a pain. Ah, check that your hardware works well on linux before switching!

  • I started with Ubuntu because it’s so widely covered in tutorials/guides and troubleshooting docs. I want to branch out and try other distros, but I have had no reason to stop using Ubuntu. I use 22.04 on my daily driver and Ubuntu server for my home servers.

  • I have been daily driving Linux for a couple years now after finally jumping ship on Windows. Here are a few of my thoughts:

    • it is important to make the distinction between the distro and the desktop environment, which is a big part of how the UI will look and feel. Many of these DEs such as KDE Plasma, XFCE, and GNOME will be common across many distros. I might do some research on which DE you like the look of. I personally have used KDE the most and that is what I prefer, but all of them are valid options.
    • Coming from Windows, I would go into this with the mindset that you are learning a new skill. Depending on how advanced you are with windows, you will find that some things in Linux are simply done differently to how they are in Windows, and you will get used to them over time. Understanding how the file system works with mounting points rather than drive letters was probably a big one for me, but now that I have a grasp of it, it makes total sense to me and I really like it.
    • It will also be learning a skill in terms of occasionally debugging problems. As much as I would like to report that I've never had a problem, I have occasionally run into things which required a bit of setup at first or didn't "just work" right out of the box. I know that probably sounds scary, but it really isn't with the right mindset, and there are tons of resources online and people willing to help.
  • My best tip is not to worry too much about distro. I like mint, but it's not too different from PopOS or ubuntu. They're just some nice starting points.

    If you look at a few and like how they look or feel, you should know the majority of that is the desktop environment not the distro. Meaning you can change it out without re-installing or losing all your apps.

    If you like linux mint with cinimon, but want to try out xfce, then just go into the app centre, search 'xfce', install it, log out, select xfce, and log in. Nothing is lost and you can go back at any point in time. Same with plasma, gnome, lxqt, etc. (PopOS uses Gnome with the pop shell).

    Only negative suggestion would be to avoid arch based distros for the time being. They assume a bit more knowlage and break much more often. I use EndeavorOS but I understand that life isn't for everyone

  • Start with something designed around a graphical interface, pretty much anything based on Ubuntu will do this (Linux Mint, Zorin, Pop!_OS, etc).

    If you use Nvidia Pop!_OS has an ISO file with Nvidia drivers already installed. It isn't hard to get Nvidia drivers on other distros but the more done for you the better.

  • I'm a fan of the "just dive in" approach. You may encounter issues, but researching the solutions is where you really begin to learn. I personally like Fedora, but any of the other distros mentioned are also great choices. The great thing, if you don't like it there's tons off other options to try.

  • Package manager is your friend. Learn "whom is whom" in Linux (alsa = your sound "driver", for instance) and how to fully customize your Linux installation are what I'd call as "The Holy Trinity" of Linux. Know those, and you can call yourself a penguin.

63 comments