用户没权限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 空格键选择相应语言,回车确认,重启
---
时间: 2024-10-24 23:01:04