Created
May 10, 2011 08:09
-
-
Save bonyiii/964082 to your computer and use it in GitHub Desktop.
message over 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
| http://ranjith.zfs.in/send-messages-over-network-gnome-popup-box-message/ | |
| http://unix.stackexchange.com/questions/9153/xmessage-over-ssh | |
| http://en.andregondim.eti.br/?p=72 | |
| xmessage "Hello World!" -display :0 & | |
| Start desktop application over ssh on a remote machine | |
| # DISPLAY=:0; XAUTHORITY=~owner_of:0/.Xauthority; export DISPLAY XAUTHORITY | |
| # Ez nálam működött | |
| DISPLAY=:0 rkvmctl.rb --start /etc/kvm/vm/xp.config.kv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment