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

Summary of some common techniques in front-end development

1. How to display the date on the right in the art...

Drawing fireworks effect of 2021 based on JS with source code download

This work uses the knowledge of front-end develop...

Tutorial on installing mysql5.7.17 via yum on redhat7

The RHEL/CentOS series of Linux operating systems...

How to create a table in mysql and add field comments

Directly post code and examples #Write comments w...

25 Vue Tips You Must Know

Table of contents 1. Limit props to type lists 2....

Detailed description of the function of meta name="" content="

1. Grammar: <meta name="name" content...

Use of MySQL DATE_FORMAT function

Suppose Taobao encourages people to shop during D...

Detailed explanation of InnoDB storage files in MySQL

Physically speaking, an InnoDB table consists of ...

Docker image cannot be deleted Error: No such image: xxxxxx solution

Preface The docker image cannot be deleted. Check...

Practice of using Tinymce rich text to customize toolbar buttons in Vue

Table of contents Install tinymce, tinymce ts, ti...

How to use jsonp in vue

Table of contents 1. Introduction 2. Installation...

Is it necessary to give alt attribute to img image tag?

Do you add an alt attribute to the img image tag? ...

Detailed explanation of the use of MySQL sql_mode

Table of contents Preface sql_mode explained The ...