Samson’s Weblog

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:

$ pacman -S apache

Refer this wiki page for detailed information about apache installation and configuration.

Install mysql:

$ pacman -S 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:

$ pacman -S bugzilla

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:

$ cd /srv/http/bugzilla
$ ./checksetup.pl --check-modules

(continue reading…)

5 Comments :, more...

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+,所以也能跨平台。

Leave a Comment :, more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!