![]()
As I write this post my last Gentoo Linux server is about to be converted to be a Debian Etch server. This is a sad decision I’ve made since I’ve used Gentoo Linux running web, mail and databases since version 1.0RC1 december 2000 both in stable and unstable versions. This is a result of less time to ponder in front of my computer so the decision to use Debian was a easy decision since it is a “friendlier” system to keep running. I’ve learned a lot in these years and would really recommend Gentoo Linux to all users interested in learning linux.
A positive result of this change of Linux distribution is that I’m now successfully running Zimbra Collaboration Suite 5.0 Open Source Edition on my Debian server and it’s working great. I might make a post about how I did it and migrated from my Postfix/Dovecot (w/maildir) installation.
Posted by Hans-Henry Jakobsen
Use the script sensors-configure to configure the lm_sensors program.
It’s a part of the sys-apps/lm_sensors suite.
Tags: Gentoo, lm_sensors
Posted by Hans-Henry Jakobsen
Supported profiles
You can view the list of profiles on your architecture officially supported by Gentoo developers when you emerge eselect and then run the following command:
(more…)
Posted by Hans-Henry Jakobsen
A slick script or method to compile the apps listed in the world file, from an existing system to the new system, all together at once, rather that typing in all of those application names into one giant emerge command.
emerge -av $(cat /path/to/oldworld)
Posted by Hans-Henry Jakobsen
You can analyze your system’s emerge.log file to find out how long a given package took to compile and also to estimate the time of future compile jobs, or you can use genlop, which is designed for the job.
Posted by Hans-Henry Jakobsen