Originally posted by: Klixxer
Originally posted by: silverpig
Originally posted by: Nothinman
Gentoo is a waste of time on any system...
:roll:
Well, he is right, isn't he, compiling a complete system on old hardware is not something i would recommend to ANYONE who does not have very unusual requirements.
However, Debian is either old or flaky, the stable tree is OLD and if you want anything newer and upgrades for it you are screwed if stability means anything to you.
A better alternative for those who feel the need to use Deb is Ubuntu, it's kinda like slackware current, current packs but well tested and stable.
psst: You can have a full gentoo install without compiling a single thing. Portage is great, and the gentoo forums have been the best linux resource I've come across. USE variables are also a big gentoo plus. And of course if you want to configure, tweak, and compile yourself, then you can.
Take
mplayer for example:
"The recommended way to install MPlayer is to compile from source. For a complete installation you will need sources, a set of codecs, a set of fonts for the onscreen display (OSD) and a skin if you want a graphical user interface. Quick compilation and installation instructions are contained in the README, the installation section of the documentation has more complete information."
So you have to download and compile the sources, install your codes, your fonts, and a skin all separately. Instructions are in the README.
With gentoo it's
USE="gnome"
emerge mplayer
and that will get you mplayer, the codecs, the fonts, and the GUI with gnome support all rocketing in at 600+ kB/s (for me anyways). It's simple and it works. Of course you can get the precompiled binaries for your arch type as well if you really don't want to compile anything.
I use gentoo for the USE variables and portage. The forums are a big plus, the kernel devs browsing said forums listening to issues are another plus, and it works great for me. Don't take this as me saying gentoo is the best, or that other distros are crap (cause they're not... I use debian at school and have run slack, mandrake, redhat/fedora, and suse at times at home), but gentoo is not a waste of time on any system, and you don't have to compile everything from source.