How to use certbot --manual to obtain and renew Let's Encrypt SSL certificates on an Nginx or HAProxy load balancer.
A playbook to get an SSL certificate from Let's Encrypt and install it on a NearlyFreeSpeech.net site using Ansible's letsencrypt module
Ma première contribution à un logiciel libre a été acceptée sur GitHub.
Migrating my blog from my homebrew Django application to Pelican, the static site generator written in Python.
How to build a man page from RestructuredText format using Debian build scripts.
Managing multiprocessing and database connexions in Django apps
I needed unit testing for a page which allows to upload files by dragging and dropping them from the desktop.
Here is how to position a background with a percentage as though it was an element with "position:absolute".
This is a mailto: URI handler written in Python 3.4.
Calculate the number of months elapsed between two dates. Algorigthm and Python implementation.
How are execution frames located in relation to each other in the stack, and in relation with the __main__ module?
A Bash script to sort images in directories by theme and rename them with tags — improved.
A Bash script to sort images in directories by theme and rename them with tags.
How to read both stdout and stderr in real-time with Python using select.select().