CentOS 7 installation and configuration tutorial under VMware10

CentOS 7 installation and configuration tutorial under VMware10

If Ubuntu is the most popular Linux operating system among desktop users today, then CentOS is the most popular Linux distribution among companies, enterprises, and IDCs. Thanks to its excellent stability, countless well-known websites around the world have chosen it.

CentOS is a free version compiled based on the source code of Red Hat Enterprise Linux (expensive but very popular). Therefore, it not only inherits the superior stability of RHEL, but also provides free updates. Therefore, it is almost the largest Linux distribution in terms of installation volume among server providers and small and medium-sized companies. It has now officially joined Red Hat. For students who are engaged in Internet technology, CentOS should be worthy of your in-depth study and research...

Required preparation:

1. VMware Workststion 10 virtual machine software

2. CentOS7 operating system

Installation process of CentOS7 based on VMware 10:

1. First click on Create a new virtual machine, select "Typical", and then click Next.

2. After the initial work is completed, select the required CentOS 7 ISO image, click "Start this virtual machine", and then enter the installation interface.

3. Select the language during the installation process. Select English here, which is the default.

4. Enter the main interface of installation configuration. The main configuration work of CentOS 7 is carried out in this interface. If it is not fully set up, the Begin installation button will be grayed out.

5. Select the DATA&TIME item in LOCALIZATION, select the time zone Asia\Chongqing, and press Done to return after setting. As shown below:

6. Use the default KEYBOARD in LOCALIZATION, as shown below:

7. Set the supported language and select the LANGUAGE SUPPORT item in LOCALIZATION. In this article, in addition to the default English, Chinese is selected. After setting, press Done to return. As shown below:

8. For installation source configuration, select the INSTALLATION SOURCE item in SOFTWARE. In this article, the default installation source is selected. After setting, press Done to return. As shown below:

9. For system environment and software installation, select the SOFTWARE SELECTION item in SOFTWARE and choose the desired environment according to your needs. This article selects the GNOME Desktop environment (on the left). On the right are some additional software and tools. You can choose to install them according to your needs. After setting, press Done to return. As shown below:

10. System partition settings, select the INSTALLATION DESTINATION item in SYSTEM, in Other Storage Options, select the configuration partition item "I will configure partitioning", press Done to confirm, as shown below:

11. Manual partition, select Standard Partition partition mode, press Done to confirm, as shown below:

12. The partition format of CentOS is completely different from that of Windows. The partition format of Windows is generally NTFS and can be installed in the C partition of the hard disk. However, in CentOS, it is generally divided into two partitions:

One is the root partition, which is "\", and the file system is ext4.

The other is the swap partition (when the memory is less than 2G, set it to twice the memory; when the memory is greater than or equal to 2G, set it to 2G).

At this time, click the "+" sign to add a mount point and create the two partitions above, as shown in the following figure:

After the partition is completed, select Done to confirm, and select Accept Changes in the pop-up dialog box, as shown below:

13. Network configuration mainly involves turning on the network card and setting the hostname, as shown in the following figure:

Select "Configure", set as shown below, then click "Save" and "Done" to return, as shown below:

14. After completing the above steps, the basic configuration has been completed. At this time, the Begin installation button in the main interface will be available, click the button to install. When you enter the installation interface, you can see the "USER CREATION" item. Before completing the installation, you can further configure the user settings, as shown in the following figure:

The installation of the software package usually takes a long time. At this time, you can set USER SETTINGS and click the ROOT PASSWORD option to set the root user (root) password, as shown in the figure below. After setting, press Done to return, as shown in the figure below:

Next, set USER CREATION, that is, create a new account, enter the user name and password. Note that the user here is an ordinary user, just like the administrator and ordinary user under the Windows system. The root user under CentOS corresponds to the Administrarot user under Windows. The user created here corresponds to the ordinary user under Windows. The specific settings are shown in the figure below. After setting, press Done to return.

Return to the main interface and wait for the software to continue installing...

15. After the installation is complete, click reboot.

After restarting, enter the LOCALIZATION settings, click LICENSE INFORMATION, enter the agreement interface, check the checkbox "I Accept...", and click Done to return after completion.

Click "Finished configuration" to enter the kdump settings interface, uncheck the checkbox, click "Forward" to continue, and click "Yes" to confirm.

16. The system will restart at this time. Log in as the ordinary testuser user just created, enter the password, and you can enter the desktop.

17. After entering the desktop, a welcome interface will appear. Select the default English and click OK. Then click Next...Next...

At this point, the installation of CentOS 7 has been completed. Isn’t the desktop beautiful? Excellent!

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • Graphical tutorial on installing CentOS 7.3 on VMWare
  • CentOS 7 installation and configuration method graphic tutorial
  • VMware virtual machine installation CentOS 6.9 graphic tutorial
  • Detailed tutorial on installing CentOS 7 with vmware
  • Tutorial on installing Centos operating system on VMware virtual machine
  • VMware installation CentOS graphic tutorial
  • VMWare installation CentOS 6.9 tutorial
  • CentOS 6.5 64-bit installation and configuration tutorial in VMware 12
  • CentOS 7 installation tutorial under VMware
  • Centos 7 64-bit desktop version installation graphic tutorial

<<:  Use JS to zoom in and out when you put the mouse on the image

>>:  mysql 5.6.23 winx64.zip installation detailed tutorial

Recommend

How to delete node_modules and reinstall

Table of contents Step 1: Install node_modules in...

Implementing CommonJS modularity in browsers without compilation/server

Table of contents introduction 1. What is one-cli...

How to simplify Redux with Redux Toolkit

Table of contents Problems Redux Toolkit solves W...

In html table, set different colors and widths for each cell

It is recommended that you do not set the width, h...

Detailed explanation of basic management of KVM virtualization in CentOS7

1. Install kvm virtualization : : : : : : : : : :...

How to keep running after exiting Docker container

Phenomenon: Run an image, for example, ubuntu14.0...

Nginx server https configuration method example

Linux: Linux version 3.10.0-123.9.3.el7.x86_64 Ng...

VMware installation of Centos8 system tutorial diagram (command line mode)

Table of contents 1. Software and system image 2....

A simple method to implement scheduled backup of MySQL database in Linux

Here are the detailed steps: 1. Check the disk sp...

Issues installing Python3 and Pip in ubuntu in Docker

text 1) Download the Ubuntu image docker pull ubu...

How to quickly set the file path alias in react

React is a JavaScript library for building user i...

Summary of Vue3 combined with TypeScript project development practice

Table of contents Overview 1. Compositon API 1. W...

Mysql 8.0 installation and password reset issues

Mysql 8.0 installation problems and password rese...

Summary of methods to prevent users from submitting forms repeatedly

Duplicate form submission is the most common and ...