Home System Tutorial LINUX Introduction to the installation steps and required tools of the CentOS7.9 mirror system in the virtual machine

Introduction to the installation steps and required tools of the CentOS7.9 mirror system in the virtual machine

Jan 26, 2024 pm 04:21 PM
Virtual machine installation

Table of contents

1. Install CentOS7.9 design tools

1. CentOS7.9 mirror system

2. Installed virtual machine software

3. Notebook

2. Operating system installation steps

1. Start the virtual machine

2. Click to create a new virtual machine

3. Select the customized red hat linux download and click Next

4. This step is selected by default, click Next

5. Select to install the operating system later and click Next

6. Because you are installing a linux operating system, select linux, select CentOS 764-bit version, and then click Next.

7. Select the virtual machine installation path according to your requirements and preferences, choose to mount the D drive there, and then click Next

8. Change the processor and core side to 2, and then click Next

9. The virtual machine’s video memory is given 8G

10. Use NET network

11. Default selection, click Next

12. Default selection, click Next

13. Default selection, click Next

安装linux操作系统步骤_linux操作系统安装 下载_linux系统安装软件步骤

14. Give 300G of disk space, choose to split the virtual machine’s c drive into multiple files, and then click Next

15. Default selection, click Next

16. Select custom hardware

17. Select the processor and tick virtualization

18. Select New CD, DCD, select ISO image file on both sides, browse the installed image system, select and click Close.

19. Click to complete

20. After installation, you can jump to the following interface and click to start this virtual machine

21. Use the up and down keys to select the first one (install CentOS7), click Enter, and then wait for the installation

22. After entering, you can select the language interface. English is recommended there. If you want to use English, you can scroll down to find English. Then click Continue.

23. In this step, you can set the regional time and other settings. We will not set it up yet. First, partition the c drive and double-click the icon below to enter.

24. First select the 300G space, then click Iwillconfigurepartitioning (I will configure the partition), and then click done

25. We first select manual partitioning and then click Start Partitioning, which will make partitioning faster.

26. The following is the result of manual partitioning

27. However, manual partitioning allocates the /home directory to too many areas. Linux standard tutorial. There is no need for so many /home directories. We need to allocate all the directory space to the root directory. (Click the sign below to reduce the partition, click the - sign to delete the partition). After the partition is completed, linux operating system installation download, click done.

28. Confirm the partition information again and click AcceptChanges.

29. After the partitioning is completed, return to the initial interface and click BeginInstallation to install the system

linux系统安装软件步骤_linux操作系统安装 下载_安装linux操作系统步骤

30. While installing the system, you can set a password for it and double-click this key to enter the settings

31. After entering the password twice, click done

32. After installation, click Reboot and wait to enter the system by yourself

33. The following is what it looks like after entering the system (linux system)

3. Network connection steps

The previous steps have already completed the installation of the CentOS7.9 version system in Linux, and it is difficult to access the intranet after logging in, and there is a network on our real computer laptop.

1. First enter the systemLinux operating system installation download, then ping and find that there is no connection, then you need to set up the network

2. Use vi to step into the configuration file

Command: vi/etc/sysconfig/network-scripts/ifcfg-ens33

3. Start changing the configuration file content

linux系统安装软件步骤_安装linux操作系统步骤_linux操作系统安装 下载

First we need to enter the input mode to change the file. The initial state we enter the configuration file is in the editing mode. The conversion methods of the three modes are as follows

Step one: Change BOOTPROTO=dhcp to static, that is, change it to: BOOTPROTO=static

Step 2: Change ONBOOT=no to yes, that is, change it to: ONBOOT=yes

Step 3: Insert the final content

IPADDR=20.0.0.51

NETMASK=255.255.255.0

GATEWAY=20.0.0.2

DNS1=8.8.8.8

4. First press ESC to exit the insert mode just now, then press shift plus: enter the last line mode, enter uppercase wq, which means save or exit. After inputting, click the Enter key.

5. Restart the network card, which is to make the configuration file take effect and load the configuration file information into the video memory to run

Command: systemctlrestartnetwork

6. Ping successfully again and communication can be normal. Complete the network configuration.

The above is the detailed content of Introduction to the installation steps and required tools of the CentOS7.9 mirror system in the virtual machine. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
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

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

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

What is the Linux best used for? What is the Linux best used for? Apr 03, 2025 am 12:11 AM

Linux is best used as server management, embedded systems and desktop environments. 1) In server management, Linux is used to host websites, databases, and applications, providing stability and reliability. 2) In embedded systems, Linux is widely used in smart home and automotive electronic systems because of its flexibility and stability. 3) In the desktop environment, Linux provides rich applications and efficient performance.

What are the 5 basic components of Linux? What are the 5 basic components of Linux? Apr 06, 2025 am 12:05 AM

The five basic components of Linux are: 1. The kernel, managing hardware resources; 2. The system library, providing functions and services; 3. Shell, the interface for users to interact with the system; 4. The file system, storing and organizing data; 5. Applications, using system resources to implement functions.

What is basic Linux administration? What is basic Linux administration? Apr 02, 2025 pm 02:09 PM

Linux system management ensures the system stability, efficiency and security through configuration, monitoring and maintenance. 1. Master shell commands such as top and systemctl. 2. Use apt or yum to manage the software package. 3. Write automated scripts to improve efficiency. 4. Common debugging errors such as permission problems. 5. Optimize performance through monitoring tools.

How to learn Linux basics? How to learn Linux basics? Apr 10, 2025 am 09:32 AM

The methods for basic Linux learning from scratch include: 1. Understand the file system and command line interface, 2. Master basic commands such as ls, cd, mkdir, 3. Learn file operations, such as creating and editing files, 4. Explore advanced usage such as pipelines and grep commands, 5. Master debugging skills and performance optimization, 6. Continuously improve skills through practice and exploration.

What is the most use of Linux? What is the most use of Linux? Apr 09, 2025 am 12:02 AM

Linux is widely used in servers, embedded systems and desktop environments. 1) In the server field, Linux has become an ideal choice for hosting websites, databases and applications due to its stability and security. 2) In embedded systems, Linux is popular for its high customization and efficiency. 3) In the desktop environment, Linux provides a variety of desktop environments to meet the needs of different users.

What is a Linux device? What is a Linux device? Apr 05, 2025 am 12:04 AM

Linux devices are hardware devices running Linux operating systems, including servers, personal computers, smartphones and embedded systems. They take advantage of the power of Linux to perform various tasks such as website hosting and big data analytics.

What are the disadvantages of Linux? What are the disadvantages of Linux? Apr 08, 2025 am 12:01 AM

The disadvantages of Linux include user experience, software compatibility, hardware support, and learning curve. 1. The user experience is not as friendly as Windows or macOS, and it relies on the command line interface. 2. The software compatibility is not as good as other systems and lacks native versions of many commercial software. 3. Hardware support is not as comprehensive as Windows, and drivers may be compiled manually. 4. The learning curve is steep, and mastering command line operations requires time and patience.

How much does Linux cost? How much does Linux cost? Apr 04, 2025 am 12:01 AM

Linuxisfundamentallyfree,embodying"freeasinfreedom"whichallowsuserstorun,study,share,andmodifythesoftware.However,costsmayarisefromprofessionalsupport,commercialdistributions,proprietaryhardwaredrivers,andlearningresources.Despitethesepoten

See all articles