Skip to content

Instantly share code, notes, and snippets.

@02Tea
Last active March 11, 2018 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 02Tea/469cdbff36d8f9e97d522fc150a0365a to your computer and use it in GitHub Desktop.
Save 02Tea/469cdbff36d8f9e97d522fc150a0365a to your computer and use it in GitHub Desktop.
[rdesktop] remote desktop tool #tools #linux #windows

90% of actual screen size

rdesktop -u <username> -g 90% <ipaddress>

fullscreen

rdesktop -z -P -f -u <username> <ipaddress>

folder sharing

rdesktop -r disk:mydisk=/home/soma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment