当前位置:首页 > Linux > 正文内容

一键解决KALI中文乱码问题

chanra1n6年前 (2020-01-28)Linux6991
echo "deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib" >> /etc/apt/sources.list && echo "deb-src http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib" >> /etc/apt/sources.list && apt-get update && apt-get upgrade && apt-get clean && apt-get install xfonts-intl-chinese ttf-wqy-microhei -y && reboot


扫描二维码推送至手机访问。

版权声明:本文由我的FPGA发布,如需转载请注明出处。

本文链接:http://myfpga.cn/index.php/post/122.html

分享给朋友:

“一键解决KALI中文乱码问题” 的相关文章

Ubuntu或Debian 安装Kali工具集

Ubuntu或Debian 安装Kali工具集

sudo su git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin ch...

解决群晖使用AliDNS Debug和Session错误问题

解决群晖使用AliDNS Debug和Session错误问题

如您没有使用AliDNS请先移步该网站进行配置https://post.smzdm.com/p/571595/本文主要解决群辉运行ddns.py出现错误(debug错误、session问题)的问题任务计划修改为:cp /volume1/DISK/alidns/ddns.conf ...

一键升级Centos6 Python至2.7.9 并安装宝塔

一键升级Centos6 Python至2.7.9 并安装宝塔

#直接复制运行命令即可 curl -o install.sh http://download.myfpga.cn/linux/centos/pythonandbt.sh && sh install.sh...

小米路由器MINI刷爱快固件

小米路由器MINI刷爱快固件

uboot-xiaomi-mini-115200.binIK-MT7620AV4-H1S.bin...

MW788刷NR285G固件

MW788刷NR285G固件

netcore(NR285G).zip...

爱快登录面板API

爱快登录面板API

接口名:登录面板API接口地址:路由器管理地址+/Action/login接口调用方式:POST参数1:username    用户名参数2:passwd    密码,为输入密码的MD5加密,32位小写参数3:pass&...