How to use Django with Fastcgi?

Web servers like Apache, Nginx, etc. do not know how to run Python applications. That’s why, Django web applications need an interface like WSGI to communicate with web servers. But, what if the hosting servers do not support these WSGI (Web server gateway...

How to install Docker in your Linode?

Linode allows you to install multiple applications on the same server. But at times, there can be a requirement to isolate certain apps due to security reasons. That’s where Docker helps. Docker is a tool that allows to create and deploy packages needed to run...