
Hi everyone,
If you run RaspberryPI headless because you don't have a monitor, you might want to see the RaspberryPI's Desktop remotely.
For this, you need to set up a VNC server on RaspberryPI and a VNC client on your laptop.
The connection will be made via LAN cable, the same you are using for SSH control.
1. Set up VNC server on RaspberryPI
Connect with Putty to your device and send this commands:
root@raspberrypi:~# sudo apt-get install...