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

Analysis and application of irregular picture waterfall flow principle

The layout problem of irregular picture walls enc...

CocosCreator classic entry project flappybird

Table of contents Development Environment Game en...

Summary of MySQL view principles and usage examples

This article summarizes the principles and usage ...

Solution to the problem that Java cannot connect to MySQL 8.0

This article shares a collection of Java problems...

jQuery treeview tree structure application

This article example shares the application code ...

MySQL slave library Seconds_Behind_Master delay summary

Table of contents MySQL slave library Seconds_Beh...

How to handle long data when displaying it in html

When displaying long data in HTML, you can cut off...

Tutorial on installing AutoFs mount service under Linux

Whether it is Samba service or NFS service, the m...

A Brief Analysis of the Differences between “:=” and “=” in MySQL

= Only when setting and updating does it have the...

The difference and usage of distinct and row_number() over() in SQL

1 Introduction When we write SQL statements to op...

Detailed explanation of Vue's live broadcast function

Recently, the company happened to be doing live b...

Use CSS to draw a file upload pattern

As shown below, if it were you, how would you ach...