kali-linux入门使用

本文详细介绍了Kali Linux的下载、安装、系统更新、输入法安装等操作,并提供了安装vmware-tools的步骤,以及如何更换源和进行系统更新的方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

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 打开输入法配置
选择输入法后需重启才能正常工作。
 
 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值