Install centos7 virtual machine on win10

Install centos7 virtual machine on win10

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:
  • Detailed explanation of how to install centos7 using win10's built-in virtual machine hyper-v
  • Detailed steps to install CentOS7 system on VMWare virtual machine
  • Windows uses VMware to create a Linux virtual machine and install the CentOS7.2 operating system
  • Install Centos7 using Hyper-v virtual machine

<<:  Windows platform configuration 5.7 version + MySQL database service

>>:  ReactJs Basics Tutorial - Essential Edition

Recommend

CSS navigation bar menu with small triangle implementation code

Many web pages have small triangles in their navi...

HTTP Status Codes

This status code provides information about the s...

How to modify mysql permissions to allow hosts to access

Enable remote access rights for mysql By default,...

Several ways to submit HTML forms_PowerNode Java Academy

Method 1: Submit via the submit button <!DOCTY...

jQuery plugin to implement minesweeper game (1)

This article shares the specific code of the firs...

js implements the classic minesweeper game

This article example shares the specific code of ...

Mini Program to Implement Simple List Function

This article example shares the specific code of ...

Vue implements internationalization of web page language switching

1. Basic steps 1: Install yarn add vue-i18n Creat...

Dealing with the problem of notes details turning gray on web pages

1. In IE, if relative positioning is used, that is...

Detailed explanation of several storage methods of docker containers

Table of contents Written in front Several storag...

Introduction to CSS3 color value RGBA and gradient color usage

Before CSS3, gradient images could only be used a...

Implementation of navigation bar and drop-down menu in CSS

1. CSS Navigation Bar (1) Function of the navigat...

Example analysis of MySQL startup and connection methods

Table of contents How to start mysqld Method 1: m...