this post was submitted on 15 Oct 2023
61 points (88.6% liked)

Linux

45574 readers
1789 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 5 years ago
MODERATORS
 

Hi, I'm looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible enough.

I'm thinking of switching to Arch but maybe it's time for something else. Maybe NixOS or Void, Gentoo probably not, I don't have time for compiling everything. What do you recommend?

It must support full disk encryption, secure boot with signing with YOUR OWN KEYS, systemd (because of MullvadVPN), everything else I think can work on any distro (Gnome, podman, kvm, etc.).

you are viewing a single comment's thread
view the rest of the comments
[–] InverseParallax@lemmy.world 5 points 8 months ago (2 children)

I use debian as my absolute base and build lxc containers for everything above that with my own kernel, works for me.

I set my own complexity, but debian also doesn't get in my way which works for me.

Ubuntu container for dev work (c++ mostly), arch container for some stuff, few vms for private data.

[–] nakal@kbin.social 10 points 8 months ago

Sooner or later everyone will find their way to Debian. It's boring and it works.

[–] gigatexal@mastodon.social 0 points 8 months ago (1 children)

@InverseParallax @chevy9294 whoa LXC / LXD since it uses virtualization means one can rock their own kernels? Hmmm

[–] InverseParallax@lemmy.world 1 points 8 months ago

Oh sorry that was badly written, I compile my own kernel and run lxc on top of that, with debian base userspace otherwise.

Then kvm on top for really different stuff.

For my server it's debian on the bottom with zfs file serving raidz2, and on top of that 1 kvm for debian docker containers, and 1 kvm for freebsd jails which actually hosts most of the services I care about, docker is fallback if they're a pain to set up.