红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

Ubuntu 相关技巧

发布时间:2008-01-18 00:21:35来源:红联作者:vdnuiv
1、vim中文乱码问题
在你的.vimrc中加上
let &termencoding=&encoding
set fileencodings=utf-8,gbk,ucs-bom,cp936,gb2312,gb18030

2、 桌面技巧:
a. 桌面直接/可以输入地址,/home 等.
b. 系统--首选项--键盘快捷键,可以保持跟windows快捷键一样。设置win+L锁住屏幕,设置alt+D为显示桌面(名字为隐藏所有窗口并聚焦桌面).

3、 /usr/include 下没有头文件大问题。
sudo apt-get install libc6-dev

4、sources.list设置[code] deb http://Ubuntu.cn99.com/ubuntu/ gutsy main restricted universe multiverse
deb http://Ubuntu.cn99.com/ubuntu/ gutsy-security main restricted universe multiverse
deb http://Ubuntu.cn99.com/ubuntu/ gutsy-updates main restricted universe multiverse
deb http://Ubuntu.cn99.com/ubuntu/ gutsy-proposed main restricted universe multiverse
deb http://Ubuntu.cn99.com/ubuntu/ gutsy-backports main restricted universe multiverse
deb-src http://Ubuntu.cn99.com/ubuntu/ gutsy main restricted universe multiverse
deb-src http://Ubuntu.cn99.com/ubuntu/ gutsy-security main restricted universe multiverse
deb-src http://Ubuntu.cn99.com/ubuntu/ gutsy-updates main restricted universe multiverse
deb-src http://Ubuntu.cn99.com/ubuntu/ gutsy-proposed main restricted universe multiverse
deb-src http://Ubuntu.cn99.com/ubuntu/ gutsy-backports main restricted universe multiverse[/code]
文章评论

共有 0 条评论