主题:Some good articles regarding Linux Distro -- octane99
Sorry no Chinese input in Office.
Since many guys asked how to choose a Linux Distributions, there are some good articles:
http://distrowatch.com/dwres.php?resource=major
http://distrowatch.com/table.php?distribution=lfs
I personally prefer Mandrake. About 2 years ago, I had a LinkSys USB wireless card. It was a nightmare to set it up in Linux.
I had to download source code, compile and configure it. There was no lucky on Red hat and others. Finally I made it on Mandrake.
[MP=320,240]http://www.arcanewolf.com/wizard/sounds/laugh3.wav[/MP]
One thing i want to know:
It seems FreeBSD or Gentoo Linux is the most difficult distros to install manually. But from the second link you give here (Linus From Scratch), it seems LFS is a more challenging one.
Can you compare LFS and FreeBSD/Gentoo?
Btw, can FreeBSD be installed in PC?
thanks,
FreeBSD is definitely OK with PC.
It is about building a Linux system from the scratch, literally.
Even with the well written, detailed, step-by-step instructions, compiling everything from the kernel to libc to all applications is still challenging: time consuming, tedious and error prone.
You have to know how to use the tool chain (compiler/linker) fairly well. You will have to be comfortable with command line, You cannot be afraid of digging into tons of error messages and even more source code. Depending on your machine, you will need hours, if not days, to wait for the compilation finishing.
One more disadvantage for beginners. It requires a working Linux system as the build ground.
It is great for learning Linux, though.
Even FreeBSD still needs compiling a lot of src code, it is much easier than do a LFS install, right?
have learned, it should be much easier than LFS for beginners. It has an installation program and an excellent package management system that automates downloading, compiling and installing software. If there were not the output on the screen, you wouldn't even know it is compiling from source code.
In contrast, LFS does not have any of them. In fact, LFS is a book about compiling each components and putting them together, everything manually.
兄台用的是哪个distros?