Blog

Nginx web server, uwsgi and Django

23 Nov 2020 | by Derek

In this setup, we install an Nginx web server, uwsgi and Django on and Ubuntu server.

Read more

Configure self-hosted email server with Postfix

15 Apr 2020 | by Derek

The easiest and most common mysql/Dovecot/Postfix config options are outlined in this recipe for setting up a self-hosted Email server on Ubuntu.

Read more

Straightforward approach to custom PHP code

14 Apr 2020 | by Derek

Building a custom app or website is easy with custom PHP code. I've outlined a few approaches I've used here. 1 Remember to make the code very readable. 2 Stick to HTML standards when dealing with templating. 3 Don't complicate the controller 4 Seperate files for seperate goals

Read more