TECH TIPS
Changing the copyright notice on your blog
Note: This tutorial assumes that you already have access to an HTML editor capable of recognizing ".hbs" files. If you do not have an HTML editor, there are several free options, such as Brackets. Download a copy of Casper To start, grab a copy the latest version of...
How do I configure Ghost (blog)?
After running Ghost for the first time, you’ll find a file called config.js in the root directory of Ghost, along with index.js. This file allows you to set environment level configuration for things like your URL, database, and mail settings. If you haven’t yet run...
How To Connect To Your DigitalOcean Droplet with SSH
Introduction If you have recently created a DigitalOcean Droplet, and you are new to working with Linux servers, you will need to learn how to use SSH to connect to and manage it. SSH, which stands for Secure Shell, is an encrypted network protocol that is used to...
How To Setup VNC For Ubuntu 12
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...
Ubuntu VNC Grey Screen
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...
How do I start VNC Server on boot?
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. To launch...