this post was submitted on 11 Nov 2025
44 points (95.8% liked)

Linux

62811 readers
161 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
 

What if you used a late 80s Unix system for your job or university, but still wanted a nice and pretty GUI to use? Well then, let’s discover a nice selection of window managers and graphical user interfaces that will make your boring installation look awesome!

top 4 comments
sorted by: hot top controversial new old
[–] lime@feddit.nu 13 points 3 months ago (2 children)
[–] blisscast@lemmy.world 3 points 3 months ago

Thank you so much! EmeraldDM8, the one who built the UI, thanks you a lot as well.

[–] LeFantome@programming.dev 3 points 3 months ago

Yes, it is gorgeous

[–] AllNewTypeFace@leminal.space 4 points 3 months ago

X11 was nifty, but limited by low ambitions. Its client/server model was simple: the application ran entirely on the UNIX host, and the terminal was just a dumb graphical display device: drawing commands went one way, and key/mouse events the other way. If only Sun had seen fit to open up NeWS, we could have ended up with apps’ UI layer running on the terminal, handling events and showing the interface, and the communication down the bottleneck between your terminal and the big UNIX machine running the business logic of the app being more structured (like, say, view-model objects and business-logic events). Of course, you’d have to write your UI code in PostScript, at least until someone invented Lua or something.