CentOS 8 installation diagram (super detailed tutorial)

CentOS 8 installation diagram (super detailed tutorial)

CentOS 8 is officially released! CentOS fully complies with Red Hat's redistribution policy and strives to be fully functionally compatible with upstream products. CentOS's modifications to the components are primarily to remove Red Hat's trademarks and artwork. This version also includes the new RHEL upstream, CentOS Streams.

Official Chinese release notes: https://wiki.centos.org/Manuals/ReleaseNotes/CentOS8.1905

What's New in CentOS 8

  • DNF becomes the default package manager, while yum is still available
  • Use network manager (nmcli and nmtui) for network configuration, remove network scripts
  • Container management with Podman
  • Introduced two new package repositories: BaseOS and AppStream
  • Use Cockpit as the default system administration tool
  • By default, Wayland is used as the display server.
  • iptables will be replaced by nftables
  • Using Linux kernel 4.18
  • Provides PHP 7.2, Python 3.6, Ansible 2.8, VIM 8.0, and Squid 4

Minimum Requirements

  • 2 GB RAM
  • 64-bit x86 architecture, 2 GHz or higher CPU
  • 20 GB hard disk space

Step 1: Download the ISO file from the official website

https://mirrors.aliyun.com/centos/8.0.1905/isos/x86_64/CentOS-8-x86_64-1905-dvd1.iso

#Ali Download Station, faster, just copy the link to Xunlei and you can download it, the size is about 6.6G

http://mirrors.163.com/centos/8.0.1905/isos/x86_64/CentOS-8-x86_64-1905-dvd1.iso # NetEase Download Site

Step 2: Create a new virtual machine with Vmware WorkstationPRO15 and configure basic settings

Step 3: Click the Start button to start the installation

You need to click twice here because the password I set is too simple

If the installation is minimized, it will be very fast. The graphical installation is a bit slower and will take about half an hour.

Agree to the license

Log in using the user you just created and the corresponding password, and follow the prompts.

Choose Chinese, very friendly, very nice!!!

The above is the installation process of CentOS 8. So far, we have completed the installation of CentOS 8.

Summarize

The above is the centos8 installation diagram introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!
If you find this article helpful, please feel free to reprint it and please indicate the source. Thank you!

You may also be interested in:
  • VMware installation of Centos8 system tutorial diagram (command line mode)
  • How to install mongodb 4.2 using yum on centos8

<<:  Detailed explanation of MySQL's MERGE storage engine

>>:  Implementation method of Mysql tree recursive query

Recommend

Implementing long shadow of text in less in CSS3

This article mainly introduces how to implement l...

Sample code for CSS image animation effects (photo frame)

This article introduces the sample code of CSS pi...

Tutorial on setting up scheduled tasks to backup the Oracle database under Linux

1. Check the character set of the database The ch...

...

NodeJs high memory usage troubleshooting actual combat record

Preface This is an investigation caused by the ex...

Analysis of Hyper-V installation CentOS 8 problem

CentOS 8 has been released for a long time. As so...

Mysql accidental deletion of data solution and kill statement principle

mysql accidentally deleted data Using the delete ...

vue-admin-template dynamic routing implementation example

Provide login and obtain user information data in...

JavaScript to achieve drop-down menu effect

Use Javascript to implement a drop-down menu for ...

Web page HTML code: production of scrolling text

In this section, the author describes the special...

How to query the latest transaction ID in MySQL

Written in front: Sometimes you may need to view ...

Detailed explanation of Vue's monitoring method case

Monitoring method in Vue watch Notice Name: You s...

Detailed explanation of Javascript event capture and bubbling methods

Table of contents 1. Event Processing Model 1. Ev...