1.kali-linux下载地址:

 http://www.kali.org/downloads/

2.安装使用说明:

链接:http://cn.docs.kali.org/category/installing-kali-linux-cn

3.在kali-linux中安装vmware-tools

原文链接

https://github.com/offensive-security/kali-vmware-tools-patches

To run, execute these commands inside the Kali Linux VMware Guest:

  1. Prepare Kali Linux for vmware-tools installation:

    $ apt-get install linux-headers-$(uname -r)
    $ sed -i '/cups\ disabled/d' /usr/sbin/update-rc.d 
    $ echo cups enabled >> /usr/sbin/update-rc.d 
    $ echo vmware-tools-thinprint enabled >> /usr/sbin/update-rc.d
    
  2. Checkout the vmware-tools-patches repository:

    $ git clone https://github.com/offensive-security/vmware-tools-patches
    
  3. Copy a VMwareTools-*.tar.gz into the vmware-tools-patches folder:

    $ cp VMwareTools-*.tar.gz vmware-tools-patches/
    
  4. Apply the patches, and then build the vmware-tools:

    $ cd vmware-tools-patches
    $ export VMWARE_TOOLS_PATCHES_DEBUG=1
    $ ./untar-all-and-patch.sh
    $ cd vmware-tools-distrib
    $ sed -i "s/'RUN_CONFIGURATOR', 'yesno', 'yes');/, 'RUN_CONFIGURATOR', 'yesno', 'no');/" vmware-install.pl 
    $ ./vmware-install.pl -d
    $ cd ..
    # vmware-tools patch taken from http://blog.spiderlabs.com/2013/09/installing-vmware-tools-on-kali-linux-and-some-debugging-basics.html (thanks guys!)
    $ patch -p0 < patches/vmware-tools.patch 
    $ vmware-config-tools.pl -d
4.换源

vim /etc/apt/sources.list

在下面加入你想要换的源地址:(将原来的源地址用#注销)
deb http: //mirrors .ustc.edu.cn /kali kali main non- free contrib
deb-src http: //mirrors .ustc.edu.cn /kali kali main non- free contrib
deb http: //mirrors .ustc.edu.cn /kali-security kali /updates main contrib non- free


5.对才安装的系统进行更新:

apt-get update && apt-get dist-upgrade

6.输入法安装 

ibus:
apt-get install ibus ibus-pinyin
或者 
fcitx
apt-get install fcitx fcitx-pinyin fcitx-module-cloudpinyin fcitx-googlepinyin
安装完成之后,打开终端输入:im-config 打开输入法配置
选择输入法后需重启才能正常工作。
 
 

Logo

更多推荐