Preface: I'm currently learning Linux and .Net Core, and learning some cross-platform knowledge. First of all, the virtual machine software I used is VMware-15.1.0, and the Linux system is CentOS-8-x86_64-1905-dvd1. 1. Install VMware 15.0 First, download the software from the Internet. The installation is pretty simple, so I won’t go into details. 2. Install Linux system 1. Open the VM software installed in the previous step and see the interface as shown below 2. Click New, a pop-up window for creating a new virtual computer will pop up. Select Typical. You can select Custom if necessary. 3. Set up the installer CD/image file, and choose to install the operating system later. 4. CentOS is a free version of RedHat that can be recompiled and repaired, so I chose the RHE version here. 5. After completing the previous step, it is time to command the virtual machine name and set the installation location. The next step is to determine the disk capacity and whether to split the disk. The default disk capacity is 20GB. 6. In this step, you can customize some hardware parameters, including setting the boot floppy disk. Be sure to set it, choose to use the ISO image file, and browse to where you store the ISO file. 7. At this step, you can click to turn on this virtual machine and start the installation. 8. Select the language interface. If you are fluent in other languages, you can choose another one. 9. After setting the language, there will be a summary of the installation information. Just do all the items with a yellow exclamation mark. Generally, only the installation destination item needs to be clicked in to take a look. Basically, you don’t need to modify anything. Just click to complete it. 10. In the software selection, you can choose according to your preferences, there are many options. 11. After everything is completed, you can click to start the installation. You will be asked to set a root password, which is the password for the root account. Root is the account with the highest system permissions, and then wait for the installation to complete. 12. The installation completion interface is as follows, and a restart is required. This completes the installation. Conclusion I tried to install it using Virtual Box several times at the beginning but all failed. I had to reinstall it when it restarted. I still don’t know what caused the problem. I will study it later. If anyone knows, please let me know. This is an explanation of the format used when creating a virtual machine in Virtual Box. You can take a look at it. vdi format: a unique hard disk file format created by VirtualBox by default. Currently, no other software supports this format. vmdk format: a virtual hard disk file format created by VMware. This can be migrated to a VM. vhd format: a Microsoft virtual machine hard disk file format. This can be migrated to Windows. The above is a detailed introduction to the steps of using VMware 15 to install a virtual machine and use CentOS 8. I hope it will be helpful to everyone. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Steps to enable MySQL database monitoring binlog
>>: How to clear the timer elegantly in Vue
Code Explanation 1.1 http:www.baidu.test.com defa...
<br />I have been working in front-end for s...
Method 1: SET GLOBAL general_log = 'OFF';...
Introduction Closure is a very powerful feature i...
Timer Effects: <div> <font id='timeC...
This article example shares the specific implemen...
1. Grammar: <meta name="name" content...
This article mainly introduces the binary type op...
A MySQL custom value is a temporary container for...
1. Requirements: Database backup is particularly ...
question Insufficient memory when docker installs...
What are slots? The slot directive is v-slot, whi...
Table of contents environment: 1. Docker enables ...
Table of contents Preface Setting up slow query l...
This article shares the specific code of Javascri...