by ray | Feb 29, 2016 | Linux / Ubuntu
Background VNC stands for Virtual Network Computing, which allows you to connect to your server remotely, and be able to use your keyboard, mouse, and monitor to interface with that server. Step 1 – Install VNC server and XFCE 4 desktop. To get started, we will...
by ray | Feb 29, 2016 | Linux / Ubuntu
Seeing a grey screen like this? It seems to be a common problem when setting up Ubuntu 14.04 with VNC. When trying to setup your Ubuntu machine, a common problem seems to come up: the grey screen. There is no login box, no options no nothing. It seems like you...
by ray | Feb 29, 2016 | Linux / Ubuntu
First, install the TightVNC server sudo apt-get install tightvncserver. Set up the VNC server for the user you wish to log in as. When you run “vncserver” for the first time, it will ask you to set a password. only allow SSH tunnelled or VPN connections....
by ray | Feb 29, 2016 | Linux / Ubuntu
VNC is short for ‘Virtual Network Computing’. It’s a simple method for sharing a graphical desktop environment. For example, if you install VNC on your hosted server, you could connect to its graphical desktop environment remotely. Pre-Flight Check These instructions...
by ray | Feb 29, 2016 | Linux / Ubuntu, Mac OS X
You can use SSH to connect to your Raspberry Pi from a Linux computer or Mac (or another Pi) from the Terminal, without installing additional software. You’ll need to know your Pi’s IP address to connect to it. To find this from your Pi’s terminal...