Skip to content

Instantly share code, notes, and snippets.

@kas-cor
Last active October 11, 2022 20:27
Show Gist options
  • Save kas-cor/ec7fcba9030171c8aa7dd78087684cc4 to your computer and use it in GitHub Desktop.
Save kas-cor/ec7fcba9030171c8aa7dd78087684cc4 to your computer and use it in GitHub Desktop.
xfreerdp
#!/bin/bash
xfreerdp /u:user /p:password /f /v:server:port +clipboard
@kas-cor
Copy link
Author

kas-cor commented Oct 11, 2022

Get file

wget -O - https://cutt.ly/5BbsXy4 > xfreerdp.sh && chmod u+x xfreerdp.sh && vim xfreerdp.sh

Use

Ctrl+Alt+Enter - Leave from full-screen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment