A graphic tutorial on how to install redhat 8.0 system (a must-have for beginners)

A graphic tutorial on how to install redhat 8.0 system (a must-have for beginners)

1. Introduction

In May 2019, Red Hat officially released the official version of the RHEL8 operating system. RHEL 8 is an operating system redesigned for the hybrid cloud era, designed to support workloads and operations from enterprise data centers to multiple public clouds. The following introduces how to install the redhat system. Red Hat official download address: https://developers.redhat.com/products/rhel/download

2. Installation

First install the virtualization tool. I use VMware® Workstation virtual machine.

01. Create a new virtual machine

Select Customize, Next-Next

insert image description here

Select the ISO to install

insert image description here

Install Linux 64-bit system

insert image description here

Select the virtual machine storage path

insert image description here

Configure the virtual machine's CPU, memory and other information

insert image description here

insert image description here

Select the network you need

insert image description here

Configuring Disk Size

insert image description here

Finish

insert image description here

02. Install the system

1. Start the virtual machine. By default, the new virtual machine starts from the CD. Select the first option to install the system: install red hat enterprise linux 8.0.0

insert image description here

2. Enter the installation interface and select the installation language. The default is English. I am used to installing in English.

insert image description here

3. Configure some installation information, mainly the installation destination information of the system.

insert image description here

4. Select the disk for installation. You can have only one disk. I choose custom partition configuration here. If you are installing for the first time and are not familiar with the Linux environment, you can choose automatic partitioning automtic. Select done.

insert image description here

5. Select standard partition, click + to create /boot partition, 512M size

insert image description here

insert image description here

6. Create a root partition /, size 10G

insert image description here

7. Select lvm as the device type of the root partition, and the volume name is rhel by default. You can create your own vgname.

insert image description here

8. Create /home /var and swap file systems in turn

insert image description here

insert image description here

insert image description here

Here, please note that the swap partition file system is swap, and the other partition types are xfs

insert image description here

9. Then click done and click accept changes to confirm.

insert image description here

10. Select the default server with GUI, and then click to start the installation.

insert image description here

11. Wait for a while after the installation. You can set the password of the root user here.

insert image description here

insert image description here

12. Installation complete, reboot

insert image description here

13. Click Licens information, check I agree to the license agreement, and click Finish

insert image description here

insert image description here

14. Click finish configuration.

insert image description here

15. Click next

insert image description here

insert image description here

16. Click skip

insert image description here

17. Enter a new username and click next.

insert image description here

18. Set a password

insert image description here

19. Click to start using

insert image description here

20. We select not listed and log in as root user first.

insert image description here

insert image description here

21. Configure the root user and click next

insert image description here

insert image description here

insert image description here

Click skip

insert image description here

Get Started

insert image description here

22. A help window pops up. Click the X on the right to close it.

insert image description here

23. Now the installation of rhel8.0 is complete

insert image description here

03. Simple configuration system

1. Click on the activities in the upper left corner, and some menus will pop up on the left, including browser, terminal, software, etc.

insert image description here

Click on the nine-square grid below to pop up some detailed applications

insert image description here

2. Configure the network: 1) Click the inverted triangle in the upper right corner – wired off – wired settings to set it up. 2) You can also right-click on the desktop and select Settings – then select Network

insert image description here

insert image description here

3. Click the Configure button under the Wired item

insert image description here

4. Check the box "Connect automatically"

insert image description here

5. Configure the IP address and select the IPv4 item. There are options for automatically obtaining DHCP and manually configuring manual. Configure according to the actual situation and confirm apply.

insert image description here

6. You can see that the network connection is complete. Use ping to test it.

insert image description here

Open the terminal and ping the gateway

insert image description here

7. Successfully logged in using ssh through the crt terminal.

insert image description here

This is the end of this article about the graphic tutorial for installing redhat 8.0 Red Hat system (a must-have for novices). For more relevant redhat 8.0 installation content, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope everyone will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Red Hat (RedHat8) RHEL8.0 system installation steps graphic tutorial (even a novice can do it)

<<:  React implements infinite loop scrolling information

>>:  How to use MySQL DATEDIFF function to get the time interval between two dates

Recommend

Element avatar upload practice

This article uses the element official website an...

A brief analysis of CSS :is() and :where() coming to browsers soon

Preview versions of Safari (Technology Preview 10...

Installation steps of mysql under linux

1. Download the mysql tar file: https://dev.mysql...

MySQL stored functions detailed introduction

Table of contents 1. Create a stored function 2. ...

The problem of Vue+tsx using slot is not replaced

Table of contents Preface Find the problem solve ...

Implementing a simple Gobang game with native JavaScript

This article shares the specific code for impleme...

Solution to Incorrect string value in MySQL

Many friends will report the following error when...

Detailed example of IOS database upgrade data migration

Detailed example of IOS database upgrade data mig...

Application examples of WeChat applet virtual list

Table of contents Preface What is a virtual list?...

MYSQL transaction tutorial Yii2.0 merchant withdrawal function

Preface I am a PHP programmer who started out as ...

Detailed tutorial on how to automatically install CentOS7.6 using PXE

1. Demand The base has 300 new servers, and needs...

The final solution to Chrome's minimum font size limit of 12px

I believe that many users who make websites will ...

Detailed explanation of JavaScript array deduplication

Table of contents 1. Array deduplication 2. Dedup...