Install Linux using VMware virtual machine (CentOS7 image)

Install Linux using VMware virtual machine (CentOS7 image)

1. VMware download and install

Link: https://www.jb51.net/softs/579705.html

2. Download the CentOS image

Official website address: https://www.centos.org/download/

I use Win10 system, so I can choose 7-2009, which is 4G in size (8-2111 has 10G)

3. Open VMware

Most of the subsequent operations are default operations, as follows (multiple picture warning!):

After the creation is complete, start the virtual machine to enter the installation process, select Chinese as the language, and most of the other default installations will be fine.

Root密碼needs to be set and記一下, as it will be used when entering the system.

After the installation is complete, restart and enter the account password to log in. At this time, the system is not connected to the Internet, and a file needs to be modified:

  • 1. Enter the command in Linux system: vi /etc/sysconfig/network-scripts/ifcfg-ens33
  • 2. Modify ONBOOT=no in the file and no改為yes
  • 3. Restart the service: ervice network restart

Test whether the network is connected: ping www.baidu.com

Exit ping: Press ctrl+c on the keyboard at the same time

You may encounter the error "Unable to connect to MKS: Too many socket connection attempts; giving up."

Press win+R to run services.msc , then enable all 5 services and restart the virtual machine.

The above is what I introduced to you about using VMware virtual machine to install Linux (CentOS7 image), I hope it will be helpful to you. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!

You may also be interested in:
  • Detailed steps to install CentOS7 system on VMWare virtual machine
  • CentOS7 network configuration under VMware virtual machine (host wireless Internet access)
  • Windows uses VMware to create a Linux virtual machine and install the CentOS7.2 operating system
  • Tutorial diagram of installing centos7.3 on vmware virtual machine
  • VMWare virtual machine Centos7 installation of Oracle database tutorial diagram
  • CentOS7 installation graphic tutorial in Vmware virtual machine
  • 2022 latest version VMware virtual machine installation CentOS7 installation graphic tutorial

<<:  Implementation of adding a mask layer effect when the CSS mouse hovers over the image

>>:  Introduction to the three essential logs for MySQL database interviews

Recommend

React uses emotion to write CSS code

Table of contents Introduction: Installation of e...

Detailed explanation of Docker data backup and recovery process

The data backup operation is very easy. Execute t...

MySQL slow query method and example

1. Introduction By enabling the slow query log, M...

Several ways to add timestamps in MySQL tables

Scenario: The data in a table needs to be synchro...

Pure js to achieve typewriter effect

This article example shares the specific code of ...

Solution to 404 error when downloading apk file from IIS server

Recently, when using IIS as a server, the apk fil...

How to use shtml include

By applying it, some public areas of the website c...

How to build and deploy Node project with Docker

Table of contents What is Docker Client-side Dock...

The difference between MySQL database host 127.0.0.1 and localhost

Many of my friends may encounter a problem and do...

Detailed explanation of Vue mixin

Table of contents Local Mixin Global Mixins Summa...

Nginx uses the Gzip algorithm to compress messages

What is HTTP Compression Sometimes, relatively la...

Vue implements horizontal scrolling of marquee style text

This article shares the specific code for Vue to ...

Things to note when writing self-closing XHTML tags

The img tag in XHTML should be written like this:...

Solve the scroll-view line break problem of WeChat applet

Today, when I was writing a small program, I used...