VMware Workstation 12 Pro Linux installation tutorial

VMware Workstation 12 Pro Linux installation tutorial

This article records the VMware Workstation 12 Pro installation Linux tutorial for your reference. The specific content is as follows

Preparation in advance: Install VMware Workstation12, then prepare a CentOS image. I installed Centos7-64 bit version

1. Open VMware Workstation 12!

Next step

Select the typical mode, which is relatively simple. If you don't want to bother, you can choose

Next step

Next step


Here you can see the system parameters you have set. Confirm them here. To change the hard disk or memory, click Customize Hardware . The most important thing is to select the address of your iso image file as shown below. After selecting, confirm again. It should be emphasized that Linux is not fully installed in this process.

Select your iso image file address

Next step


After confirming, start this virtual machine, press the selection arrow to select, select the first one, wait for the subtitle to appear and press the enter key

Next step

Select Chinese for system settings. Here I choose English

Open Network Settings

at last

Finally, the system will automatically install the system, set the operating user, wait for a while, and your Linux system will be installed successfully. It's that simple.

2. Here are three commonly used tools recommended, Putty:

PuTTY is open source software, mainly maintained by Simon Tatham, and licensed under the MIT licence. With the popularity of Linux applications on the server side, Linux system management is increasingly dependent on remote management. Among various remote login tools, Putty is one of the outstanding tools. Putty is a free telnet, rlogin and ssh client for Windows 32 platforms, but its functions are in no way inferior to commercial telnet tools.
SecureCRT: SecureCRT is a terminal emulation program that supports SSH (SSH1 and SSH2). Simply put, it is software for logging into UNIX or Linux server hosts under Windows. However, this software is charged. There are many registration code registration machines on Baidu, so you can look for them yourself.

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • VMware Workstation installation Linux (Ubuntu) system
  • VMware Workstation installation Linux system
  • Tutorial on installing Linux under VMware Workstation (with pictures and text)
  • VMware Workstation Installation (Linux Kernel) Kylin Graphic Tutorial

<<:  WeChat applet implements form verification

>>:  Code analysis of user variables in mysql query statements

Recommend

A brief discussion on the performance issues of MySQL paging limit

MySQL paging queries are usually implemented thro...

W3C Tutorial (12): W3C Soap Activity

Web Services are concerned with application-to-ap...

Implementing Binary Search Tree in JavaScript

The search binary tree implementation in JavaScri...

Four data type judgment methods in JS

Table of contents 1. typeof 2. instanceof 3. Cons...

Exploring the Linux Kernel: The Secrets of Kconfig

Get a deep understanding of how the Linux configu...

Detailed explanation of publicPath usage in Webpack

Table of contents output output.path output.publi...

Detailed explanation of CocosCreator Huarongdao digital puzzle

Table of contents Preface text 1. Panel 2. Huaron...

Teach you the detailed process of installing DOClever with Docker Compose

Table of contents 1. What is Docker Compose and h...

Detailed explanation of MySQL binlog usage

binlog is a binary log file that records all DML ...

Briefly describe the MySQL InnoDB storage engine

Preface: The storage engine is the core of the da...

What is Makefile in Linux? How does it work?

Run and compile your programs more efficiently wi...

jQuery implements HTML element hiding and display

Let's imitate Taobao's function of displa...

Seven ways to implement array deduplication in JS

Table of contents 1. Using Set()+Array.from() 2. ...

Vue batch update dom implementation steps

Table of contents Scene Introduction Deep respons...