How Can I Get Started with Manjaro as a Beginner?

0
6
Asked By CuriousCat99 On

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

Answered By BashNinja23 On

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.

Answered By LearningLinux78 On

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.

Answered By TechExplorer42 On

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.

Answered By ResourceGuru11 On

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.