Creating a Self-Signed SSL Certificate on Ubuntu
SSL certificates are very cheap these days. If fact, certain Certificate Authorities will issue you a SSL certificate for free. You just have to fi...
Posted on
Using GraphicsMagick for Image Manipulation in Node.js
GraphicsMagick is a free and open-source command-line utility for manipulating images. It is a fork of ImageMagick, but it is faster and uses fewer...
Posted on
Backing Up Your Data on an Encrypted USB Drive with Back In Time
There is no doubt that we should backup our data often. Anybody who’s lost data because of a crashed hard drive knows that. Backing up data can be ...
Posted on
Securely Erasing a Disk or Flash Drive with Shred
To protect your privacy, it is always a good practice to securely wipe any data from your unused hard disks and USB drives in case you lose them, o...
Posted on
Running the Ghost Node.js Blogging Platform as an Upstart Service
Ghost is a relatively new and free open source blogging platform for Node.js. If you’re looking for a blogging platform and you are a fan of Node.j...
Posted on
Installing MariaDB 10 on Ubuntu 14.04 with TokuDB Support
MariaDB is a fork and drop-in replacement for MySQL, that brings many improvements over its predecessor.
Posted on