this post was submitted on 06 May 2025
110 points (96.6% liked)

Linux

53981 readers
1056 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] 10 points 2 days ago* (last edited 2 days ago) (2 children)

To things that helps no mater your skill level the tab key is your best friend and man pages are great but if those are overwhelming install the package tldr then you can use the command tldr and the command you are trying to run to give you helpful examples of how to use that command.

Also old users don't remember long commands if we use a command more than once. You save it to your bash alias file to create your own commands.

[–] [email protected] 1 points 1 day ago

Also old users don't remember long commands if we use a command more than once. You save it to your bash alias file to create your own commands.

A good example for this is docker compose -f when you work alot if compose files ! Having an alias for docker compose -f as dcf saves hours a month xD

[–] [email protected] 3 points 2 days ago

tldr is great, sometimes you can't remember the exact syntax for a certain command and just need a quick reminder as well.