deb http://ubuntu.cn99.com/ubuntu/ breezy main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ breezy-updates main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ breezy-security main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ breezy-backports main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu-cn/ breezy main restricted universe multiverse deb http://ubuntu.cn99.com/backports/ breezy-extras main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu/ breezy main restricted universe multiverse deb http://archive.ubuntu.org.cn/ubuntu/ breezy-security main restricted universe multiverse deb http://archive.ubuntu.org.cn/ubuntu/ breezy-updates main restricted universe multiverse deb http://archive.ubuntu.org.cn/ubuntu/ breezy-backports main restricted universe multiverse deb http://archive.ubuntu.org.cn/ubuntu-cn/ breezy main restricted universe multiverse deb http://archive.ubuntu.org.cn/backports/ breezy-extras main restricted universe multiverse
# Automatically generated sources.list # http://www.ubuntulinux.nl/source-o-matic # # If you get errors about missing keys, lookup the key in this file # and run these commands (replace KEY with the key number) # # gpg --keyserver subkeys.pgp.net --recv KEY # gpg --export --armor KEY | sudo apt-key add -
# Ubuntu supported packages (packages, GPG key: 437D05B5) deb http://cn.archive.ubuntu.com/ubuntu breezy main restricted deb http://cn.archive.ubuntu.com/ubuntu breezy-updates main restricted deb http://security.ubuntu.com/ubuntu breezy-security main restricted
# Ubuntu supported packages (sources, GPG key: 437D05B5) deb-src http://cn.archive.ubuntu.com/ubuntu breezy main restricted deb-src http://cn.archive.ubuntu.com/ubuntu breezy-updates main restricted deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted
# Ubuntu community supported packages (packages, GPG key: 437D05B5) deb http://cn.archive.ubuntu.com/ubuntu breezy universe multiverse deb http://cn.archive.ubuntu.com/ubuntu breezy-updates universe multiverse deb http://security.ubuntu.com/ubuntu breezy-security universe multiverse
14.安装多媒体播放器MPlayer和相应的ff插件 ~#sudo apt-get install mplayer-k7 ~#sudo apt-get install mplayer-fonts ~#sudo apt-get install mozilla-mplayer ~#sudo cp /etc/mplayer/mplayer.conf /etc/mplayer/mplayer.conf_backup ~#sudo vi /etc/mplayer/mplayer.conf 改: vo=x11, # To specify default video driver (see -vo help for 为: vo=xv, # To specify default video driver (see -vo help for
if [ -x /usr/bin/numlockx ]; then /usr/bin/numlockx on fi
25.X.org 下 XMMS aMule 等 Gtk1 程序的中文解决 如果存在 /etc/gtk/gtkrc.zh_CN 这个文件 ~#sudo cp /etc/gtk/gtkrc.zh_CN /etc/gtk/gtkrc.zh_CN.utf-8 如果不存在,直接建立 ~#sudo vi /etc/gtk/gtkrc.zh_CN.utf-8 # $(gtkconfigdir)/gtkrc.zh_CN # # This file defines the fontsets for Chinese language (zh) using # the simplified chinese standard GuoBiao as in mainland China (CN) # # 1999, Pablo Saratxaga # style "gtk-default-zh-cn" { fontset = "-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1, -*-*-medium-r-normal--16-*-*-*-*-*-gb2312.1980-0,*-r-*" }