this post was submitted on 12 Sep 2023
20 points (88.5% liked)
Linux
48006 readers
1008 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
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
view the rest of the comments
Actually, they aren't many features, and that's one of the main drawbacks. Clear Linux isn't really meant for a general-purpose daily-driver (of course, nothing actually preventing you from doing so, like most Linuxes). It's mainly aimed at DevOps stuff, AI development, cloud computing, container usage etc.
Speed is it's main selling point, but it's speed mainly comes from it's default packages compiled with extensions such as AVX512 and applying other Intel-processor optimisations. Which means third-party applications won't get that much of a benefit. It wins synthetic benchmarks and overall the OS feels snappy, but you can get that snappy feel by using a custom kernel like Xanmod on your existing distro.
And here's the main catch - the package manager sucks, and there's very few packages in the default repos. You need to compile a lot of stuff, like codecs, if you want to use it as a daily driver. It does have Flatpak, but again, if you use Flatpak packages then you'd be missing out on all the optimisations.
I guess if microarch optimization is it's main selling point, we can go with Gentoo instead.
While it does requires tech knowledge, if one looks for such optimization, chances are they're tech savy enough.