1、安裝KALI2019.4版本后會出現亂碼問題
2、更新國內源,使用vim編輯器修改:vim /etc/apt/sources.list添加
#清華大學 [更新源]
deb https://mirrors.tuna.tsinghua.edu.cn/kali kali-rolling main contrib non-free
deb-src https://mirrors.tuna.tsinghua.edu.cn/kali kali-rolling main contrib non-free
按下Esc鍵 然后輸入 :wp!
VIM 保存方法如下
1、ESC鍵后 輸入:wq! 保存並關閉當前vim
2、ESC鍵后 輸入:q! 不保存保存並關閉當前vim
參考文章:https://www.cnblogs.com/MineLSG/p/10410355.html
3、上面編輯完成然后使用執行下面命令
apt-get clean && apt-get update -y
4、在執行下面安裝字體
sudo apt-get install ttf-wqy-microhei ttf-wqy-zenhei xfonts-intl-chinese
5、更改默認的編碼,命令窗口輸入dpkg-reconfigure locales進入圖形界面,選中en_US.UTF-8 UTF-8和zh_CN.UTF-8 UTF-8並將zh_CN.UTF-8 UTF-8選為默認
dpkg-reconfigure locales
6、reboot重啟過后,恢復正常
————————————————
版權聲明:本文為CSDN博主「曲終人散VIP」的原創文章,遵循 CC 4.0 BY-SA 版權協議,轉載請附上原文出處鏈接及本聲明。
原文鏈接:https://blog.csdn.net/u011672712/article/details/103393297