What are some tips for learning Linux as a beginner?

0
9
Asked By TechieTurtle92 On

I'm new to Linux, specifically using Arch Linux, and I want to get better at it. This is my first time using Linux and I'm about 20 hours into my learning journey. I'm asking for advice or tips from experienced users that could have helped them when they were starting out.

I started this journey for fun after getting inspired by interesting setups I've seen, like those from unixporn. My long-term goal is to get into cybersecurity in the future. Currently, I'm learning by using AI to help me with tasks using the commands I know. When I need to learn a new command, I ask for its usage and definition. I'm also creating a cheat sheet of all the commands I've learned so I can refer back to it without needing to ask each time. I prefer to explore and learn through building things rather than it feeling like a job. Any advice would be greatly appreciated!

4 Answers

Answered By BashfulCoder87 On

Starting with small projects is a great idea! For instance, you could write a bash script that cleans up your Downloads folder and set it up as a weekly cron job. It’ll give you practical experience and also keep your system tidy.

Answered By LinuxLover88 On

Instead of just following commands, try to type them out yourself. It reinforces learning! Be curious about why certain flags are used and explore tools like grep. Understanding concepts like the differences between X11 and Wayland can deepen your knowledge.

Answered By CommandLineNinja On

If you're focused on using the terminal, I'd suggest understanding the core concepts rather than memorizing each command. Learn about changing directories, creating and deleting files, and permissions. Once you know what actions are possible, you can look up the exact commands as needed. Also, make cheat sheets based on your personal learning style; they'll be more useful!

Answered By BackupGuru42 On

Don't forget to back up your important data regularly! Also, practicing in a virtual machine can make experimenting safer. Before hitting 'Enter' on a command, make sure you understand what it does.

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.