Install a VNC server on Debian based distros
TLDR: $ sudo apt update $ sudo apt install lightdm $ sudo reboot $ sudo apt install x11vnc $ sudo nano /lib/systemd/system/x11vnc.service !Copy and paste these commands - change the password [Unit] Description=x11vnc service After=display-manager.s...