Tools
Bugzilla on ArchLinux
by Samson on Apr.28, 2009, under Linux, Tools
Need a web server and a database engine to run bugzilla, here I choose apache and mysql.
Install apache:
Refer this wiki page for detailed information about apache installation and configuration.
Install mysql:
The above LAMP wiki page also mentions something about mysql installation and configuration, for standalone installation, please refer this wiki page.
Then install bugzilla using:
It requires a bunch of perl modules to be installed too, but some required modules still need to be installed manually (a little weird, why not include all required perl modules into dependencies?)
Make a module check first:
$ ./checksetup.pl --check-modules
Pidgin
by Samson on Dec.22, 2008, under Tools
Pidgin又发布新的版本了,据说fix了很多QQ协议的问题(难道腾讯想通了?),马上去更新了一下,并把QQ帐号加了进去,终于没有以前版本全部都是??的问题了,功能肯定没有QQ多,但对我而言够用了呵呵(开着QQ我总想着QQ游戏……,还是不开为妙:-))。
如果各位还在为了维护n个IM帐号,n个IM客户端而烦恼,可以试试pidgin,我个人还是蛮喜欢的。
PS:Pidgin是open source的,基于GTK+,所以也能跨平台。