Aug 27
Before install Erlang, please make sure GCC is installed.
1. Download Erlang source code from http://www.erlang.org/download.html
2. Unarchive the file
3. run Terminal and follow the steps
cd otp_src_R14A
./configure
make
sudo make install
4. type erl in Terminal, it should be ok now.
There is a plugin for XCode to use Erlang.
Download from http://sourceforge.net/projects/quickconnect/ , and run it.
written by admin
\\ tags: erlang, mac, Software
Jul 13
When open taglist in vim, it may says:
Taglist: Failed to generate tags for /my/path/to/file
ctags: illegal option — -^@usage: ctags [-BFadtuwvx] [-f tagsfile] file …
Solution is quite easy, open .vimrc and add the following line
let Tlist_Ctags_Cmd=’/location/ctags’
In my mbp, Snow Leopard, it is ‘/opt/local/var/macports/software/ctags/5.8_0/opt/local/bin/ctags’
written by admin
\\ tags: Software, Vim
Jan 15
If you are a beginner of Linux, especially, Ubuntu, this software is what you need. Ailurus is a great tool which can help you “Install software”, “Configure Linux” and “Study Linux skills”.
Ailurus is an open source software, located in Google Code, here is the link. You can find download address from right side of ailurus homepage. Let’s see what ailurus looks like.
Continue reading »
written by Kyle Wu
\\ tags: Linux, Software, Ubuntu
Sep 17
Gnome-Do, 一款快速启动软件,专为Gnome开发的,与Windows下很多软件相比,我最喜欢它的插件功能。通过激活相应插件,可以实现很多功能。
安装Gnome-Do很简单,在Ubuntu源中已经有了,当然,也可以自己去官方站点上下载。
装好以后先设置一下快捷键,我设置的<Super>+Space。每次按下快捷键就可以看见Gnome-Do的窗口了。
Continue reading »
written by Kyle Wu
\\ tags: Linux, Software, Twitter, Ubuntu
Jul 27
最初知道Pidgin是开始使用Ubuntu,很喜欢这种IM集成的软件,可以同时登陆GTalk,MSN等主流的即时通讯。今天碰巧在网上看到Pidgin可以支持Twitter,于是搜到了这款Pidgin插件,Microblog-Purple。
Microblog-Purple是针对LibPurple开发的软件(如Pidgin,Finch)开发的插件,使用Google Code提供的SVN服务进行版本控制。
我使用的是Pidgin Portable的版本,也就是PortableApp.com开发的版本,绿色版本。这款插件也提供了针对Pidgin Portable的安装包,在Microblog-Purple主页的右方,可以找到下载链接,我所下载到的是microblog_.0.2.2_for_pidgin_portable_2.5.x-1.exe。
运行后选择Pidgin的安装目录即可。


运行Pidgin就可以在新建的窗口找到Twitter选项了,同时,插件也提供了很多设置选项,最好将Use HTTPS的勾选上。


现在Twitter被墙掉了,所以要连接上Twitter,需要简单的修改一下Host文件。
在Host文件中添加如下内容
128.121.146.228 twitter.com
128.121.146.228 www.twitter.com
128.121.146.101 assets0.twitter.com
128.121.146.101 assets1.twitter.com
128.121.146.101 static.twitter.com
128.121.146.229 assets2.twitter.com
128.121.146.229 assets3.twitter.com
65.74.185.41 twitter.zendesk.com
65.74.185.41 help.twitter.com
Twitter账户设置好后,每隔60s(默认设置),就会抓取一次Twitter消息,如果有新消息,将自动弹出。
Pidgin真的是款很好的软件,市面上已经有很多类似软件了,但我感觉,Pidgin还是最好的一款。
written by Kyle Wu
\\ tags: GFW, Software, Twitter