kali linux 手机上更换源命令(Change the source command on your phone)

工具(Tools)

linux Deploy
Busybox pro

指令

设置root密码:

sudo passwd root

更换源命令:

sudo vim /etc/apt/sources.list

阿里源(Ali source)

deb http://mirrors.aliyun.com/kali sana main non-free contrib
deb http://mirrors.aliyun.com/kali-security/ sana/updates main contrib non-free
deb-src http://mirrors.aliyun.com/kali-security/ sana/updates main contrib non-free

不能汉化,乱码,解决:(Cannot Chinese, garbled code, solve:)

dpkg-reconfigure locales

en_US.UTF-8、zh_CN.GBK、zh_CN.UTF-8

zh_CN.UTF-8

更新系统(updata)

apt-get update #刷新系统软件列表 Refresh the system software list
apt-get upgrade #安装更新 Install updates