this post was submitted on 03 Nov 2025
89 points (100.0% liked)

Linux

59359 readers
415 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
all 11 comments
sorted by: hot top controversial new old
[–] FauxLiving@lemmy.world 33 points 1 day ago (1 children)

I do the typical Arch troubleshooting, wait a few hours and then yay -Syu and pray they’ve released a patch.

[–] Admetus@sopuli.xyz 6 points 13 hours ago

Reminds me of an alias error in building a package on AUR. By 1am I was done looking for solutions. In the morning, lo and behold, an AUR update revealed a new package released at 3am prior to fix the alias error.

[–] Ulrich@feddit.org 0 points 1 day ago (2 children)
  1. Web search it
  2. Read a bunch of technical gibberish and terminal commands
  3. Type them in
  4. Some kind of generic error
  5. Go back to using my Mac
[–] Luccus@feddit.org 9 points 6 hours ago (1 children)

I once had a problem with an ASUS notebook. I think it was the touchpad. So I looked in dmesg and found something like:

“HID something something was configured with flag 1. If this is incorrect, try the command blah blah flag=0.”

Ran the command and it was fixed.

I've never seen such a beautiful error in Windows. And I really lost my respect when I tried to calibrate an external screen on a Mac because that felt like Linux from 2016.

[–] Ulrich@feddit.org 3 points 2 hours ago (1 children)

Yeah that's great if you know what dmesg is and how to use it.

[–] mononoke@lemmy.sdf.org 2 points 1 hour ago (1 children)

No one knew how to use computers at all until they learned. GUIs do not mean anything until you learn them, too.

[–] Ulrich@feddit.org 1 points 26 minutes ago* (last edited 20 minutes ago)

Not true at all. Anyone can simply click and scroll around a GUI to find what they need. The terminal is a literal black box that can't do anything unless you know explicitly and exactly what to tell it.