码迷,mamicode.com
首页 > 系统相关 > 详细

linux/debian 笔记

时间:2014-05-23 04:05:00      阅读:422      评论:0      收藏:0      [点我收藏+]

标签:c   a   get   strong   linux   name   

用户没权限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

linux/debian 笔记

标签:c   a   get   strong   linux   name   

原文地址:http://www.cnblogs.com/archerchey/p/3742550.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!