If you are Gentoo user and you're wondering about how to reduce portage tree disk usage and makes emerge --sync faster, this article is for you. Lets talk about key problems of portage tree: Large disk usage because of uncompressed text data Heavy inode usage because of huge amount of files The above problems result in excessive disk I/O during emerge operations. The most popular solution is to squash the portage tree. It is well-described in this article . But I've made an easier script that can handle all the headache for you. I hope you like it! :)
If you've recently upgraded to MySQL 5.1.45, you might experience a problem running mysql client. The error message says: /usr/bin/mysql: unknown variable 'character-set-server=utf8' The reason is that mysql client no longer supports character-set-server parameter. Actually I don't know why, the official ChangeLog doesn't include any explanations. The solution is to disable character-set-server option inside /etc/mysql/my.cnf [mysql] character-sets-dir=/usr/share/mysql/charsets #character-set-server=utf8