Some ubuntu tips
2007-04-23 21:55 | Filed Under Linux, Software |
一个速度很快的源(上海电信):
deb http://mirror.rootguide.org/--escaped_anchor:64ba13df8151ce5e2b2a75acd8edf7f7--/ feisty main restricted universe multiverse
deb-src http://mirror.rootguide.org/ubuntu/ feisty main restricted universe multiverse
deb http://mirror.rootguide.org/ubuntu/ feisty-updates main restricted universe multiverse
deb-src http://mirror.rootguide.org/ubuntu/ feisty-updates main restricted universe multiverse
deb http://mirror.rootguide.org/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://mirror.rootguide.org/ubuntu/ feisty-backports main restricted universe multiverse
deb http://mirror.rootguide.org/ubuntu/ feisty-security main restricted universe multiverse
deb-src http://mirror.rootguide.org/ubuntu/ feisty-security main restricted universe multiverse
deb http://mirror.rootguide.org/ubuntu/ feisty-proposed main multiverse restricted universe
deb-src http://mirror.rootguide.org/ubuntu/ feisty-proposed main restricted universe multiverse
字体的安装:
把ttf或ttc文件拷到/usr/share/fonts/的任意目录下:
sudo mkdir -p /usr/share/fonts/win
sudo cp *.ttf /usr/share/fonts/win/然后,改变权限:
sudo chmod 644 /usr/share/fonts/win/*.ttf
最后,开始安装:
cd /usr/share/fonts/win/
sudo mkfontscale
sudo mkfontdir
sudo fc-cache -fv
Gnome下QT程序使用SCIM进行中文输入:
sudo apt-get install scim-qtimm
Gaim登录gtalk:
登入选项
协议:Jabber
用户名:gmail邮箱前缀
服务器:gmail.com
资源:google talk
密码:gmail邮箱密码显示主要选项:
Jabber选项
选中 若可用则使用tls 和 允许在不加密流上的纯文本验证
端口:5222
连接服务器:talk.google.com
对ntfs分区进行写操作:
sudo apt-get install ntfs-config
Totem 播放 rmvb 没有声音:
标签:gaim, gnome, gtalk, ntfs, scim, ubuntu, 中文, 字体, 权限编辑 ~/.xine/catalog.cache 文件:
sudo gedit ~/.xine/catalog.cache
找到
[/usr/lib/xine/plugins/1.1.4/xineplug_decode_real_audio.so]
把 decoder_priority 后面的数字修改为 10
相关日志



