Created
January 23, 2014 16:10
-
-
Save oshanz/8581345 to your computer and use it in GitHub Desktop.
Send message to remote PC via SSH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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