this post was submitted on 31 Mar 2026
152 points (96.9% liked)

Linux

65058 readers
214 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 7 years ago
MODERATORS
 

If you have been using Linux for +10 years, what are you using now?

Been using Linux for over a decade, and last few years Ubuntu (on desktops/laptops), plus Debian on servers, but been looking to switch to something less "Canonical"-y for a long time (since the Amazon search fiasco, pretty much).

Appreciate recommendations or just an interesting discussion about people's experiences, there are no wrong answers.

Edit: Thanks for the lots of interesting answers and discussions. I will try a few of the suggestions in a VM.

you are viewing a single comment's thread
view the rest of the comments
[–] sloppy_diffuser@sh.itjust.works 1 points 1 month ago* (last edited 1 month ago)

NixOS. Started with Yellow Dog Linux in 1998.

I don't do everything through nix's derivation system.

Many of my configs are just an outOfStoreSymlink to my configs in the same dotfiles repos. I don't need every change wrapped in a derivation. Neovim is probably the largest. A few node projects for automations I'm fine using pnpm to manage. Nix still places everything but I can tweek those configs and commit in the same repo without a full blown activation.