February 2020
Intermediate to advanced
432 pages
10h 50m
English
OpenSSH allows us to log in remotely to our Raspberry Pi using a terminal. We will also equip our robot with another remote way of connection, that is, by accessing its desktop. In order to do this, we will use x11vnc, a package that implements a remote desktop using Virtual Network Computing (VNC):
$ sudo apt-get update$ sudo apt-get install x11vnc
$ x11vnc -storepasswd
$ sudo x11vnc -auth guess -forever -loop -noxdamage -repeat \ -rfbauth /home/pi/.vnc/passwd -rfbport ...