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

Vue3 Documentation Quick Start

Table of contents 1. Setup 1. The first parameter...

How to view Linux ssh service information and running status

There are many articles about ssh server configur...

Let's talk about the difference between containers and images in Docker

What is a mirror? An image can be seen as a file ...

Teach you step by step to configure MySQL remote access

Preface When using the MySQL database, sometimes ...

How to understand semantic HTML structure

I believe everyone knows HTML and CSS, knows the ...

The process of installing MySQL 8.0.26 on CentOS7

1. First, download the corresponding database fro...

5 basic skills of topic page design (Alibaba UED Shanmu)

This topic is an internal sharing in the second h...

Use of Vue3 pages, menus, and routes

Table of contents 1. Click on the menu to jump 1....

Nginx merges request connections and speeds up website access examples

Preface As one of the best web servers in the wor...

MySQL 8.0.15 winx64 installation and configuration method graphic tutorial

This article shares the installation and configur...

Solve the problem of VScode configuration remote debugging Linux program

Let's take a look at the problem of VScode re...

Implementation idea of ​​left alignment of the last row of flex box layout

Using flex layout, if it is a nine-square grid, i...

Discussion on Web Imitation and Plagiarism

A few months after entering the industry in 2005, ...

How to use limit_req_zone in Nginx to limit the access to the same IP

Nginx can use the limit_req_zone directive of the...