Installation and configuration tutorial of Linux virtual machine under Windows operating system

Installation and configuration tutorial of Linux virtual machine under Windows operating system

Preface

At work, we often need to operate in a Linux environment. Here is the process of creating, installing and configuring the Linux operating system in the win10 system.

Resource Downloads

1. Virtual Machine VMware

VMware can be downloaded from the official website. The VMware-player-15.5.0 version is used here. After downloading, install it on the computer.

Link: https://pan.baidu.com/s/1LWhDtRsYMIWGUs91xp-vlQ

Extraction code: kkrt

2. Mirror system Ubuntu

The image can also be downloaded from the Ubuntu official website. The Ubuntu 18.04 64-bit operating system is used here. Ubuntu is more suitable for beginners and the installation process is relatively simple.

Link: https://pan.baidu.com/s/19KqOnYxF1wcw9Y-RfpErzQ

Extraction code: 89qx

Create a new virtual machine

1. Open the installed virtual machine and click Create a new virtual machine

insert image description here

2. Choose to install the operating system later

insert image description here

3. Select the operating system Linux, version Ubuntu, and click Next

insert image description here

4. Fill in the virtual machine name, select the save location, and click Next

insert image description here

5. Customize the disk size, which can be modified later. Click Next

insert image description here

6. It shows that the virtual machine is ready to be created. Select Custom Operation, add the downloaded image file, click OK, and click Next.

insert image description here

7. After hardware configuration is completed, click Play Virtual Machine

insert image description here

8. Select the language and click Install Ubuntu

insert image description here

9. Select keyboard layout

insert image description here

10. Next, select the default normal installation and clear disk, click Continue

insert image description here
insert image description here
insert image description here

11. Select the location and click Continue

insert image description here

12. Fill in basic information such as computer name, user, password, etc., and click Continue

insert image description here

13. Install automatically and restart the virtual machine after the installation is complete. At this point, the Linux system installation is complete.

insert image description here

Summarize

The above is the installation and configuration tutorial of Linux virtual machine under Windows operating system 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:
  • Installing linux7.2 Internet access configuration tutorial on VMware virtual machine under win7
  • How to install and configure JDK in virtual machine Linux
  • Install and configure redis3.0.7 on the Linux virtual machine
  • Linux learning first virtual machine and image file installation and configuration
  • Steps to configure and install KVM virtual machine under Linux
  • MySQL 5.7 installation and configuration tutorial under Linux virtual machine

<<:  Vue ElementUI implements asynchronous loading tree

>>:  Analysis of the difference between placing on and where in MySQL query conditions

Recommend

Common CSS Errors and Solutions

Copy code The code is as follows: Difference betw...

MySQL query sorting and paging related

Overview It is usually not what we want to presen...

A brief understanding of MySQL storage field type query efficiency

The search performance from fastest to slowest is...

uniapp realizes the recording upload function

Table of contents uni-app Introduction HTML part ...

Solution to elementui's el-popover style modification not taking effect

When using element-ui, there is a commonly used c...

Tutorial on installing MySQL with Docker and implementing remote connection

Pull the image docker pull mysql View the complet...

TypeScript namespace explanation

Table of contents 1. Definition and Use 1.1 Defin...

CSS method of clearing float and BFC

BFC BFC: Block Formatting Context BFC layout rule...

Vite introduces the implementation of virtual files

Table of contents background Importing virtual fi...

Analysis of the principles of Mysql dirty page flush and shrinking table space

mysql dirty pages Due to the WAL mechanism, when ...

Solve the problem of Nginx returning 404 after configuring proxy_pass

Table of contents 1. Troubleshooting and locating...

Zookeeper unauthorized access test problem

Table of contents Preface Detect Zookeeper servic...