search

How to install centos7?

Apr 17, 2020 pm 03:07 PM
centos

How to install centos7? The following article will introduce to you how to install CentOS7 in vmware workstations. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.

How to install centos7?

This article shows the installation process of CentOS7 based on vmware workstations. I will not introduce the installation and configuration of vmware workstations here. The basic process is equivalent to installing a software under windows.

1. Open vmware workstations, File->New Virtual Machine, the following interface will appear, select the "Custom (Advanced)" option, and continue with the next step:

How to install centos7?

2. This step is by default. Continue to the next step:

How to install centos7?

3. When the following interface appears, select the "Install operating system later" option and continue to the next step:

How to install centos7?

4. When the following interface appears, select "linux" for the guest operating system and "CentOS 64-bit" for the version. Continue to the next step:

How to install centos7?

5. The following interface appears. Enter the custom virtual machine name. It is best to make the virtual machine name self-explanatory. Here is "CentOS7_CDH_bd06". Specify the virtual machine location. Here is "D:\Virtual Machines\ CentOS7_CDH_bd06", then continue with the next step:

How to install centos7?

6. The following interface appears, select the number of processors and the number of cores per processor, here are 2 and 4 respectively, next step Continue:

How to install centos7?

7. The following interface appears, specify the memory size occupied by the virtual machine, here is 2048M, continue to the next step:

How to install centos7?

8. The following interface appears. Select the network connection type. Here, select "Use Bridged Network". You can choose according to your needs during the installation of the virtual machine. The installation wizard has provided relatively standardized instructions for various modes. Here are additional instructions. As follows:

1) Use a bridged network: the virtual machine IP is in the same network segment as the local machine. The local machine and the virtual machine can communicate with each other through IP. When the local machine is connected to the Internet, the virtual machine can be connected to the Internet. At the same time, the virtual machine and the virtual machine can communicate with each other. Other hosts in this network segment can communicate with each other. This mode is often used in server environment architecture.

2) Use Network Address Translation (NAT): The virtual machine can connect to the Internet and communicate with the local machine, but cannot communicate with other hosts in the local network segment.

3) Use host-only mode network: the virtual machine cannot connect to the Internet, communicate with the local machine, and cannot communicate with other hosts in the local network segment.

Continue to the next step:

How to install centos7?

9. Default, continue to the next step:

How to install centos7?

10. Default, continue to the next step:

How to install centos7?

11, Default, continue to the next step:

1How to install centos7?

12, The following interface appears, Enter the virtual machine disk size. The default 20g is generally not enough. It is recommended to set it slightly larger. Here, set the virtual machine disk size to 80G. Continue to the next step:

1How to install centos7?

13. Default, Continue to the next step:

1How to install centos7?

14. Default, click "Finish" to end virtual machine creation:

1How to install centos7?

15. Exit After installing the wizard, we can see the newly created virtual machine in the left column of the virtual machine management interface, and the detailed configuration information of the virtual machine in the right column:

1How to install centos7?

16 . Click the "Edit Virtual Machine Settings" option in the interface above, and the following interface will appear:

1How to install centos7?

17. In the above picture, you need to specify the "CD/DVD (IDE)" installation image, remove the "USB Controller", "Sound Card" and "Printer", and then click OK. After following the above settings, the interface is as shown below :

1How to install centos7?

18. Click to start the virtual machine to enter the CentOS7 operating system installation process:

19. When the virtual machine console interface appears, select Install CentOS liunx 7. Click the Enter key to continue:

1How to install centos7?

20. Click the Enter key according to the prompts to continue:

How to install centos7?

21. The following interface English is selected by default, click Continue to continue:

2How to install centos7?

##22. The main interface of CentOS7 installation and configuration is shown in the figure below. According to the interface display, the following three parts of the configuration are explained here:

2How to install centos7?

Localization and software parts do not require any settings. What needs attention is the software selection option. The default value is used this time (i.e. minimal installation, this kind of installation of linux The system does not include a graphical interface) installation. As for other components, they can be installed through yum for later use.

22-How to install centos7?

As shown in the picture above, the system part needs to be planned and configured with the red part options in the picture, that is, disk partition planning. In addition, the network & host name options can be modified during the installation process. Modify the host name (the default host name is localhost.localdomain). The specific configuration process is as follows:

Click "installation destination" to enter the following interface, select the 80g hard disk, scroll down to the end, select "i will configure partitioning", that is, customize the disk partition, and finally click done in the upper left corner Carry out disk partition planning:

22-How to install centos7?

23. CentOS7 disk partitioning is carried out in the interface below. Here is the preliminary planning:

/boot: 1024M, standard Partition format creation.

swap: 4096M, created in standard partition format.

/: All remaining space is created in lvm volume group format.

The interface after planning is as follows. Click done to complete partition planning, and click "accept changes" in the pop-up dialog box:

2How to install centos7?

23-How to install centos7? ##24. After completing the disk planning, click on the red box in the picture below to modify the operating system host name. Here it is changed to db06 (as shown in the second picture), then click done to complete the host name configuration and return to the main configuration interface:

2How to install centos7?

24-How to install centos7?25. In the picture below, in fact, starting from the configuration in step 24, we can find that the "begin installtion" button in the lower right corner has changed from the original The gray changes to blue, which means that the operating system installation is ready. Click "begin installtion" to proceed with the operating system installation process.

2How to install centos7?26. All you need to do in the user settings in the picture below is to modify the root user password, click "root password", and set the password. If the password security is not high, such as mine The password here is "oracle", so you may need to click twice to confirm. When the root password is successfully set and returned to the installation interface, we can find that the red warning on the previous user setting interface has disappeared. Compare Figure 1 and Figure 3 below:

2How to install centos7?

26-How to install centos7?

26-How to install centos7?27. In the picture below, the operating system installation has been completed. Click reboot to restart the operating system.

2How to install centos7?28. Log in as root user (i.e. root/oracle) and modify the IP address (vi /etc/sysconfig/network-scripts/ifcfg-ens32):

28-How to install centos7?

Press the character key "i" to enter the edit mode and modify the /etc/sysconfig/network-scripts/ifcfg-ens32 file content as follows:

28-How to install centos7?

After pressing the "esc" key, enter: wq and press Enter to complete editing the configuration file.

Enter: service network restart command to restart the network card. Just change the IP address to take effect. Ping www.baidu.com to test network connectivity.

28-How to install centos7?

Okay, so far, the CentOS7 operating system has been installed successfully.

Recommended related tutorials: centos tutorial

The above is the detailed content of How to install centos7?. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Using CentOS: A Guide for System AdministratorsUsing CentOS: A Guide for System AdministratorsApr 22, 2025 am 12:04 AM

CentOS is an open source operating system based on RedHatEnterpriseLinux, suitable for server environments. 1. Select the appropriate media and options during installation and configure network, firewall and user permissions. 2. Use useradd, usermod and systemctl commands to manage users and services, and update software packages regularly. 3. Basic operations include using yum installation software and systemctl management services, and advanced features such as SELinux to enhance security. 4. Check the system log to solve common errors. Optimizing performance requires monitoring resources and cleaning of unnecessary files.

CentOS: Security, Stability, and PerformanceCentOS: Security, Stability, and PerformanceApr 21, 2025 am 12:11 AM

CentOS is the first choice for server and enterprise environments for its superior security, stability and performance. 1) Security provides forced access control through SELinux to improve system security. 2) Stability is supported by the LTS version for up to 10 years to ensure the stability of the system. 3) Performance significantly improves system response speed and resource utilization by optimizing kernel and system configuration.

The CentOS Replacement Landscape: Current Trends and ChoicesThe CentOS Replacement Landscape: Current Trends and ChoicesApr 20, 2025 am 12:05 AM

CentOS alternatives should have the characteristics of stability, compatibility, community support and package management. 1.AlmaLinux provides 10 years of support, 2. RockyLinux is initiated by the founder of CentOS to ensure compatibility with CentOS. Migration cost and performance optimization should be considered when choosing.

CentOS: An Introduction to the Linux DistributionCentOS: An Introduction to the Linux DistributionApr 19, 2025 am 12:07 AM

CentOS is an open source distribution based on RedHatEnterpriseLinux, focusing on stability and long-term support, suitable for a variety of server environments. 1. The design philosophy of CentOS is stable and suitable for web, database and application servers. 2. Use YUM as the package manager to release security updates regularly. 3. Simple installation, you can build a web server with a few commands. 4. Advanced features include enhanced security using SELinux. 5. Frequently asked questions such as network configuration and software dependencies can be debugged through nmcli and yumdeplist commands. 6. Performance optimization suggestions include tuning kernel parameters and using a lightweight web server.

CentOS in Action: Server Management and Web HostingCentOS in Action: Server Management and Web HostingApr 18, 2025 am 12:09 AM

CentOS is widely used in server management and web hosting. Specific methods include: 1) using yum and systemctl to manage the server, 2) install and configure Nginx for web hosting, 3) use top and mpstat to optimize performance, 4) correctly configure the firewall and manage disk space to avoid common problems.

CentOS: A Community-Driven Linux DistributionCentOS: A Community-Driven Linux DistributionApr 17, 2025 am 12:03 AM

CentOS is a stable, enterprise-grade Linux distribution suitable for server and enterprise environments. 1) It is based on RedHatEnterpriseLinux and provides a free, open source and compatible operating system. 2) CentOS uses the Yum package management system to simplify software installation and updates. 3) Support advanced automation management, such as using Ansible. 4) Common errors include package dependency and service startup issues, which can be solved through log files. 5) Performance optimization suggestions include the use of lightweight software, regular cleaning of the system and optimization of kernel parameters.

What Comes After CentOS: The Road AheadWhat Comes After CentOS: The Road AheadApr 16, 2025 am 12:07 AM

Alternatives to CentOS include RockyLinux, AlmaLinux, OracleLinux, and SLES. 1) RockyLinux and AlmaLinux provide RHEL-compatible binary packages and long-term support. 2) OracleLinux provides enterprise-level support and Ksplice technology. 3) SLES provides long-term support and stability, but commercial licensing may increase costs.

CentOS: Exploring the AlternativesCentOS: Exploring the AlternativesApr 15, 2025 am 12:03 AM

Alternatives to CentOS include UbuntuServer, Debian, Fedora, RockyLinux, and AlmaLinux. 1) UbuntuServer is suitable for basic operations, such as updating software packages and configuring the network. 2) Debian is suitable for advanced usage, such as using LXC to manage containers. 3) RockyLinux can optimize performance by adjusting kernel parameters.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software