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

HTML table mouse drag sorting function

Effect picture: 1. Import files <script src=&q...

Vue implements the question answering function

1. Request answer interface 2. Determine whether ...

How to set up cross-domain access in IIS web.config

Requirement: The page needs to display an image, ...

Alibaba Cloud domain name and IP binding steps and methods

1 Enter the Alibaba Cloud console, find the domai...

Mysql 5.6 "implicit conversion" causes index failure and inaccurate data

background When performing a SQL query, I tried t...

CSS3 flip card number sample code

I received a task from the company today, and the...

Bugs encountered when using mybatis-generator with mysql8.0.3 in IDEA

1. Add the plug-in and add the following configur...

DHTML objects (common properties of various HTML objects)

!DOCTYPE Specifies the Document Type Definition (...

MySQL 8.0 user and role management principles and usage details

This article describes MySQL 8.0 user and role ma...

Optimizing the slow query of MySQL aggregate statistics data

Written in front When we operate the database in ...

Solution to the Docker container being unable to access the host port

I recently encountered a problem at work. The doc...

How to add Nginx proxy configuration to allow only internal IP access

location / { index index.jsp; proxy_next_upstream...

Implementation of Node connection to MySQL query transaction processing

Table of contents Enter the topic mysql add, dele...

MySQL multi-table query detailed explanation

Eating well and getting enough rest sounds simple...

Text pop-up effects implemented with CSS3

Achieve resultsImplementation Code html <div&g...