check out NX at nomachine.org for a full "remote desktop" doohickey, or just use X11 forwarding in SSH.
Run "ssh -X myhost" and then run any program you want once logged in to the remote system and it should display on your local machine without any extra messing around.
|