All posts in Tools

vim-task on vim.org

很多事情很难预料,比如 vim-task 这个两个小时捣鼓出来,写readme和 blog intro 都比写code来的时间长的玩物竟然是我个人在github上最 “popular” 的 project(其余的都鲜有人watch和fork),真是有意栽花花不成,无心插柳柳成荫,悲哉悲哉;

如此这般说明这东西值得更广的分享,于是10分钟前便有了放到 vim.org 的想法,然后2分钟后它便成功上了 vim.org i,最后还是希望它对真正感兴趣的人有用吧.

[Footnotes]
  1. wordpress你情何以堪…… []

推荐一个reader app和一个Greasemonkey脚本

今天推荐的两个东东都和阅读有关,一个是google reader的offline阅读器,还有一个是方便大家卓越当当京东购书,然后顺便查看豆瓣评论的Greasemonkey脚本。

[Google Reader app: Reeder]

Reeder据说是iphone/ipad等idevice上蛮流行的google reader app(具体我也不清楚),作者承诺过出for mac的版本,现在虽说还是beta版,但我这几天用下来感觉还是相当稳定的,有一些feed显示的小bug,不过无关痛痒。

功能现在还有点弱,所以一般管理feed的工作还是要在google reader里面进行,reeder只是作为consumer专门消费sync过来的content,在reeder里面标记为read的文章之后也会同步到google reader,所以不用担心reeder看过了google reader里面还是unread(即便是beta,这个功能还是必须的,所以我前面说的offline阅读器其实也不大准确…)


Continue reading →

From TextMate to MacVim: Markdown File Editing

Sunng号召大伙用markdown书写文档,这里积极响应一下~

TextMate out of box bundle了Markdown.tmbundle,所以默认就支持markdown file syntax,vim里面貌似默认没有那么幸运,也不是很确定,不过anyway,vim里面的default就是让你改的…

[Markdown Syntax Support]
具体markdown的syntax可以参见这里,这里不赘述。
市面上找到了不少关于vim markdown syntax的plugin(这个算不算是vim user幸福的烦恼?):
1. http://www.vim.org/scripts/script.php?script_id=1242 (http://github.com/plasticboy/vim-markdown)
2. http://github.com/tpope/vim-markdown
3. http://github.com/hallison/vim-markdown
4. http://github.com/mikewest/vim-markdown

make your choice then install it,你选择,你喜欢.

[Markdown Preview Support]
TextMate有个很nice的markdown preview功能,截图如下:


Continue reading →

Bugzilla on ArchLinux

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 →

Pidgin

Pidgin又发布新的版本了,据说fix了很多QQ协议的问题(难道腾讯想通了?),马上去更新了一下,并把QQ帐号加了进去,终于没有以前版本全部都是??的问题了,功能肯定没有QQ多,但对我而言够用了呵呵(开着QQ我总想着QQ游戏……,还是不开为妙:-))。

如果各位还在为了维护n个IM帐号,n个IM客户端而烦恼,可以试试pidgin,我个人还是蛮喜欢的。

PS:Pidgin是open source的,基于GTK+,所以也能跨平台。