Linux Deploying Django with Gunicorn and Nginx on Debian/Ubuntu This tutorial will setup a Django environment running with nginx as a reverse proxy for the app. A gunicorn server will run our Django app i.e. gunicorn will act as a WSGI
Linux Repairing broken downloads with Rsync If you can download a file with size in GBs in a single session, you should feel a great sense of accomplishment, specially in Nepal where internet connection follows Heisenberg's uncertainty principle. Yesterday,
Linux Using SSH config for fun and benefit If you have multiple servers to manage, you find yourself connecting to each of them a tedious task. Different private keys, different ports to connect, different hostnames and so many things to remember.
Linux Writing Git Hooks in Python Git hooks are a great way to execute something whenever a specified event happen in a Git repository. No wonder this website also uses Git hooks, mostly abusing post-receive. This post is not