SpriteWood everybody is one single tree linux « Previous Entries Next Entries »

w3m web browers

Saturday, May 10th, 2008

w3m是個開放源代碼的文字式網頁瀏覽器。
w3m支援表格、框架、SSL連線、顏色。如果是在適當的terminal上,甚至還支援「inline image」。 這個軟體通常盡量呈現出網頁本來的編排。
以上解释来自http://zh.wikipedia.org/wiki/W3m  [需要带套访问]
w3m的默认快捷键列表页面操作

Tags:

Posted in linux | No Comments »>

Thunderbird note

Tuesday, May 6th, 2008

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:

Posted in linux, movie | No Comments »>

devil ubuntu

Monday, May 5th, 2008

记得以前看到过这个project。远没有现在这么kill阿!!!
有开启compiz的冲动了
更多图片见这里,安装方法在这里

Tags: ,

Posted in linux | No Comments »>

vim note

Monday, May 5th, 2008

: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:

Posted in linux | No Comments »>

ubuntu 8.04 note

Sunday, May 4th, 2008

播放flash后(adobe的播放器),系统和其他软件失去声音。
解决方法为安装libflashsupport
重启x
打开 Metacity 混合特效:
gconftool-2 -s ‘/apps/metacity/general/compositing_manager’ –type bool true
关闭 Metacity 混合特效:
gconftool-2 -s ‘/apps/metacity/general/compositing_manager’ –type bool false
ff3b5在ubuntu下无法backspace后退,用alt+> alt+<代替之
默认语言为繁体中文,安装这个中文包即可http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0b5/linux-i686/xpi/zh-CN.xpi
update:5/19/08 === USB访问 招行证书
gconf-editor
打开“Apps->Metacity->keybinding Commands”,
添加完成后,去到“Apps->Metacity->Global keybingdings”,添加上快捷键。
update:5/30/08

新建一个usbfs组:
sudo groupadd usbfs
将当前用户加入这个用户组:
sudo adduser $USER usbfs
打开/etc/group文件
gedit /etc/group
查找usbfs,记下ID,如,我的情况是:
usbfs:x:1002:yourname
上面1002就是ID。
打开/etc/fstab文件:
sudo gedit /etc/fstab
在后面加一行:
none /proc/bus/usb usbfs devgid=1002,devmode=664 0 0
注意devgid=1002中的1002要改成你刚在group中查到的usbfs组的ID。保存文件。
重新启动电脑。
打开VirtualBox,
在虚拟电脑->设置->USB设备中
勾选启用USB控制器
再点击右边->添加空筛选器->随便起个名称(其它参数用默认的)->确定保存
安装招行专业版,启用移动证书。
update:5/30/08  === 手机传文件

使用obexftp和obexfs实现与手机互传文件(使用USB)。主要部件:
代码:
sudo apt-get install obexfs obexftp openobex-apps
此后插上USB连接线,使用如下命令查看接口情况,可以得到类似的输出
代码:
leeyee@alimus> sudo obexftp -u
Found 2 USB OBEX interfaces
Interface 0:
Manufacturer: Nokia
Product: Nokia N70
Interface description: SYNCML-SYNC
Interface [...]

Tags:

Posted in linux | 2 Comments »> « Previous Entries Next Entries » >
  • Categories

  • Recent Posts

  • Recent Comments

  • SpriteWood is proudly powered by WordPress
    Entries (RSS) and Comments (RSS).