Outlining Thin Linux
snydeq writes: Deep End's Paul Venezia follows up his call for splitting Linux distros in two by arguing that the new shape of the Linux server is thin, light, and fine-tuned to a single purpose. "Those of us who build and maintain large-scale Linux infrastructures would be happy to see a highly specific, highly stable mainstream distro that had no desktop package or dependency support whatsoever, so was not beholden to architectural changes made due to desktop package requirements. When you're rolling out a few hundred Linux VMs locally, in the cloud, or both, you won't manually log into them, much less need any type of graphical support. Frankly, you could lose the framebuffer too; it wouldn't matter unless you were running certain tests," Venezia writes. "It's only a matter of time before a Linux distribution that caters solely to these considerations becomes mainstream and is offered alongside more traditional distributions."
Not trolling... I don't use BSD really, but my understanding is that some of the BSD distros are more server focused. I don't mind being corrected but my understanding is this could be a legit alternative if the idea of splitting Linux is a no go. I don't know why BSD isn't seen or heard of more (I do know it is used and has a strong following, but doesn't seem as prevalent as Linux... Mac doesn't count here). For BSD adherents, maybe this is the break they are looking for?
-- I ignore anonymous replies to my comments and postings.
yeah i think this is a response to recent bloat -- from my POV after testing RHEL 7 I am testing out FreeBSD for something more straightforward - not sure it will work out but definitely don't like stuff like systemd for example.
As a frequent user of the CentOS-6.5-x86_64-minimal.iso install image, I can see that its still not *as* thin as the author describes but none of the unnecessary bits are included and its super-easy to customize.
- Michael T. Babcock (Yes, I blog)
Slackware indeed. You'll never know it has a GUI if you don't go looking for it, and architecture decisions are made based on Patrick's desire to keep it stable and sane.
See that "Preview" button?
A nice alternative is Alpine linux which feels a lot like Arch but uses openrc init, grsec kernel and musl libc. To make it even lighter, busybox is the default userland ( but coreutils is an option). It is apparently well suited as a minimal secute Xen host.