
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.js, or just tired of »
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 »
A friend recently asked me to perform a system recovery on her VAIO laptop. The hard disk was split between a C drive for the OS, and a D drive with 200GB of »
Nginx ("engine-x") is a lightweight and high performance HTTP / proxy server. If you are planning to run your Node.js application on a production server, you should seriously consider using Nginx »
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 »