当前位置:网站首页>[Day1] VMware software installation
[Day1] VMware software installation
2022-08-05 06:09:00 【Giving pomelo,】
First, the main task is software installation: VMware;

Second, VMware installation precautions
1. The VMware installation is best installed on another disk, Do not install it on the C drive, Avoid the computer due to the content of the C driveToo much will cause lag.
2. When you need to store software resources, it is best to store it in non-C drive
3. Precautions for creating a new virtual machine
1. Create a new virtual machine

2. In the new virtual machine wizard, after entering the secret key, check Custom, and select the installation source of the virtual machine. Here I use

3. Check the downloaded centos image file
4.The time modification is the same as the local time to avoid errors when connecting

5. Click to configure memory, If you need to manually configure it yourself, check I would configure partitioning



6.Note the size of the swap cannot be larger than the memory size (the memory here is 1G, so the size of the swap is 2G)p>
7. Click [Reboot] after completion, log in after restarting, as shown below after success

8. Only one virtual machine can be stored in a file, otherwise problems may occur
Fourth, VMWare provides three working modes
1. ①ridged (bridged mode),
②NAT (Network Address Translation Mode)
3 host-only (host mode).
After installing the virtual machine, you can see two more network cards in the network connection.As shown below.

2. Mode introduction
①ridged (bridged mode) In this mode, the virtualized operating system of VMWare is like an independent host in the local area network, which can access any machine in the network. The virtual system and host using bridged modeThe relationship between machines is like two computers connected to the same Hub.In order for them to communicate with each other, you need to configure the IP address and subnet mask for the virtual system, otherwise communication will not be possible.
2 NAT (Network Address Translation Mode) In some special network debugging environments, it is required to separate the real environment from the virtual environment, then you can use the host-only mode.
③host-only (host mode) Use NAT mode to access the Internet in a virtual system.The TCP/IP configuration information of the virtual system in NAT mode is provided by the DHCP server of the VMnet8 (NAT) virtual network and cannot be modified manually, so the virtual system cannot communicate with other real hosts in the local area network.The biggest advantage of using NAT mode is that it is very simple for the virtual system to access the Internet, you do not need to perform any other configuration, only the host machine can access the Internet.
边栏推荐
猜你喜欢
![[Paper Intensive Reading] Rich Feature Hierarchies for Accurate Object Detection and Semantic Segmentation (R-CNN)](/img/a7/fc3fe440f5e57362d44ae875b7d436.png)
[Paper Intensive Reading] Rich Feature Hierarchies for Accurate Object Detection and Semantic Segmentation (R-CNN)

Cocos Creator开发中的事件响应

入门文档07 分阶段输出

Unity3D中的ref、out、Params三种参数的使用

Autoware中安装Yolo3目标检测模块遇到的问题

UE4美术你有必要了解的数学基础

Autoware--北科天绘rfans激光雷达使用相机&激光雷达联合标定文件验证点云图像融合效果

TCP/IP四层模型
![[Day8] Commands involved in using LVM to expand](/img/ba/39b81cbcecec9bc54a710ff9dba81a.png)
[Day8] Commands involved in using LVM to expand

【UiPath2022+C#】UiPath数据类型
随机推荐
偷题——腾讯游戏开发面试问题及解答
Getting Started Doc 08 Conditional Plugins
错误类型:reflection.ReflectionException: Could not set property ‘xxx‘ of ‘class ‘xxx‘ with value ‘xxx‘
入门文档12 webserve + 热更新
你要找的cocos面试答案都在这里了!
UE4美术你有必要了解的数学基础
D46_给刚体施加的力
C语言—扫雷的实现
Spark源码-任务提交流程之-6.1-sparkContext初始化-创建spark driver端执行环境SparkEnv
每日一题-合并两个有序链表-0720
【Day8】使用LVM扩容所涉及的命令
Dsf5.0 bounced points determine not return a value
【Day1】VMware软件安装
每日一题-盛最多水的容器-0716
【UiPath2022+C#】UiPath 循环
OpenCV3.0 兼容VS2010与VS2013的问题
Hard Disk Partitioning and Permanent Mounting
图片压缩失效问题
Unity常用模块设计 : Unity游戏排行榜的制作与优化
unity实现第一人称漫游(保姆级教程)