Linux基础( 六 )

apt-get update && apt-get upgrade && apt-get clean

选语言

dpkg-reconfigure locales

进入图形界面 , 选中en_US.UTF-8 UTF-8和zh_CN.UTF-8 UTF-8(空格是选择 , tab是切换 , *是选中)并将zh_US.UTF-8选为默认 。

安装中文字体

apt-get install xfonts-intl-chinese

apt-get install ttf-wqy-microhei

重启

reboot

如果重启后还有英文 , 多重启两次就好 。

二、Kali Linux内核版本

通过命令uname -r查看内核版本

推荐阅读