We got Linux distributions for geeks (Debian), distros for businessmen (Red Hat), home users (Mandrake) and... Germans (SuSE :). However, there was never before a distribution specifically targetting developers and speed, both at the same time. Enter Gentoo Linux, the fastest loading, fastest-operating Linux distribution to date.
Permalink for comment
To read all comments associated with this story, please click here.
Existing Gentoo Linux users can upgrade to the most recent version of Gentoo Linux in-place without reinstalling. For example, to upgrade a Gentoo Linux 1.0 system to 1.1a, type:
# emerge rsync (that takes 1 sec)
# emerge sys-apps/portage (this takes 10 secs)
# emerge --update world (this may take some time, depending on how much stuff there is to be updated)
Then update your config files in /etc/. There are some files called ._conf0001.rc.conf or something similar (can't remember now exactly . Spot the diffs between the two files, eg. the temporary /etc/._conf0001.rc.conf and your regular /etc/rc.conf and then if wished, apply the new changes to rc.conf, or simply overwrite the rc.conf with the temp one (however I recommend to spot the diffs and decide wisely, instead of just overwrite things).
Existing Gentoo Linux users can upgrade to the most recent version of Gentoo Linux in-place without reinstalling. For example, to upgrade a Gentoo Linux 1.0 system to 1.1a, type:
. Spot the diffs between the two files, eg. the temporary /etc/._conf0001.rc.conf and your regular /etc/rc.conf and then if wished, apply the new changes to rc.conf, or simply overwrite the rc.conf with the temp one (however I recommend to spot the diffs and decide wisely, instead of just overwrite things).
# emerge rsync (that takes 1 sec)
# emerge sys-apps/portage (this takes 10 secs)
# emerge --update world (this may take some time, depending on how much stuff there is to be updated)
Then update your config files in /etc/. There are some files called ._conf0001.rc.conf or something similar (can't remember now exactly
Then, you are done.