Table of Contents

A Look Inside Linux series

A series of short (~5 minutes) topics on how Linux works and how to make it work the way you want it to, which I present during the weekly sessions of the Linux User Net. The target audience is Hams who are new to Linux and want to know more about it, as well as experienced Linux users who can learn more about their chosen operating system. These are my notes for the presentations. (Russ, KC7MM)

3. Distro details

Part 1 of 2 (Jan. 24, 2022)

Introduction

Linux gives you the capability of building a computer that does exactly what you want it to do. There are a number of ways to go about it.

Building your system

The big question: how do you go about building a Linux box for your own needs?. Let's say, for example, you want to set up a desktop system that you can customize for your daily Ham activities. Or perhaps you'd like to have your own wiki (think of Wikipedia) that you can use to document your Amateur Radio activity, and you want to run it on a server on your LAN so it can be accessed from both your shack computer and your smartphone.

Linux gives you a number of ways to do it, in the form of distributions. You can install one of the many Linux distributions, then set it up to suit your needs. When you're done, you will have your computer that satisfies your needs.

Today, we'll look at how to find the right distribution for your situation.

Probably the first place to look for a suitable system is the most popular Linux distributions. Being Free software, they're popular because people find them useful, not because they have a monopoly. Let's look at a few distros that are chosen by many users. If one of these meets your needs, then you have only to install it and you'll be ready to go.

Distribution families

Before we get into details, though, it's important to note that the great majority of available distros are derived from other distros, not created from scratch. Building and maintaining a distribution from the ground up is a huge task, requiring a lot of work by a lot of developers.

It's much easier to start with an existing distro and modify it to suit one's particular purpose – that is, to fork it. This can be done by a single person or a small group. Thus we end users have available to us families of distributions, each developed atop a single base distro.

Let's look at three of those families.

Debian family

The Debian distribution is one of the oldest, and certainly has the largest number of derivative distros. I don't have any statistics I can cite, but I believe a large majority of Linux desktop users are running either Debian or a distro based on it. Debian has has a huge presence in the Linux world, so I'll give it thorough coverage.

Debian itself is widely used both for desktop and server systems. It's not the easiest distro to get running, though – installing it requires some Linux system administration skills.

Ubuntu

Linux Mint

A community-developed desktop distro that aims for ease of installation and use.

MX Linux

MX Linux is a very popular community-developed Debian derivative that provides a desktop system that runs well on modest hardware.

Raspberry Pi OS

The Raspberry Pi is a single board computer (SBC) that has found many uses in Amateur Radio.

More to come

That's all for Debian – and for this look at Linux. Next time we'll cover other popular distros, and then move on to other ways that Linux users can get the computer system they want.

Return to series index