首页 > 代码库 > linux/debian 笔记
linux/debian 笔记
用户没权限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 空格键选择相应语言,回车确认,重启
---
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。