Sudo apt-Get install rdesktop
Rdesktop 192.168.100.x
-F full screen
-A 16-digit color
Port 3389 (Linux 22 SH)
Note: The terminal servies must be enabled for Windows Services. Right-click my computer and select allow remote user to link to this computer. In addition, log out rather than shutdown when you exit!
Problem 2:
1. Windows XP must be enabled to allow remote user logon
2. It is strange that when I log on to guoshuang, I will be prompted to kill the logged-on user (according to the investigation, XP SP2 cannot log on at the same time)
3. My Windows 2003 remote user logon Gray is not optional!
More parameters:
-U xxxxxx logon user, optional
-P xxxxxx logon password, optional
-R clipboard: primaryclipboard is important. The clipboard can interact with the Remote Desktop.
-A 16 color, optional, but up to 16 bits
-Z compression, optional
-G 1024 × 768 resolution (Optional). The default resolution is lower than the current local desktop.
-P Buffer, optional
Original text in: http://blog.chinaunix.net/space.php? Uid = 1755993 & Do = Blog & id = 2866388
-R Disk: WJ =/home/magicgod ing virtual disk. (optional) A ing disk is virtualized in the network neighbor of a remote machine. It is very powerful and can even be a floppy disk or a CD.
-R sound: off. Of course, remote sound can be mapped to a local device.
Redirection:
In this case, the local disk can also be taken to the remote end, and the Chinese file name is also supported. You only need to add the-R parameter. In addition to taking the local disk to the remote end, it also supports Serial Ports and printers. Now, the functions of remote desktop clients on windows are all in Linux. The format of the-R parameter is as follows:
-R comport: COM1 =/dev/ttys0 // redirect serial port/dev/ttys0 to COM1
-R comport: COM1 =/dev/ttys0, com2 =/dev/ttys1 // redirect multiple serial ports
-R Disk: floppy =/mnt/Floppy // redirect/mnt/floppy to remote shared disk 'floppy'
-R Disk: floppy =/mnt/floppy, CDROM =/mnt/CDROM, root =/, c =/mnt/C // redirect multiple disks
-R clientname = // set the displayed client name for the redirected Disk
-R lptport: LPT1 =/dev/lp0 // redirect the parallel port/dev/lp0 to LPT1
-R lptport: LPT1 =/dev/lp0, lpt2 =/dev/lp1 // multiple parallel port redirection
-R printer: mydeskjet // printer redirection
-R printer: mydeskjet = "HP LaserJet iiip" // printer redirection
-R sound: [local | off | remote] // sound redirection
Instance:
Rdesktop-u username-P password IP
This shortcut key is used when I use rdesktop to connect to Ubuntu 7.04/7.10/8.04.
CTRL + ALT + enter
Original text in: http://blog.chinaunix.net/space.php? Uid = 1755993 & Do = Blog & id = 2866388