23 Nov 2020 | by Derek
In this setup, we install an Nginx web server, uwsgi and Django on and Ubuntu server.
Read more
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
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