Remote access to multiple computers

In work and daily study, we often switch back and forth on multiple computers, which causes great inconvenience. The virtual machine also encounters insufficient performance when running code. The way we usually use is to remotely connect to a server or industrial computer through a computer to modify, compile and run the code.

Imagine a scenario where we put a high-end server in the laboratory, and then you remotely connect to this server through a thin and light notebook to start editing your code. In this way, you can have a high-performance server to help you do scientific research.

1. Sunflower

Sunflower is an application that supports mutual control of multiple computers. The normal version can support up to 10 machines, which is enough for us to use.

No problem with keyboard input. (recommend)

Advantages: commercial software installation and configuration are very simple, only need to register an account, support cross-platform, mobile phone, MAC, Linux, Windows all support

Disadvantages: need to be connected to the Internet, the speed of the free version is limited to 300kps, and the speed under the LAN is still quite fast
Insert picture description here

2、TeamViewer

Paid software, membership version is very expensive [3] , it seems that there are other methods on a certain treasure. Haven't tested
Insert picture description here

3 、 Remmina

This is an application that comes with Ubuntu. Remmina provides different types of connections for different operating systems.
Insert picture description here
Environmental installation:

 sudo apt-get install remmina remmina-plugin-*

Choose RDP when connecting to a Windows computer, and choose VNC when connecting to a Linux system computer. SSH mode is also provided. Remmina is relatively sluggish to use, and each connection requires the client's consent to connect, which is far from the smoothness of sunflower.

But before connecting to a Windows 10 computer, you need to modify the permissions to allow remote desktop sharing and establish a connection through the firewall [1] .

Comprehensive comparison or sunflower easy to use, the free version can meet everyone's needs.

Reference

[1] https://blog.csdn.net/u014389734/article/details/88539696
[2] Configuration tutorial https://blog.csdn.net/haolvshiqi/article/details/53945244
[3] https://www .teamviewer.cn/cn/buy-now/

Guess you like

Origin blog.csdn.net/crp997576280/article/details/107556374