Hi guys its Unleashed Code and today I want to show you how to setup a remote connection to your desktop using a piece of software called VNC. (Virtual Network Connection) The steps to follow are very simple and shall allow you to connect remotely to your desktop “from the login screen” and so you can utilise your computer wherever you are in the house or office or even remotely. Please be warned in advance that this is not over a secure port but maybe later I will do another video showing you how this can be secured y using ssh on port 22 and how to tunnel the port 5900 (used by x11vnc). Throughout this video I will be using Linux Mint (Debian based) so if your distribution is different you may need slightly different commands to get the software from your repositories. Right with the disclaimers out of the way…. Let us begin, Firstly you need to download the software X11VNC. This software is the server that you can connect to. To get it open a terminal and type : “sudo apt-get i...