ubuntu remote window

Record what ubuntu remote window

ubuntu perform the installation rdesktop

sudo apt-get install rdesktop

Terminal to execute:

rdesktop -f  172.16.238.168:3388

 用法: rdesktop[options] server[:port]    

   Command parameters commonly used are:

    -u user name

    -p password

 -P buffer, optional

    -n client host name (display connection client name windows task manager)

    -g desktop size (W * H) [also be used  x (lowercase X-)]

    -f full-screen mode , full screen mode is switched from the press out of Ctrl + Alt + Enter

    -a connection color depth (up to 16), typically selected from the 16 true color to appear ( the window7 support 32)

    -0 number 0 indicates the connection windows console, equivalent mstsc / console command

 -r clipboard: PRIMARYCLIPBOARD important, the clipboard can interact with the desktop remote

 -r disk: wj = / home / magicgod map the virtual disk, optional, will map the virtual disk in a remote machine's My Network Places, highly functional, or even a floppy disk or CD-ROM

 -r sound: off off the sound, of course, can also send sound remotely mapped to the local come.

  -z compression, optional

Guess you like

Origin www.cnblogs.com/lyc642983907/p/10951449.html