this post was submitted on 06 May 2025
99 points (97.1% liked)

Linux

53944 readers
1077 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 29 points 22 hours ago* (last edited 22 hours ago) (3 children)

Mastering the command line? A few observations. First, consult and take notes (yes, even seasoned terminal veterans forget syntax.) Secondly, embrace tab completion. It’s your friend, and a surprisingly effective substitute for remembering every single command. Third, the true test: procure a VPS or remote server and exclusively use the command line. No GUI crutches allowed. It’s a digital wilderness, and you'll learn to navigate it.

Lastly, and this is non-negotiable: keep a terminal window permanently resident on your desktop. Consider it a vital organ, deserving of its space. It’s a constant reminder of the power you wield, and a readily available portal to a world beyond the pretty buttons.

[–] [email protected] 2 points 7 hours ago

On that front: to developers-

Please make sure you include bash completions for your tools

[–] [email protected] 3 points 10 hours ago

Hehe, I'm doing this all the time now ! 3 years ago when I started my linux/self-hosted server journey with debian: CLI only !

Was difficult at times and had a few breakdowns (most got fixed the next day... Sleep/taking some time off really helps !!!)

One thing I'm still bad at... Is taking notes. Haven't found a good way take IT notes. And I tried sooo many different approaches...

[–] [email protected] 2 points 22 hours ago

I upvoted this comment multiple times while reading.