| Subcribe via RSS

mpd - Music Player Daemon

June 7th, 2008 | No Comments | Posted in linux

mpd是作为一个服务运行在后台,它不具备播放功能,你可以把它理解成一个服务端,你还需要一个客户端MPC来执行播放的功能。ubuntu下默认的源里面已经有现成的deb包,具体安装如下:
代码:
sudo apt-get install mpd mpc

这样就装好了mpd,以及命令行下的客户端mpc了,如果你不喜欢命令行下的操作,你还可以安装gmpc,gmpc是一个图形界面的客户端。
安装gmpc:
代码:
sudo apt-get install gmpc More »

Tags:

w3m web browers

May 10th, 2008 | No Comments | Posted in linux

w3m是個開放源代碼的文字式網頁瀏覽器

w3m支援表格、框架、SSL連線、顏色。如果是在適當的terminal上,甚至還支援「inline image」。 這個軟體通常盡量呈現出網頁本來的編排。

以上解释来自http://zh.wikipedia.org/wiki/W3m  [需要带套访问]

w3m的默认快捷键列表页面操作

More »

Tags:

Thunderbird note

May 6th, 2008 | No Comments | Posted in linux, movie

new mail icon,最小化Thunderbird到系统托盘 for linux
http://moztraybiff.mozdev.org/

Thunderbird 常见问答
http://wiki.sociz.com/@Thunderbird_%E5%B8%B8%E8%A7%81%E9%97%AE%E7%AD%94

Tags:

devil ubuntu

May 5th, 2008 | No Comments | Posted in linux

dark

记得以前看到过这个project。远没有现在这么kill阿!!!

有开启compiz的冲动了

更多图片见这里,安装方法在这里

Tags: ,

vim note

May 5th, 2008 | No Comments | Posted in linux

:shell
暂时返回,运行编译之类的shell指令。
完事后,
exit
回到Vim继续。
:make
执行文件

:vsp (:sp为垂直)
水平打开一个新文件
切换文件

0到行首,$到行尾

Update::2008-05-17

v选中后用< or > 就可以多行一起缩进

update::2008-05-24

Ctrl-w = 使窗口大小一致

Update::2008-06-02
guw
gUw
g~w是改变光标到词尾

guu
gUU
g~~是改变一行

Tags: