view the rest of the comments
Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
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.
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.
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.