linux远程控制 图形界面(Linux remote control graphical interface)
linux远程控制 图形界面(Linux remote control graphical interface)
Abstract do you want to remotely access the Windows system in the Linux system and remotely access the Linux system at Windows and UNIX? This article teaches you how to do it.
Rdesktop UNIX and Linux system is a remote desktop connection software, it through the terminal services MicrosoftWindows NT, provided by Windows 2000 (Terminal Services) and WindowsXP Remote Desktop Services (Remote Desktop), can use Windows remote login window system under Linux system and.
Download and install rdesktop
On various versions of the RedHat Linux system installation disk, third executable RPM packages are available on the average of all rdesktop discs, for example:
RedHat 8.0: rdesktop-1.1.0-2.i386.rpm
RedHat 9.0: rdesktop-1.2.0-1.i386.rpm
Fedora Core 2: rdesktop-1.3.1-3.i386.rpm
See if the rdesktop is installed in the system by using #rpm -q rdesktop, and then install the appropriate rpm package.
We can also download the rdesktop source code and compile and install it on each operating platform. The following describes installing rdesktop-1.3.1 under RedHat 9, and the downloaded FTP address as:
F t p: / /t u 172055,.T/pub/mirror/g, e, N, t, O, O, /d, I, s, t,, F, I,, l, e, s, /rdesktop-1.3.1.tar.gz
Compile and install as follows:
[root@host12cx]# tar xvzfrdesktop-1.3.1.tar.gz
[root@host12 cx]# cdrdesktop-1.3.1
[root@host12 cx]#./configure
[root@host12 cx]# make
[root@host12 cx]# makeinstall
[root@host12 cx]#
After the installation is successful, the executable rdesktop program is generated under /usr/local/bin.
Two, the use of rdesktop
1. settings for the remote Windows system
Here's an example of remote desktop services that connect Windows XP Professional. First enable remote desktop services in WindowsXP (note that XP HomeEdition is not remote desktop service), right click "my computer" and select "properties", "remote viewing" option, select "allow users to connect remotely to this computer.".
The use of rdesktop unde