Skip to content

Instantly share code, notes, and snippets.

@oshanz
Created January 23, 2014 16:10
Show Gist options
  • Save oshanz/8581345 to your computer and use it in GitHub Desktop.
Save oshanz/8581345 to your computer and use it in GitHub Desktop.
Send message to remote PC via SSH
ssh -X login
export DISPLAY=:0
xmessage 'hi'
xdialog 'hi'
libnotify 'hi'
notify-send 'hi'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment