Best Linux Distro
Best Linux Distro
So I know i'm about to start a war on here but i'm going to ask anyway. Iv used Ubuntu and a little bit of fedora and was wondering what others I should check out and what is the best for OS development.
Re: Best Linux Distro
I'd expect most dev tools available on top distros. And they're console-based mostly as well. So, for development I'd expect there to be little difference.
Re: Best Linux Distro
A Linux From Scratch system tailored to your exact needs is probably the "best", but most difficult to set up, Linux system for OS development. Failing that, Gentoo or Arch.
Re: Best Linux Distro
Gentoo, but only if you have a quad-core i7.
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay
- Alan Kay
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Best Linux Distro
Iansjack provided the most accurate answer so far.
In addition, gentoo's high-end "requirements" are mostly baseless propaganda. I can demonstrate a (dual socket) pentium 2 being sufficient for gentoo.
In addition, gentoo's high-end "requirements" are mostly baseless propaganda. I can demonstrate a (dual socket) pentium 2 being sufficient for gentoo.
Re: Best Linux Distro
That's absolutely untrue. I have run it on everything from a Raspberry Pi to an i7, including various single-, dual-, and quad-core Intels, single- and dual-core Athlons, and a G4 PPC. In every case it runs faster than most anything else. Which is fairly obvious as each installation is optimized for the particular processor it is running on. Sure, the compilation can take a while, but you just leave it to do its thing.Roman wrote:Gentoo, but only if you have a quad-core i7.
How many systems have you actually installed Gentoo on?
Re: Best Linux Distro
I was talking about compilation. I can't even imagine, how many hours it will take to build something like KDE on a Pentium.iansjack wrote:That's absolutely untrue. I have run it on everything from a Raspberry Pi to an i7, including various single-, dual-, and quad-core Intels, single- and dual-core Athlons, and a G4 PPC. In every case it runs faster than most anything else. Which is fairly obvious as each installation is optimized for the particular processor it is running on. Sure, the compilation can take a while, but you just leave it to do its thing.Roman wrote:Gentoo, but only if you have a quad-core i7.
How many systems have you actually installed Gentoo on?
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay
- Alan Kay
Re: Best Linux Distro
I would say it was better to spend hours installing a system that is going to run more efficiently for years than save a few minutes to install a slower system. Just my preference - I spend more days using my computer than installing the operating system. It's the same philosophy that leads people to compile a custom Linux kernel rather than just accepting the default provided with their system.
Of course, I do have the advantage that I prefer a lean and mean desktop manager to a bloated monster like KDE - especially on low-powered machines.
Of course, I do have the advantage that I prefer a lean and mean desktop manager to a bloated monster like KDE - especially on low-powered machines.
Re: Best Linux Distro
I agree with lansjack.
There is not really a distro that's suitable for everyone, it depends on what you want to do. The best distro is the distro that has everything you need and nothing more. So that means the best thing you can probably do is to build your own, but that's going to take a while and you can ask yourself if it's worth the effort.
There is not really a distro that's suitable for everyone, it depends on what you want to do. The best distro is the distro that has everything you need and nothing more. So that means the best thing you can probably do is to build your own, but that's going to take a while and you can ask yourself if it's worth the effort.
osdev project, goal is to run wasm as userspace: https://github.com/kwast-os/kwast
Re: Best Linux Distro
Depends on how much time is saved by that efficiency. You'd have to run your Gentoo install optimized for your particular machine far longer than the useful lifetime of that hardware for it to catch up to the time you spend compiling everything every time it updates.iansjack wrote:I would say it was better to spend hours installing a system that is going to run more efficiently for years than save a few minutes to install a slower system.
On the other hand, Arch has the same simplicity but with all the compiling done once for everyone (and optimized for x86_64 which is a pretty good baseline already anyway)- imagine how much collective time that saves over Gentoo.
Of course then you have the distros with automatic installers that may or may not save any time overall because you spend more time fixing things later on after a quicker install.
Re: Best Linux Distro
it takes me almost no time to install, or update, Gentoo on any computer no matter how lacking it is. It may take the computer a lot of time, but not me.You'd have to run your Gentoo install optimized for your particular machine far longer than the useful lifetime of that hardware for it to catch up to the time you spend compiling everything every time it updates.
On the other hand, when using the computer I do generally have to wait for it when it is slow.
I can tell that you have never actually tried Gentoo as you talk about "compiling everything every time it updates".
Re: Best Linux Distro
Of course I don't mean compiling everything on the machine every time it updates, just compiling the things you're updating.
It's true you don't have to sit there and stare at the machine while it compiles, but there are always costs to managing longer-running processes. I think we can all agree an ideal (generally impossible) system would never make the user wait for anything.
It's true you don't have to sit there and stare at the machine while it compiles, but there are always costs to managing longer-running processes. I think we can all agree an ideal (generally impossible) system would never make the user wait for anything.
Re: Best Linux Distro
I used to do that, but nowadays I'm too lazy to do that. What I get as a default works good enough, and the time I would spend for building a new kernel would hardly be worth it. Even the great speedups that some claim for Gentoo don't matter much to me - almost always the machine is waiting for me, not the other way round. That's probably also the reason why I never felt that I should replace this machine, even though it's older than five years by now and certainly not the most powerful one you could get today.iansjack wrote:I spend more days using my computer than installing the operating system. It's the same philosophy that leads people to compile a custom Linux kernel rather than just accepting the default provided with their system.
Of course, that's just me. You may have different requirements. It's just another example that there isn't a single right answer for everyone.