this post was submitted on 28 Sep 2023
655 points (98.7% liked)

Linux

47361 readers
1057 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] nyan@lemmy.cafe 81 points 11 months ago (2 children)

Y'know what's worse? When there's no dot. Worse than that, it's an undotted directory used to store a single config file. Ugh, unpleasant memories. 😒

[–] pivot_root@lemmy.world 38 points 11 months ago (2 children)

~/go is one of my major pet peeves.

[–] joyjoy@lemm.ee 24 points 11 months ago (1 children)

That's not the only folder go creates. There's also ~/sdks/go1.xy

[–] pivot_root@lemmy.world 2 points 11 months ago

Oh god, what? Is that new? Aside from the plethora of shit that are dotfiles living in ~ instead of under ~/.config, the only outlier I have at the moment is ~/go.

[–] andrew@lemmy.stuart.fun 8 points 11 months ago (1 children)

That's just the default location for what it's worth. You can move GOPATH wherever you want.

[–] Badland9085@lemm.ee 15 points 11 months ago

Doesn’t mean the defaults shouldn’t be sane

[–] Chobbes@lemmy.world 6 points 11 months ago

There's a version control system called darcs that stores its configuration files in a _darcs/ directory in your project and it wounds my soul.