Teach you step by step virtual machine installation (VMware) and Linux operating system installation

Table of contents

1. Introduction to virtual machines

2. Virtual machine installation steps

3. Steps to create a virtual machine

4. Introduction to Linux operating system

5. Linux operating system installation steps


1. Introduction to virtual machines

Introduction to virtual machines

        Refers to computer software that can run programs like a real machine. It uses software to simulate a complete computer system with complete hardware system functions and running in a completely isolated environment.

        My personal understanding is that it can simulate a real computer and run the program.

Virtual machine installation:

        Go to the official website to download or find the installation package in other paths, and then install it. The following content takes version 15 as an example (VMware),

2. Virtual machine installation steps

        Click Next;

2.2. Protocol interface

        Check I accept the agreement and click Next;

2.3. Installation location selection

        It is recommended to choose the default path instead of the enhanced one, click Next;

2.4. User experience settings

        Select nothing. Checking any one will cause the startup speed to slow down (you can check it if you don’t care about the startup speed), click Next;

2.5. Shortcut settings

        Check both, one is to create a desktop icon and the other is to display the folder in the start program, click Next;

2.6. Installation interface

        Click to install;

2.7. License key interface

        Click on the license;

2.8. License key interface

        Enter the available keys via: the teacher will give you the cracking software, and the software will generate it; resource sharing in various communities (also cracking software); click Enter after input is complete;

2.9. Complete the installation interface

        Click Finish;

3. Steps to create a virtual machine

3.1. Run the desktop virtual machine startup icon;

3.2. Enter the virtual machine interface, create a new virtual machine, enter the wizard, and select a custom type configuration (click Next);

As shown in Figure 1 below:

figure 1

3.3. Select the virtual machine compatibility as Workstation 15.x (click Next); as shown in Figure 2:

       

 figure 2

3.4. Select the installed virtual machine operating system image file and choose to install the operating system later (click Next, you can also directly choose to install the driver file, the method is not unique); as shown in Figure 3:

 image 3

3.5. Select the guest operating system, select Linux, (click Next), and the version is ubuntu64-bit; as shown in Figure 4:

 Figure 4

3.6. Name the virtual machine and select the location where the virtual machine exists. After completion, click Next; as shown in Figure 5:

It is not recommended to place it on the C drive because it requires a lot of space and can cause lags.

 Figure 5

3.7. Select the processor configuration. The default options are sufficient. After completion, click Next; as shown in Figure 6:

If it is not used for development but only for learning, select the following configuration.

Figure 6

3.8. Select the virtual machine memory and leave it as default. After completion, click Next; as shown in Figure 7:

It is recommended that the allocated memory be greater than or equal to the recommended memory.

 Figure 7

3.9. Select the virtual machine network type as: Use a bridged network (to facilitate our remote control of the virtual machine). After completion, click Next; as shown in Figure 8:

 Figure 8

3.10. Select the virtual machine I/O controller type, select the default option, and click Next; as shown in Figure 9:

 Figure 9

3.11. Select the virtual machine disk type, select the default option, and click Next; as shown in Figure 10:

 Figure 10

3.12. Select the virtual machine disk as: Create a new virtual disk. After completion, click Next; as shown in Figure 11:

 Figure 11

3.13. Select the specified virtual machine disk capacity, default size, and default options. Click Next; as shown in Figure 12:

 Figure 12

3.14. Specify the virtual machine disk location, and click Next when completed; as shown in Figure 13:

 Figure 13

3.15. Start creating the virtual machine and click Finish; as shown in Figure 14:

Figure 14

3.16. Select the disk mapping file

 The mapping file should be the file of the operating system you choose. For example, if you want to use a Linux system, you should select the corresponding mapping file.

Note: You cannot use the operating system without a mapping file

4. Introduction to Linux operating system

Introduction to Linux operating system

        It is a free-to-use and freely disseminated UNIX system, a multi-user, multi-task, multi-thread and multi-CPU operating system based on POSIX and UNIX.

5. Linux operating system installation steps

5.1. Start the virtual machine, as shown in Figure 15 below:

        

 Figure 15

5.2. Select language (select simplified Chinese) and click to install Ubuntu; as shown in Figure 16:

What should be noted here is that you need to slide the mouse to a position near the bottom to find the Chinese text.

Figure 16

5.3. Select the keyboard layout. The default is enough. Click to continue; as shown in Figures 17 and 18:

Figure 17

 

Figure 18

5.4. Select the installation type, default option, and click Install Now; as shown in Figure 19:

 Figure 19

5.5. Select your region, we choose Shanghai, click Continue; as shown in Figure 20:

There are no requirements for the selected region;

 Figure 20

5.6. Set the login information, click Continue when finished, and start the installation; as shown in Figures 21, 22, 23, and 24:

Figure 21

 Figure 22

Figure 23

 Figure 24

 

5.7. Log in after the installation is complete: as shown in Figure 25:

Enter the set password;

        Figure 25

5.8. Complete the login configuration and click Finish; as shown in Figure 26:

Choose some commonly used software to download, or you can not download it;

 Figure 26

5.9. Set the resolution of the virtual machine: right-click on a blank space on the desktop, click Display Settings, and select the resolution that suits you; as shown in Figure 27 and Figure 28

Figure 27

 Figure 28

 

5.10. Complete the basic installation and configuration, and you can use the Linux operating system normally.

Guess you like

Origin blog.csdn.net/qq_57663276/article/details/127326396