Cut-and-paste walkthroughs of complicated projects
Tuesday, November 22, 2016
Running GUI programs over ssh command line
I've never run into this before, and it's really cool.
ssh -X pi@raspberrypi
This allows the remote computer to use the local computer's x server to run the gui for the remote program. Sooo, I can use Mathematica on my Mint 18 laptop through an ssh connection to my RPi 2. Very cool.
No comments:
Post a Comment