当前位置:网站首页>VMware下配置kali(一)
VMware下配置kali(一)
2022-07-20 23:58:00 【道人禅(armey)】
我们在VMware中安装好kali后,首先进行VMware Tools的安装。
1、在VMware的菜单栏中,我们选择"虚拟机" ----> "安装VMware Tools"选型,完成后,kali的桌面中会出现一个带有光盘图标,名 字为"VMwareTools"的文件
2、打开终端,输入命令"cd /media/cdrom0/",进入该目录
3、使用"ls"查看该目录下的文件,找到名为"VMwareTools-*-.tar.gz"的文件,其中"*"代表版本号,读者根据自己的版本自行输入
4、我们使用"cp"命令将该文件复制到"tmp"文件夹中
5、进入到"tmp"目录中,并使用“ls”查看该目录下的文件,找到上一步中复制的文件
6、使用"tar"命令将该文件进行解压,格式:“tar -zxvf VMwareTools-*-.tar.gz”
7、解压完毕后,使用"ls"进行文件查看,发现”vmware-tools-distrib“文件,进入到该文件
8、进入后,找到"vmware-install.pl"文件,输入"./vmware-install.pl",中间会有提示,输入no即可
9、完成后,输入”reboot“,重启kali后就完成VMware Tools的安装了
到这里,VMware Tools 的安装已经完成了,后面的内容我会陆续更新,
有疑问的小伙伴欢迎来找我交流,交流QQ群:892747839
边栏推荐
- Array tarray in ue4/5
- ip6tables v1.8.7 (legacy): Couldn‘t load match `pkttype‘:No such file or directory
- C#(四十五)之线程池
- Let me introduce you to the partition automatic management of data warehouse
- 超级奶思的笔记软件:Obsidain
- 【精选】Mysql B-Tree和B+Tree的结构?
- The transport layer uses a web proxy to access websites
- 获取文件类型
- Chapter V central processing unit
- 如何提取Matlab可视化图像窗口Figure中的坐标信息
猜你喜欢
MySQL explain execution plan analysis
[CS231N]Notes_1-Introduction
Methods to effectively prevent overflow and underflow during softmax calculation
C#(四十四)之线程死锁
SAP Fiori topic 2: using webide to build Fiori with navigation bar
Thread of C (41)
php-fpm自定义zabbix监控
Let me introduce you to the partition automatic management of data warehouse
音视频开发进阶|第四讲:音频自动增益控制 AGC
How to extract coordinate information in MATLAB visual image window figure
随机推荐
What resources cannot be shared between threads?
Encapsulate the global input component and bind parent-child data through V-model
家园防线 | 全栈物联网灌溉系统技术指南
XFS 打开电子商务新方式
【robots协议】简介、理解
Some functions of C (39) about string
Sqlite中防止Insert数据重复
王者荣耀商城异地多活部署设计
YII框架安装步骤(yii框架版本1.1.20,时间是2018/11)
C#(三十七)之基于流的文件操作(FileStream)
C#(三十六)之文件夹、路径、环境特殊目录类
JS syntax variables (declaration, naming conventions, declaration of multiple variables at one time, use)
MySQL explain execution plan analysis
Sycl learning notes
下游任务(downstream task)含义
有效防止softmax计算时上溢出(overflow)和下溢出(underflow)的方法
同城多数据中心部署 TiDB
【测试开发】软件测试——测试用例设计&测试分类详解
[machine learning] how to choose a better model to save in the training process (pytorch)
Thread synchronization and interlock of C (42)