SSH and X
23 December 2014
Text only
ssh pi@169.254.236.58
X11 Forwarding
ssh -X pi@169.254.236.58
Remote Executing
ssh -X pi@169.254.236.58 "gnome-text-editor"
Backgrouding
ssh -fX pi@169.254.236.58 "gnome-text-editor"
blog comments powered by Disqus