If you think that installing Linux with a virtual machine is too slow to run, you want to have a Linux host and a window host at the same time, and you don't want to switch back and forth between two monitors. If you come out with a remote control software, a network cable will allow you to have a virtual machine fast interface switching and smooth running speed. VNC, the visual Network computer, is an excellent remote control software that is capable of this role.
In general, Putty and VNC are combined to introduce putty and VNC, respectively:
1.putty:
The putty is a super-lightweight software for remote connection to Linux servers running on Windows operating systems, with a size of less than 500KB and simple to operate. using putty Direct access to Linux Command-line mode, you can start the VNC Server in the command-line mode , and the VNC Server Configuration, the VNC Viewer can be used directly after the configuration is complete Enter the remote interface. Although we can use the Putty SSH connection to operate Linux remotely through the terminal, but for more familiar with the graphical interface of the people is very inconvenient, so it is necessary to open the Remote desktop of Linux.
Assuming that both the Linux Hosts and windows are configured to ping each other, you can log on to the Linux host using the Putty software, which is the command line login. Putty is a green software that works well and is very simple to use. Simply fill in the host's IP in the Host Name field, select the port number 22,connection type is SSH, then click Open to connect to the login interface of the Linux host. Enter the text mode of the user name and password into Linux.
To use the VNC Viewer, first install the VNC server on the Linux hosts and use the Vncsever command to open a port number
Note here: Each user can start their own vncserver Remote Desktop, while each user can start multiple vncserver Remote Desktop, they use the IP port number: ip:1, Ip:2, ip:3 to identify, differentiate, using the same port will allow the other logged in the user automatically exit. In addition, most of the Vncserver configuration files and log files are in the user home directory. VNC directory.
Start Linux tour--windows native connection to a remote Linux host