Hello everyone

You probably heard and answered this a hundred times already but I’m a bit overwhelmed by everything when I start searching by myself online. Even more so when I’m not fully sure what I’m even looking for.

I want to switch to Linux but I don’t really know where to start and also I’m a bit scared to abandon Windows which I have been using for 20+ years now. Could you recommend me sources for absolute beginners (English or German) and/or give me tips and pointers?

Edit:

Thank you all for your help!

I got it working with a dual-boot from a USB and it’s way easier than I feared. Next step is to get an external drive and get serious.

  • @dustyData
    link
    English
    413 hours ago

    For a total beginner, I’m gonna spell it out for you out of the gate. Linux has never been the hard part of linux. The biggest hurdle of linux—the one thing beginners waste the most time on, old timers always insist you should learn, and won’t actually give you much value in return—is package management. Package management is an unnecessary but unavoidable part of traditional linux usage. For everything else, linux just works more or less the way almost all other computing devices commonly behave. Better in some regards, different in others, but always sensible and familiar.

    Now, there’s a way to bypass this hurdle and just go straight to the fun part of using your computer. Use an immutable distro. I recommend Aurora as a good general purpose OS. But anything from the universal blue project is good. Bluefin for a different style of desktop environment, Bazzite for gaming. There are some nags here and there, and you can learn about the whole terminal commands and package management over time at your own pace, or maybe not at all, but you’ll always have a functioning system. Software is installed from an online store via containers. There’s little to no management as your data is always separate from the OS.

    If you’ve ever used an android phone, then you’ve already used an immutable system. This is just better and more open for the desktop and laptops over Linux. But they’re the same principles. Let the experts cook and you focus on using your computer.

    • @[email protected]
      link
      fedilink
      English
      110 hours ago

      Linux has never been the hard part of linux. The biggest hurdle of linux

      Is storage, especially when migrating / dual booting from Windows.

      There’s absolutely exoteric stuff in there that you will need to run once and then never again, so this knowledge will be lost for years, until you need it back.

      Especially if you want to keep your old data.

      • @dustyData
        link
        English
        28 hours ago

        dual booting from Windows

        Well, you see, that right there is your main problem. Today dual booting with Windows is highly discouraged. Windows is simply not meant for that and will actively fight you the whole time. Dual booting several Linux distros, on the other hand, simply trivial.

        Now, if your data was a disaster on Windows (all dispersed across C:, no backups, not organized) then there’s nothing linux can do about that for you. But, linux does offer other cool storage options like btrfs which permits deduplication, snapshots, automated backups, and other features out of the box.