Flash 播放器
sudo cp libflashplayer.so /usr/lib/firefox-3.6.3/plugins/
ibus 输入法:http://code.google.com/p/ibus/
bochs:
sudo apt-get install build-essential
sudo aptitude install xorg-dev
sudo aptitude install libgtk2.0-dev
tar vxzf bochs-2.4.5.tar.gz
./configure --enable-debugger --enable-disasm
make
make install
Vim:
常用配置选项
syntax on
set nocompatible
set number
filetype on
set tabstop=4
set shiftwidth=4
set ruler
set autoindent
set smartindent