1. Download VMware Workstation 64 version https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html 2. Download CentOS-7-x86_64-DVD-1810 https://www.centos.org/download/ 3. Install the system on the virtual machine 4. Configure the network, virtual machine -> settings -> set network, set bridge mode 5. Virtual machine configuration IP Before entering the system, we first confirm the host's IP address, gateway, DNS and other information. Then, enter the system to edit the network card configuration file. The command is vi /etc/sysconfig/network-scripts/ifcfg-eth0 Add the following content: After editing is complete, save and exit, then restart the virtual machine network card service network restart Ping baidu.com If it works, it means it is successful. 6. Download and install ifconfig yum search ifconfig ![]() yum install net-tools.x86_64 You may also be interested in:
|
<<: Windows platform configuration 5.7 version + MySQL database service
>>: ReactJs Basics Tutorial - Essential Edition
MySQL Boolean value, stores false or true In shor...
Table of contents Create a global shared content ...
MongoDB Installation Choose to install using Yum ...
Table of contents Preface 1. Custom focus command...
Lots of links You’ve no doubt seen a lot of sites ...
By understanding how tomcat handles concurrent re...
MySQL 8 official version 8.0.11 has been released...
As the most commonly used layout element, DIV play...
Prerequisite: The web developer plugin has been in...
Question: After the computer restarts, the mysql ...
Introduction Closure is a very powerful feature i...
What is the purpose of this sentence? Copy code Th...
Table of contents What is React Fiber? Why React ...
1. Spread Operator The spread operator is three d...
Summarize Global environment ➡️ window Normal fun...