一、kali安装时选中文会乱码,安装时要默认英文;安装后默认源连接不上,要添加一些更新源:
- cd /etc/apt/ //在sources.list文件中添加源路径
- nano sources.list //打开sources.list
- 将如下内容添加到 sources.list 文件末尾:
- CTRL+X //保存并退出
- apt-get update //更新,失败则重新找一些更新源
deb http://http.kali.org/kali kali-rolling main contrib non-free
# For source package access, uncomment the following line
# deb-src http://http.kali.org/kali kali-rolling main contrib non-free
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free
二、kali没有自带中文字体
- apt-get install locales //用”locale -a”查看当前系统支持的字符集
- dpkg-reconfigure locales //打开图形化界面,(空格是选择,Tab是切换,*是选中),选中en_US.UTF-8和zh_CN.UTF-8,确定后,将en_US.UTF-8选为默认
- apt-get install xfonts-intl-chinese apt-get install ttf-wqy-microhei //安装中文字体
- 重启,可以从设置中切换语言