posts - 46, comments - 44, trackbacks - 0, articles - 2
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

ubuntu一些软件安装记录

Posted on 2010-07-05 17:51 Jerson Ju 阅读(23) 评论(0) 编辑 收藏

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