Ubuntu7.04 remote mutual control with Windows through VNC

Source: Internet
Author: User
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:

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.