用MSN、Skype、Gtalk订阅博客和新闻的更新提醒
a repository for the most elegant and useful unix commands. great commands can be shared, discussed and voted on to provide a comprehensive resource for working from the command-line

http://feeds2.feedburner.com/Command-line-fu
哪吒机器人提醒示例:
哪吒机器人提醒:

Command-Line-Fu
【标题】A function to output a man page as a pdf file
【摘要】$ function man2pdf(){ man -t ${1:?specify man as arg} | ps2pdf -dcompatibility=1.3 - - >..... (2009-11-27 20:49:49)