favicon here hometagsblogmicrobio cvtech cvgpg keys

How should you choose a distro?

#linux #technology #workflow

Soc Virnyl Estela | 2023-05-12 | reading time: ~6min

Ever thought of what linux distribution to choose? You are not alone.

Linux (or GNU/Linux for the pedant šŸ˜›) has at least hundreds of different existing distributions. This gives users many distributions to choose from and the freedom to use their distribution of choice. This includes the popular distros such as Fedora, Ubuntu, openSUSE, and Linux Mint and the most obscure such as Carbs Linux, Clear Linux, and some Arch derivative you never heard of before.

However, this can also be confusing to newcomers (or even old users) alike because your distro of choice can really matter when it comes to community support, maintenance, and also the life of the distribution before it f itself out of existence. This means that choosing the wrong distribution can result to unintended consequences for you as a user for areas in e.g. security, community, and support.

This nearly happened with Solus btw. The two posts summarizes what happened:

Good thing it's back šŸ˜„. I don't use Solus though. But what can we learn from this btw as a user? And how does this affect our decision to choose a distribution? Is choosing a distribution really matter?

Unfortunately, the short answer is yes. You can skip btw but if you want to read more I have some important points to take why this is so.

Your distribution of choice really matters§

It's painfully obvious that your distro of choice really matters. There are many factors to consider when choosing a distro. Choosing the "right" distro for you is very subjective but here are the factors you really need to consider:

Documentation and Wiki§

Why is this first mentioned than the other sections? Because good documentation and a wiki can help both old and new users to hop over a distro. Badly written or no documentation at all can be a reason why certain distros will never have any new users at all. Beginner-friendly distros are "beginner friendly" for a reason. That's because they have good documentation on how to install, use, and maintain their system. Even hard-core "do it yourself" distros such as Arch or Gentoo are popular because they have an informative Wiki where anyone can contribute or improve existing information.

A special mention for FreeBSD, as it is one of my favorite non-linux distribution with great documentation and manual. Easy to understand and grasp. Sadly, I really cannot daily drive it because some software work only on Linux. I do hope you try it out!

Community§

What makes a Linux (or a BSD) distribution stay alive for years and years? What keeps it afloat? And what keeps it thriving still in the future?

It's actually the community behind your favorite distribution.

Growing interest and usage of a distribution helps maintain motivation from both project contributors and community members. However, incentives are actually needed to keep both the distribution and community thriving. This is shown to be true to most corporate and community backed distributions such as Fedora (from RHEL), and openSUSE (from SUSE). With no incentives such as funding and through donations, it is really hard for a community to stay alive, and again, this nearly happened to Solus.

This is important as well in choosing your distribution because you are given the assurance to stick to that distribution without worrying that it will someday become a dead project and a dead community.

Software Availability§

This is very self-explanatory really. Your distribution of choice may not have the software you use when you were in another distribution. This can be fixed by helping contribute to the distribution itself by volunteering to package the software you usually use. I don't think there should be an issue about that but it is up to you if you have the time to do that. No one is forcing you to contribute. The idea of giving back should be encouraged though.

Fortunately, packaging formats such as flatpak and snap bridge the issues with software availability. I definitely recommend flatpak over snaps though as flatpaks are truly platform-agnostic unlike Canonical's snap 🤮. No to AppImage, I will write a blog about that soon.

Longevity§

How long does a distribution last? New distributions are born nearly every year or so but the question remains. What keeps a distribution's existence last for decades?

The answer is very simple. Time and money. Unfortunately, free software is not actually free as you would like it to be. Contributors and project maintainers alike need some form of incentive for them to keep a project alive. *They gotta eat and sleep too you know...

Small time distributions rarely last a year or two before they become dead (insert another Arch-derivative meme here). These kinds of distros rarely last because there are no incentives and additionally, they are usually hobby projects or projects that only focus on a niche.

Corporate-backed and community-backed distros are on the clear because they have the means and incentives to do so. It is also why I always recommend distributions such as Fedora or openSUSE.

Conclusion§

Choosing a Linux distribution can be confusing. Sometimes joining the popular is the safest option to take. Other times, you just want to try obscure distros just to be different. To be honest, preference is preference. Whether you like pineapple on pizza or not, it is up to you to choose a distro. However, ignoring the factors I mentioned to choose a distribution that you want to use daily can affect your productivity and time. If you really want to try out a distribution and test it out, I suggest run it inside a container or virtual machine. Explore and hop around until the shoe fits šŸ˜€.

Articles from blogs I follow around the net

Cloudflare bankrolls fascists

US politics has been pretty fascist lately. The state is filling up concentration camps, engaging in mass state violence against people on the basis of racialized traits, deporting them to random countries without any respect for habeas corpus, exerting st…

via Drew DeVault's blogSeptember 24, 2025

Baseline 2024 newly available - text-wrap: pretty

I was trying out text-wrap: pretty on my website. It didn’t appear to do anything. Is it a bug?

via Rob O'Leary | BlogSeptember 22, 2025

Cooking with glasses

I’ve been thinking the new Meta Ray-Ban augmented reality glasses. Not because they failed onstage, which they absolutely did. Or that shortly after they received rave reviews from Victoria Song at The Verge and MKBHD, two of the most influential tech revi…

via macwright.comSeptember 21, 2025

Are You Under the Influence? The Tail That Wags The Dog

It is tempting and forgivable to believe that we’re in control of our social media experiences. After all, we write what we want in our bio, select our avatars, and even come up with our own handles. We decide who we follow, what we post, and which recomme…

via Dhole MomentsSeptember 17, 2025

Package Managers are Evil

n.b. This is a written version of a dialogue from a YouTube video: 2 Language Creators vs 2 Idiots | The Standup Package managers (for programming languages) are evil1. To start, I need to make a few distinctions between concepts a lot of programmers mix u…

via Articles on gingerBillSeptember 08, 2025

Podcast: Netstack.fm, story of Rust's networking with hyper

Last week I was a guest on the Netstack podcast. We talked abit about how I got into Rust, how async Rust developed, and the story behind hyper and its surrounding ecoystem. We started (and ended) with my goal of better software: On your about page, y…

via seanmonstarSeptember 02, 2025

i'm bored, so here's a useless 0day

i either want my US$2.5k professional-grade device backdoored or not at all

via maia blogAugust 20, 2025

Status update, August 2025

Hi! This month I’ve spent quite some time working on vali, a C library and code generator for the Varlink IPC protocol. It was formerly named ā€œvarlinkgenā€, but the new name is shorter and more accurate (the library can be used without the code generator). …

via emersionAugust 16, 2025

PRs taking too long to be reviewed

Introduction I think there's something every developer working in an environment where PR must be reviewed has experienced: PRs taking too long to be reviewed. Every company has its own process for assigning reviews and setting the amount of minimum…

via Christian Visintin BlogAugust 14, 2025

The PoC Pollution Problem: How AI-Generated Exploits Are Poisoning Detection Engineering

As detection engineers, we live and breathe the cycle of vulnerability disclosure, proof-of-concept (PoC) analysis, and signature development. When CVE-2024-XXXXX drops on a Tuesday morning, we’re already pulling GitHub repositories, scanning blog posts, a…

via GreyNoise LabsJuly 30, 2025

Testing multiple versions of Python in parallel

Daniel Roy Greenfeld wrote about how to test your code for multiple versions of Python using `uv`. I follow up with a small improvement to the Makefile.

via Technically PersonalJuly 21, 2025

LLDB's TypeSystems Part 2: PDB

In my previous post, I described implementing PDB parsing as a can of worms. That might have been a bit of an understatement. PDB has been one "oh, it's gonna be twice as much work as I thought" after another. Implementing it has revealed many of the same …

via Cracking the ShellJuly 07, 2025

Contra Ptacek's Terrible Article On AI

A few days ago, I was presented with an article titled ā€œMy AI Skeptic Friends Are All Nutsā€ by Thomas Ptacek. I thought it was not very good, and didn't give it a second thought. To quote the formidable Baldur Bjarnason: ā€œI don’t recommend reading it, but…

via LudicityJune 19, 2025

Generative AI will probably make blogs better

Generative AI will probably make blogs better. Have you ever searched for something on Google and found the first one, two, or three blog posts to be utter nonsense? That's because these blog posts have been optimized not for human consumption, but rather …

via pcloadletterMay 30, 2025

#Rx Writing Challenge 2025

This is a short reflection on my experience of the recent writing challenge I took part in. Over the past two weeks, I have participated in the #RxWritingChallenge 1—a daily, 30-minute writing group starting at 9 AM every morning. Surrounded by fellow doct…

via Ul-lingaApril 05, 2025

My coffee workflow

My coffee workflow by Clement Delafargue on April 1, 2025 Tagged as: coffee, espresso, flair58, v60. It is my first April cools’ and I guess I could start by talking about coffee. If you’ve seen me in person, it won’t be a surprise, I guess. This po…

via ClƩment Delafargue - RSS feedApril 01, 2025

Simple Web Augmented Generation

A guide to building a simple web application using augmented generation.

via Ishan WritesMarch 10, 2025

Backup Yubikey Strategy

After a local security meetup where I presented about Webauthn, I had a really interesting chat with a member about a possible Yubikey management strategy. Normally when you purchase a yubikey it's recommended that you buy two of them - one primary and one…

via Firstyear's blog-a-logFebruary 28, 2025

Generated by openring-rs

favicon here hometagsblogmicrobio cvtech cvgpg keys