I'm totally new to Linux and I've just installed Debian. I'm eager to dive into it and understand how it works, but I don't want to turn this into a professional endeavor. My goal is to learn enough to set up a stable system for home use, like browsing the internet, some gaming, music production, and running a VM for CAD/CAM projects. What resources do you recommend for learning the ins and outs of Linux?
5 Answers
Using Linux as your main OS is an awesome way to learn, just be prepared for some challenges! If you're looking for distros, I'd recommend:
- **Arch Linux** if you want to dive deep and learn a lot (it’s tough but educational).
- **Debian** for a smoother installation experience.
- **Linux Mint** if you want something that feels more like Windows or macOS, as it’s user-friendly and works right off the bat.
A simple tip: type `man man` in your terminal. It might seem like a tough journey, but familiarizing yourself with the command line will greatly enhance your understanding of how Linux operates.
The Arch Wiki is an invaluable resource, even if you're not using Arch! It has extensive documentation that can help you understand various Linux concepts. Don't underestimate it just because you picked Debian.
For a structured learning path, take a look at the [Linux Foundation’s training page](https://training.linuxfoundation.org/). It can help you figure out the order of topics to cover, making your learning more efficient.
Check out this YouTube video called ["Useful Resources Every New Linux User Needs" by Brodie Robertson](https://youtu.be/jxhMA0G2_MA?si=WrSfapay5Kr_IqLF). He shares some great wikis and channels. I also recommend Michael Horn and Michael Tunnell on YouTube. They provide a ton of helpful content for newbies.
Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux