I recently made the switch from Windows to Manjaro, and I'm a complete beginner. I'm looking for resources to help me understand the basics of Arch and how to effectively use Manjaro. Are there any recommended books, YouTube channels, or websites that could help me out?
4 Answers
To dive into the terminal, you can start by typing `man man` or `man intro` to learn about the bash shell. While it's optional to know all the commands with modern desktop environments, it’s really essential if you want to explore deeper into system workings. A solid overall resource is 'The Linux and Unix System Administration Handbook', which covers a lot but may have more info than you need right now.
Make sure to check if Manjaro has its own documentation—that's a good starting point. If not, the Arch Wiki is invaluable, although it can be a bit overwhelming for newcomers.
The best way to learn is by actually using Manjaro. Whenever you run into a question, check the documentation—it’s super helpful! There are some video tutorials out there too, but reading the docs as you go is how I picked things up pretty quickly.
Here are some great resources to get you started:
1. [Linux Journey](https://labex.io/linuxjourney)
2. [Linux Command](http://linuxcommand.org/)
3. [Linux Survival](https://linuxsurvival.com/linux-tutorial-introduction/)
4. [Using the Terminal Guide](https://help.ubuntu.com/community/UsingTheTerminal)
5. [Ryan's Linux Tutorials](https://ryanstutorials.net/linuxtutorial/)
These should help you get a solid footing in Linux basics!

Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux