• 2019-2020-2 20175335丹增罗布 《网络对抗》 Exp0 环境搭建-KALI LINUX安装


    2019-2020-2 20175335丹增罗布 《网络对抗》 Exp0 环境搭建-KALI LINUX安装

    一、虚拟机安装与下载

    vmware fusion(个人选择):https://www.vmware.com/products/fusion/fusion-evaluation.html

           

    二、kali的安装与下载

     打开Vmware开始创建新虚拟机

    在虚拟机安装系统镜像,操作系统我选择的是“linux → Debian 9.x 64位”。

    然后引导固件选的是“传统BIOS”

    然后到了选择图形化安装。(选择Graphical install)

    选择中文。(简体)

    选区域。

    配置键盘。

    写个自己的主机名。

    配置网络。(没有就继续)

    设置用户和密码。

    设置密码。

    磁盘分区。

      (分区方法)

    继续

    分区方案。

     继续。

    将改动写入磁盘 (是)

       看自己吧 (否)

        HTTP代理信息

    将GRUB安装至硬盘(是)

       结束安装过程。

     给超级用户设置密码

    四、设置共享文件夹

    添加。

    安装VMware Tools。

    输入命令cd vmware-tools-distrib进入文件夹然输入./vmware-install.pl开始安装然后重启就完事。

    五、Kali配置。(网络配置)

    Kali的网络默认是和主机共享的,初始状态不需要调整就应该可以使用。

      

    六、安装过程中遇到的问题。

    问题1.Kali的汉化(出现方框乱码问题)

    解决方法:由于安装的时候选择的汉语,而且安装的包是light轻量的包,所以还需要安装一下中文字体。

    sudo apt-get install ttf-wqy-zenhei

    问题2:安装一直不成功和选择镜像损毁、选择问题。

    解决方法:

    1、使用网络镜像时选择否,这问题可能跟网速有关系(建议)。

    2、选择下载镜像选择lnstaller或者重新安装 图形化界面 成功进入 代码如下:

    1.$ apt-get update
    2.$ apt-get install x-window-system-core
    3.$ apt-get install gnome-core

    问题3:apt设置源。

    解决方法:由于官网的源需要墙或者想使用国内的源,可以修改source.list

    vi /etc/source.list

    打开文件并修改为其他可用的源地址,以下可供参考:

    deb http://ftp.sjtu.edu.cn/debian wheezy main non-free contrib
    deb-src http://ftp.sjtu.edu.cn/debian wheezy main non-free contrib
    deb http://ftp.sjtu.edu.cn/debian wheezy-proposed-updates main non-free contrib
    deb-src http://ftp.sjtu.edu.cn/debian wheezy-proposed-updates main non-free contrib
    deb http://ftp.sjtu.edu.cn/debian-security wheezy/updates main non-free contrib
    deb-src http://ftp.sjtu.edu.cn/debian-security wheezy/updates main non-free contrib
    deb http://mirrors.163.com/debian wheezy main non-free contrib
    deb-src http://mirrors.163.com/debian wheezy main non-free contrib
    deb http://mirrors.163.com/debian wheezy-proposed-updates main non-free contrib
    deb-src http://mirrors.163.com/debian wheezy-proposed-updates main non-free contrib
    deb-src http://mirrors.163.com/debian-security wheezy/updates main non-free contrib
    deb http://mirrors.163.com/debian-security wheezy/updates main non-free contrib
    
    
    
  • 相关阅读:
    微软一站式示例代码库 11月小结
    Linux服务器使用SSH的命令 [转]
    简明 Vim 练级攻略 [转]
    如何在Windows下使用LAPACK和ARPACK [转]
    使用setuptools自动安装python模块 [转]
    VS2010下GSL的配置 [转]
    poj3255 Roadblocks ***
    协方差矩阵的详细说明 [转]
    VC环境下LIB引用问题(LNK1104) [转]
    Dreamweaver CS5: "Configuration error"
  • 原文地址:https://www.cnblogs.com/DLuob/p/12363344.html
Copyright © 2020-2023  润新知