NicTheQuick wrote:
DarkDragon wrote:
I'd recommend Arch Linux, because it teaches you basic stuff about Linux during installation. To be honest, without this knowledge you'll be kind of a second class linux user.
So I am second class linux user although I am working with Ubuntu since 2008? Get off your high horse again. That's just bullshit.
Wow, not so rude, please. This wasn't meant as an insult, I've just experienced it myself and seen on many other users. During the time I was using Ubuntu or some other "klickibunti" installing linux distribution, I never learned what was going wrong, such that I always had the impression that reinstalling when the system goes buggy or grub is dead might be better. Simply reinstalling the bootloader wasn't on my todo list, I didn't know initramfs or anything like that. In the last few months I've heard from two other linux users in my direct environment that they reinstalled the linux distribution just because something seemed to be wrong.
With Arch Linux you directly know how to get into your system if it doesn't boot (mount everything into a folder from a bootable arch linux cd and chroot into it => there's your system), because thats how the installation is also done. Also many system internals like switching locales and keyboard configurations on the command line, setting the hostname etc. is really a huge knowledge gain. And if you do it long enough, you will also expand the shell-fu further beyond the basics, e.g. use ctrl + r (with bash) more often, increase the shell history size, expand your favorite terminal text editor knowledge, use grep/find/locate/xargs etc. when appropriate, ... this is what linux makes much more efficient for everyday use IMHO and without every being forced to learn it I wouldn't have learned it. Arch Linux forces you to do so, for others (except Gentoo and maybe plain Debian) it is way too easy to get around this stuff, such that you never come in touch with it.