First, enable ssh on the sbitx.
1. From the main menu, Choose Preferences > Raspberry Pi
Configuration
2. Click on the Interfaces tab
3. On the tab and enable SSH if not enabled, Click OK
4. From a terminal on the sbitx, type ifconfig and note the
IP address of the sbitx. In my case it was 192.168.1.142
Second, from your linux laptop (yeah, it wont work with
windoze, it might work on a mac, let us know)
1. Open a terminal window
2. Enable remote x clients to connect with the command
"xhost?+" (without quotes)
3. Next, ssh to your sbitx with a special option like this
:
ssh [email protected] -X
Enter your password (by default it is hf12345).
4. Now you are connected to the sbitx. Go into the sbitx directory
and execute the program like this:
cd sbitx
./sbitx