Best Linux Distro

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
RobertH
Posts: 12
Joined: Sun Feb 15, 2015 12:11 pm

Best Linux Distro

Post by RobertH »

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.
alexfru
Member
Member
Posts: 1111
Joined: Tue Mar 04, 2014 5:27 am

Re: Best Linux Distro

Post by alexfru »

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.
User avatar
iansjack
Member
Member
Posts: 4685
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Best Linux Distro

Post by iansjack »

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.
User avatar
Roman
Member
Member
Posts: 568
Joined: Thu Mar 27, 2014 3:57 am
Location: Moscow, Russia
Contact:

Re: Best Linux Distro

Post by Roman »

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
User avatar
Combuster
Member
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

Post by Combuster »

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. :wink:
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
iansjack
Member
Member
Posts: 4685
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Best Linux Distro

Post by iansjack »

Roman wrote:Gentoo, but only if you have a quad-core i7.
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.

How many systems have you actually installed Gentoo on?
User avatar
Roman
Member
Member
Posts: 568
Joined: Thu Mar 27, 2014 3:57 am
Location: Moscow, Russia
Contact:

Re: Best Linux Distro

Post by Roman »

iansjack wrote:
Roman wrote:Gentoo, but only if you have a quad-core i7.
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.

How many systems have you actually installed Gentoo on?
I was talking about compilation. I can't even imagine, how many hours it will take to build something like KDE on a Pentium.
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay
User avatar
iansjack
Member
Member
Posts: 4685
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Best Linux Distro

Post by iansjack »

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.
User avatar
nielsd
Member
Member
Posts: 31
Joined: Sun Apr 05, 2015 3:15 pm

Re: Best Linux Distro

Post by nielsd »

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.
osdev project, goal is to run wasm as userspace: https://github.com/kwast-os/kwast
User avatar
Rusky
Member
Member
Posts: 792
Joined: Wed Jan 06, 2010 7:07 pm

Re: Best Linux Distro

Post by Rusky »

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.
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.

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.
User avatar
iansjack
Member
Member
Posts: 4685
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Best Linux Distro

Post by iansjack »

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.
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.

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".
User avatar
Rusky
Member
Member
Posts: 792
Joined: Wed Jan 06, 2010 7:07 pm

Re: Best Linux Distro

Post by Rusky »

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. ;)
Kevin
Member
Member
Posts: 1071
Joined: Sun Feb 01, 2009 6:11 am
Location: Germany
Contact:

Re: Best Linux Distro

Post by Kevin »

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.
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.

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.
Developer of tyndur - community OS of Lowlevel (German)
Post Reply