Tag Archive: debian

Find an article
Jun 11

Simple Dropbox daily backups

Published by in with 1 Comment
Warning! There was an error loading some of the images for this post.

One of the most annoying things about administering a system is when it fails and you have no backup. A simple but effective method of mitigating this risk is to backup to a remote storage facility. Services such as Dropbox / Google Drive ensure that your data is safe and secure. In this tutorial I cover how to set-up a... Read Arcticle

Jul 5

Fetchmail and procmail setup [DEBIAN]

Published by in · Leave your thoughts
Warning! There was an error loading some of the images for this post.

Having decided to start posting a range of computer science related  topics I thought it would be nice to explain how to setup fetchmail and procmail, which I personally use to, well, fetch my e-mails and then forward them on to my main e-mail account. I’m sure you know that having to login to multiple e-mail accounts is a huge... Read Arcticle

Jun 15

Nginx SSL setup [DEBIAN]

Published by in · Leave your thoughts
Warning! There was an error loading some of the images for this post.

Today I decided I’d add a self-signed SSL certificate to my 128 MB VPS in preparation for some projects I’m hoping to setup. Below is a guide of how to create and add a self-signed SSL certificate to your Nginx web server. Start by creating a folder to store your SSL certficiates on the server: mkdir -p /etc/ssl/localcerts Now create... Read Arcticle