更新源
kali
更新sudo gedit /etc/apt/sources.list
ubuntu
更新sudo gedit /etc/apt/sources.list
替换成(这是台湾源)
接着更新
如果更新不了,就清除缓存sudo rm -vfr /var/lib/apt/lists/*
如果出现Clearsigned file isn't valid, got 'NODATA' (does the network require authentication?)
把system settings->software&updata->other software->带有main的网站的钩去掉
安装程序
安装git
|
|
更换shell
查看shellcat /etc/shells
安装zshsudo apt-get install zsh
接着安装oh-My-Zsh
输入zsh
安装pip
|
|
安装binwalk
|
|
安装pwntools
|
|
安装libnum与gmpy2
libnum(只支持python2.7)
gmpy2
https://blog.csdn.net/wanzt123/article/details/71036184
使用
安装mips架构
https://www.cnblogs.com/WangAoBo/p/debug-arm-mips-on-linux.html