this post was submitted on 13 Jun 2022
9 points (100.0% liked)

Linux

48083 readers
674 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
top 5 comments
sorted by: hot top controversial new old
[–] ColorIsh@feddit.it 10 points 2 years ago* (last edited 2 years ago)

Everything is bloat until you need it. Trying to have a light system is alright and I'd say good, but being obsessed by it like this is... meh

[–] hdzki@lemmy.ml 6 points 2 years ago (2 children)

The tty isn't practical for anyone using a language with non-latin characters. AFAik it doesn't support unicode stuff like CJK languages or RTL/bidirectional text

[–] mieum@lemmy.ml 4 points 2 years ago

This! It is possible to achieve it through framebuffers I believe, but it is much easier to just work in a terminal emulator >_<

[–] FuckBigTech347@lemmygrad.ml 1 points 2 years ago

The framebuffer console does actually support UTF-8 if your locale is set up correctly (source: I just switched to my TTY and tried it). Not sure about right to left/bidirectional though.

[–] whoami@lemmygrad.ml 1 points 2 years ago

I tried doing everything in the tty years ago. It was fun learning experience, but I'm not really sure that I would like to do it all the time.