Launch Gaatic services on a barebones client.
Production branch: master
Stable branch: fancy
Development branch: pants
Branch from fancy
or pants
in order to make changes
Where XXXX is the process id:
netstat -p | grep GClient
netstat
or
lsof -nP -i4TCP:45019 | grep GClient
strace -pXXXX -s9999 -e write
kill -9 XXXX
gdb -p XXXX
detach
quit
For Raspi x11 forwarding (on the pi):
sudo apt install nvidia-driver