Now with Ubuntu system, the company bought a Windows server, need to configure a set of environments, run back and forth very troublesome, like Windows can be Remote Desktop, Linux should also have.
Now your own ubuntu13.10, unable to access the desktop "system settings" item, thus excluding a "Ubuntu system above, click and open the following menu: Application-----Internet-----Terminal Services Client " method, This method is similar to the Remote Desktop entry for Windows.
Rdesktop is now using this software to complete my needs. It's actually quite simple.
Ubuntu side:
sudo apt-get install rdesktop
Windows side:
You need to allow this Windows remote access.
My Windows is Windows server2012, basic operations: Computer---Properties---remote settings---remote,
tick: Allow remote connection to this computer. Remove the default tick: Allow only run using Network Level Authentication ..., (if you do not cancel this, the "error:recv: Connection is set to end multiplicity " will appear at run time ).
Start from Ubuntu and only need one command:
rdesktop-f -a 192.168.1.112
It's OK.
Extension
Usage: rdesktop[options] server[:p ORT]
The command parameters commonly used are:
- u User name
& Nbsp; -p password
- N Client host name (display Windows connection client name in Task Manager)
- GDesktop Size (w * h)[can also be usedx (in lowercaseX)]
- F full screen mode , switch from full screen mode to press Ctrl+alt+enter
-AConnection color depth (up to -), general-choice -True Color is displayed (window7Support +bit)
-0Digital0represents the connectionWindowsConsole, equivalentMstsc/consoleCommand
Example:
1, in full-screen mode with True color, the client name isConnection, user namePanConnection192.168.0.100Control Desk
$rdesktop-F-a 16-n connection-u pan-0 192.168.0.100
2, to800*600(W*H) window size, True color, user namePan, open the remote port to16453of the192.168.0.101Control Desk
$rdesktop-G 800*600-a 16-u pan-0 192.168.0.101:16453
Ubuntu Remote Desktop Connection Windows system