Post image

Embedding the Python Interpreter in a Qt/C++ Application

A couple of years back, I was developing an application for Ubuntu. For various reasons, I wanted to develop the GUI in Qt/C++, but implement all l...

Tags:

Posted on

Post image

Setting Up Your Own Mail Server on Ubuntu

It is far more professional to have an email address with your own domain name, e.g. firstname@surname.tld, rather than one offered by a free email...

Tags:

Posted on

Post image

Disabling the Guest Session on Ubuntu

In this short tutorial, I’ll show you how to hide the Guest Session from the LightDM login screen on Ubuntu.

Tags:

Posted on

Post image

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

Post image

Adding Syntax Highlighting to Ghost using Prettify

If you are using the Ghost blogging platform for Node.js, you will probably have noticed that code snippets are not automatically styled. That’s be...

Posted on

Post image

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