
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 a tedious task, but fortunately »
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 a tedious task, but fortunately »
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.js, or just tired of »
To protect your privacy, it is always good practice to securely wipe data from your old and unused disk/flash drives in case you lose them, or get stolen, or if you simply »
MariaDB is a fork and drop-in replacement for MySQL, that brings many improvements over its predecessor. In this tutorial, I'll show you how to install the latest MariaDB 10, and enable TokuDB support »
When you are developing a Node.js application, you typically run it like this: $ node index.js That's more than enough for debugging purposes, but what happens when you are ready to deploy »