VNC is a well-established remote control software. The current version is 4.0, Which is mature and stable. It can achieve remote control, consistent with the concept of Windows XP Remote Desktop. However, the mutual control between Ubuntu and Windows systems certainly cannot pass the remote desktop, and Microsoft seems to be a little delicate in cross-platform. Let's take a look at how to implement mutual control. Let's talk about the principle of VNC. VNC needs to run the Server on the controlled end, and the control end uses the TCP/IP protocol to connect to the Server. At this time, the GUI on the Control End
VNC is a well-established remote control software. The current version is 4.0, Which is mature and stable. It can achieve remote control, consistent with the concept of Windows xp Remote Desktop. However, the mutual control between Ubuntu and Windows systems certainly cannot pass the remote desktop, and Microsoft seems to be a little delicate in cross-platform.
Let's take a look at how to implement mutual control.
Let's talk about the principle of VNC. VNC needs to run the Server on the controlled end, and the control end uses the TCP/IP protocol to connect to the Server end. In this case, you can see the desktop of the controlled end in the GUI of the control end, at the same time, the keyboard and mouse events at the control end can be sent to the control end for control. Therefore, to use VNC, it is essential to install the server and client software first, otherwise it will become a Trojan.
First, let's talk about Ubuntu. Ubuntu 7.04 integrates the remote desktop capabilities. If you have not installed vnc, you can use the following command to manually install it:
1. sudo apt-get install tightvncserver tightvnc-java
2. tightvncserver
3. geidt ~ /. Vnc/xstartup
4. modify the configuration content as follows:
#! /Bin/sh
Unset SESSION_MANAGER
Xrdb $ HOME/. Xresources
Xsetroot-solid gray
X-terminal-emulator-geometry 80x24 + 10 + 10-ls-title "$ VNCDESKTOP Desktop "&
#! X-window-manager &
Gnome-session &
1. After the installation is complete, you can
System> preferences> Remote Desktop
Open the VNC configuration, as shown in: