VMwareWorkstation creates a virtual machine centos installation and download, xshell establishes a remote connection

VMwareWorkstation creates a virtual machine centos installation and download, xshell establishes a remote connection

1. centos download steps

Alibaba Cloud download site http://mirrors.aliyun.com/centos/

Instructions for each version:

CentOS-7-x86_64-DVD-1708.iso standard installation version, generally download this one (recommended)

CentOS-7-x86_64-NetInstall-1708.iso network installation image (install from the network or rescue the system)

CentOS-7-x86_64-Everything-1708.iso supplements the software of the full installation disk and integrates all software. (Contains a complete package of centos7, which can be used to install the system or fill the local mirror)

CentOS-7-x86_64-LiveGNOME-1708.iso GNOME Desktop Edition

CentOS-7-x86_64-LiveKDE-1708.iso KDE desktop version

CentOS-7-x86_64-Minimal-1708.iso streamlined version, with minimal software

2. VMware workstation create virtual machine steps

After clicking Finish, the creation of the virtual machine is completed, and the ip of the virtual machine is set below

Set ip through the next step

Set the time zone to Asia and city to Shanghai, click Done to confirm the setting

Click NETWORK&HOSTNAME to configure config

Then enter the system installation process, after the system installation is complete, restart the system

3. Check the IP and network of the system

  1. First ping Baidu to see if it can be pinged, if not, cd to the network-scripts folder centos7 to execute vi ifcfg-ens33, cent6.x to execute vi ifcfg-eth0 to view the network configuration

We can modify the fourth paragraph of ip in the above figure. For the configuration of dynamic ip and static ip, please refer to https://blog.csdn.net/cen50958/article/details/89278748

After modifying the network configuration, we need to execute the command: service network restart, restart the network, if the ping fails to Baidu, you need to restart the system, and then you can ping.

Next, our centos can be used frequently, and we can also use the remote connection host software to connect to our Linux system.

4. xshell connect centos

Before connecting centos, you need to run centos first, and then xshell can perform the following configuration.

Reference: https://cloud.tencent.com/developer/article/1601286 VMwareWorkstation creates a virtual machine centos installation and download, xshell establishes a remote connection-Cloud + Community-Tencent Cloud