What Should I Focus on Next in Learning Linux?

0
4
Asked By CuriousCat42 On

Hey everyone! I'm a total newbie and need some guidance on my Linux journey. I've dabbled a bit, and now I'm unsure about what to tackle next or how much I've actually learned. Here's what I've done so far:

1) I'm currently using Ubuntu and learning how to navigate a distro.
2) I've played around with basic command lines:
- 'ls'
- 'man'
- 'cd' and 'pwd'
- 'mkdir' (I created some nested directories and files)
- 'rm', 'rmdir', and 'rm -r'
- 'mv' and 'cp'
- 'touch' (to create files)
3) I've learned about GDM and KDE.
4) I've explored distro applets.
5) Used MobaXterm.
6) Tried out Vim and Nano editors.
7) I have a command handbook called "The Linux Commands Handbook" by Flavio Copes.

I feel kind of stuck and overwhelmed. What should I focus on next to get more comfortable and capable? Any help would be greatly appreciated!

3 Answers

Answered By LinuxLearner99 On

It sounds like you're off to a great start! One thing to focus on next is practicing those commands. Try setting up small projects for yourself, like a mini file server using Samba or creating scripts to automate tasks. Also, learning about file permissions and how to manage users can really deepen your understanding of Linux. Don't rush it; master the basics before diving into more advanced stuff.

TechExplorer77 -

That's good advice! I started with small projects too. You'll learn a lot by just trying things out. Plus, there are endless tutorials online that explain various projects step by step.

Answered By GuideGiver On

Check out this guide I made with over 150 Linux commands and exercises. It’s a great resource to expand your knowledge and practice. You can find it here: [https://aahchouch.cc/l/LinuxGuideCmds](https://aahchouch.cc/l/LinuxGuideCmds). Hope it helps you figure out your next steps!

Answered By CommandCrafter On

Honestly, there's no endpoint to learning Linux; it’s a continuous journey. After 18 years, I still learn new things! Focus on getting comfortable with the command line and try to follow along with tutorials or courses. Maybe look into using Git for version control, or try setting up a web server. The best way to learn is by doing, so dive in!

NewbieNoMore -

I get that! It's reassuring to know there's no rush. I just want to feel capable enough to try some practical exercises. I’ll look into web servers and Git.

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.