安装kali linux
安装kali linux
环境:
vmware 10.0.1
kali1.0 vmware镜像,kali linux官方直接提供了wmware镜像,下载地址
安装镜像
官方镜像默认账户为root, 密码toor
更新vmware-tools
按指示操作即可
创建账户
官方镜像默认使用root账户,不适合日常使用,需要创建新用户,
操作方式:
应用程序--系统工具-首选项-系统设置,选择+号;类型选择管理员;记得要设置密码,并选择激活此账号;默认语言选择Chinese(Simplified);重启 reboot使用新创建的用户登录
添加源
备份源:
sudo cp /etc/apt/sources.list /etc/apt/source.list.backup
添加以下源:
# kali mainland mirrordeb http://mirrors.neusoft.edu.cn/kali/ kali main non-free contribdeb-src http://mirrors.neusoft.edu.cn/kali/ kali main non-free contribdeb http://mirrors.neusoft.edu.cn/kali-security kali/updates main contrib non-free# deb mainland mirrordeb http://mirrors.163.com/debian wheezy main contrib non-freedeb http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-freedeb-src http://mirrors.163.com/debian wheezy main non-free contribdeb-src http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free# deb mainland officialdeb http://ftp.cn.debian.org/debian/ wheezy main contrib non-freedeb-src http://ftp.cn.debian.org/debian/ wheezy main contrib non-free# debian security updatesdeb http://security.debian.org/ wheezy/updates main contrib non-freedeb-src http://security.debian.org/ squeeze/updates main contrib non-free
更新系统
sudo apt-get upgrade
输入法
安装中文字体和五笔拼音输入法
apt-get install fcitx-table-wbpy ttf-wqy-microhei ttf-wqy-zenhei
安装flash
未成功,提示 未发现软件包 flashplugin-nonefre
apt-get install flashplugin-nonefreupdate-flashplugin-nonfree --install
设置字体
默认字体看不清,调整一下
安装并运行gnome-tweak-tool工具,在字体设置里面把Antialiasing(反锯齿)调整为Rgba,Hinting(字体微调)调整为Slight,这样看起来会好些。
sudo apt-get install gnome-tweak-toolgnome-tweak-tool
参考 :
http://blog.sina.com.cn/s/blog_40983e5e0101dhz0.html
http://www.16kan.com/post/914871.html