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

Practical basic Linux sed command example code

The Linux stream editor is a useful way to run sc...

Detailed explanation of CSS pre-compiled languages ​​and their differences

1. What is As a markup language, CSS has a relati...

How to handle long data when displaying it in html

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

How to implement page jump in Vue project

Table of contents 1. Create a vue-cli default pro...

Understanding of the synchronous or asynchronous problem of setState in React

Table of contents 1. Is setState synchronous? asy...

Installation and configuration method of vue-route routing management

introduce Vue Router is the official routing mana...

Add ico mirror code to html (favicon.ico is placed in the root directory)

Code: Copy code The code is as follows: <!DOCTY...

Vue integrates a rich text editor that supports image zooming and dragging

need: According to business requirements, it is n...

Detailed Example of MySQL InnoDB Locking Mechanism

1. InnoDB locking mechanism The InnoDB storage en...

A collection of common uses of HTML meta tags

What is a mata tag The <meta> element provi...

How to install MySQL using yum on Centos7 and achieve remote connection

Centos7 uses yum to install MySQL and how to achi...

Linux remote login implementation tutorial analysis

Linux is generally used as a server, and the serv...

Super detailed MySQL usage specification sharing

Recently, there have been many database-related o...