this post was submitted on 29 Dec 2024
151 points (98.1% liked)
Linux
48866 readers
778 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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!