Skip to content

Instantly share code, notes, and snippets.

@bonyiii
Created May 10, 2011 08:09
Show Gist options
  • Select an option

  • Save bonyiii/964082 to your computer and use it in GitHub Desktop.

Select an option

Save bonyiii/964082 to your computer and use it in GitHub Desktop.
message over ssh
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