I am a Linux beginner/amateur and I have sort of had enough of copy and pasting commands I find on the internet without having a good understanding of how they actually work.
I guess my end goal is to be able to comfortably install and use arch Linux with my own customization’s and be able to fix it when things go wrong.
What tips/ideas do you have for getting better at navigating the terminal, and getting a better understanding of how the os works. What is a good roadmap to follow? And how did you, advanced Linux user, get to the stage your at now?
Edit: my current distro is bazzite just in case you were interested and thanks for all the replies you are all really helpful.
Work at the tip of your “paygrade” and try to make immersion as fun as possible. Maybe consider using a different disk for Linux, since mistakes are the best way to learn. (Don’t reinstall just because something broke).
Here are some fantastic ways to make mistakes:
yt-dlp
? Perhaps make a shell script for something? Maybe search the AUR for something cool to try out (underrated function of the AUR: test-driving!). With a terminal, who needs file explorer?journalctl
ordmesg
or--verbose
or whatever)? This is a skill you don’t lose – and we’ll be happy to answer a good question.Of course all of this depends on where you are (the tip of your paygrade). For pasting commands specifically, as you said… do 'em one at a time – and understand each one.
Like, what is piping
|
? Why isxargs
after it? Why can one stopping
withCTRL+C
? What doesman curl
say about this weirdcurl
command? How does one even read a manpage well, anyway (and iscurl cheat.sh/SOME_COMMAND
better)? Why is there so muchgpg
?And at the end of the day… remember how fun this shit is. The engine is open; we’re allowed to look inside. Woohoo!