Skip to content

What's Linux?

Linux is the kernel that powers several different operating systems. GNU is a major component as it provides most of the core tools surrounding the kernel that allow it to work. Together with systemd, the most common first process that runs on most Linux distributions to manages services, you have a whole array of operating systems colloquially referred to as "Linux."

References for Newcomers

So Many Choices, Where to Start?

The best part of Linux is diversity. The worst part of Linux is diversity. :-) Here are a few recommendations.

Easy, but opinionated:

  • Ubuntu - if you know nothing, this is probably the easiest place to start
  • Fedora - if you like semi-bleeding edge, but still well-tested
  • Debian - if you prefer stability, Debian is hard to beat

Minimal, but some expertise required:

  • Arch - bleeding edge software, systemd-based
  • Void - bleeding edge software, runit-based
  • Gentoo - for experts who want everthing compiled from source
  • NixOS - a declarative approach to OS configuration
  • Alpine - super small footprint

Impractical, but educational: