安装好系统后想改变系统默认语言(中文改变到英文)
dpkg-reconfigure locales
选择en_US(UTF8)
没有菜单编辑器,菜单编辑起来不方便
apt-get install alacarte
将默认的gnome桌面更换为小巧快速的xfce桌面
step 1: apt-get install kali-defaults kali-root-login desktop-base xfce4 xfce4-places-plugin xfce4-goodies
step 2: update-alternatives --config x-session-manager
weevely运行失败,显示“ImportError: No module named sockshandler”,官方论坛可以搜索到解决方法:
step 1: Download last PySocks from python site https://pypi.python.org/pypi/PySocks/
step 2: ./setup.py install (论坛里说要先setup.py build,但貌似不用)
step 3: Enjoy weevely!
To be continued...
本文出自 “安全小站” 博客,请务必保留此出处http://tankaiha.blog.51cto.com/8553228/1710828
原文地址:http://tankaiha.blog.51cto.com/8553228/1710828