kali扩展sd分区
下载:
http://archive.raspberrypi.org/debian/pool/main/r/raspi-config/raspi-config_20150923_all.deb
apt-get install triggerhappy lua5.1 alsa-utils
dpkg -i raspi-config_20150923_all.deb
在终端输入raspi-config,连按两次确定键,重启即可。
更新源
vi /etc/apt/sources.list
deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
deb-src http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
ssh 连接失败:
update-rc.d -f ssh remove
update-rc.d -f ssh defaults
dpkg-reconfigure openssh-server
开机不自动连接wifi(不能分配iip,导致树莓派必须登入后才可以使用ssh):
勾选All users
VNC远程连接
sudo apt-get install tightvncserver
执行vncserver启动vnc,设置账号密码位数不能太短否则启动不了
客户端:
https://www.realvnc.com/en/connect/download/viewer/
参考:
http://www.freebuf.com/geek/84426.html