Home
huangjiahua~~我自己的世界
在 R50 上灌 Edgy 

Advertisement

Customize
22nd-Nov-2006 11:27 pm
logo-1
加了些个人设置

apt 源


/etc/apt/sources.list 加上
## cn99
deb http://ubuntu.cn99.com/ubuntu/ edgy main multiverse restricted universe
deb-src http://ubuntu.cn99.com/ubuntu/ edgy main multiverse restricted universe
deb http://ubuntu.cn99.com/ubuntu/ edgy-security main multiverse restricted   universe
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-security main multiverse restricted    universe
## ubuntu-cn
deb http://archive.ubuntu.org.cn/ubuntu-cn edgy main universe multiverse restricted
## beryle
deb http://amaranth.selfip.com edgy lrm
deb http://3v1n0.tuxfamily.org edgy beryl-svn





beryl


http://wiki.beryl-project.org/
http://wiki.cchtml.com/index.php/Ubuntu_Edgy_Installation_Guide



ntfs-3g


sudo apt-get install ntfs-3g

sudo ln -sf /usr/bin/ntfs-3g /sbin/mount.ntfs


vim


sudo apt-get install vim-full exuberant-ctags
到 vim.org 下载 taglist 插件
~/.vimrc 加上
set wildmenu
set backspace=2
set mouse=a
set fileencodings=utf-8,gbk
syntax on


~/.gvimrc 加上
set nu
colorscheme koehler




python


sudo apt-get install ipython eric glade python-gnome2 python-gnome2-desktop python-gnome2-extras python-glade2





Shell


~/.bashrc
export PATH=~/bin:"${PATH}"
alias l=‘l’
alias ll=’ls -lh‘
alias la=’ls -lha‘
alias acs=‘apt-cache search -n’
alias acw=’apt-cache show‘
export GTK2_RC_FILES=$HOME/.gtkrc-2.0
export COLUMNS=150


~/.inputrc
##  history search
"\e[A": history-search-backward
"\e[B": history-search-forward
## visible ring
set visible-stats on
## menu complete
"\C-n": menu-complete


~/.lftp/rc
debug 3
set ftp:charset GBK
set file:charset UTF-8
set ftp:passive-mode no

alias nosetcharset " set ftp:charset ; set file:charset "





多媒体


sudo apt-get install alsa-oss totem-xine libxine-extracodecs w32codecs gstreamer0.10-alsa gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-plugins-farsight gstreamer0.10-plugins-ugly audacity beep-media-player




环境变量


/etc/X11/Xsession.d/85setenv
export GST_ID3_TAG_ENCODING=GBK
export OOO_FORCE_DESKTOP=gnome
export LC_CTYPE="zh_CN.UTF-8"
export LD_LIBRARY_PATH="/usr/lib/firefox:$LD_LIBRARY_PATH"




instant messaging


sudo apt-get install gaim xchat xchat-systray xchat-xsys




其他


sudo apt-get install gtk-theme-switch gtk-engines-raleigh gjots2 lftp curl

sudo cp /etc/gtk/gtkrc.zh_CN  /etc/gtk/gtkrc.zh_CN.utf8


Advertisement

Customize
This page was loaded Jul 6th 2009, 3:49 am GMT.