62
Distro for experienced Linux user
(monero.town)
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
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.
Sooner or later everyone will find their way to Debian. It's boring and it works.
@InverseParallax @chevy9294 whoa LXC / LXD since it uses virtualization means one can rock their own kernels? Hmmm
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.