linux/debian 笔记

时间:2014-05-23 04:05:00   收藏:0   阅读:422

用户没权限sudo:

root登录,

cd /etc/

chmod u+w sudoers 

vi /etc/sudoers

添加  username  ALL=(ALL) ALL , 保存退出

chmod u-w sudoers

---

 

中文字体乱码:

sudo dpkg-reconfigure locales

选择zh_CN.UTF-8 UTF-8

转换为中文界面,自动安装中文字体

---

 

安装google拼音输入法:

sudo apt-get install ibus

sudo apt-get install ibus-googlepinyin

---

 

unable to locate package xxx:

sudo apt-get update

sudo apt-get install xxx

---

 

chrome中文乱码:

sudo apt-get install ttf-wqy-zenhei

---

 

ibus preference不显示:

su -

dpkg-reconfigure locale 空格键选择相应语言,回车确认,重启

---

 

linux/debian 笔记,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!