Alexandre de Verteuil
Alexandre de Verteuil
Top
Featured index
Chronological index
Light
Dark
Automatic
prog
Let's Encrypt on load balancers and reverse proxies with tls-sni-01
How to use certbot –manual to obtain and renew Let’s Encrypt SSL certificates on an Nginx or HAProxy load balancer.
2017-04-16
5 min read
Informatique
Let's Encrypt SSL on NearlyFreeSpeech.net with Ansible
A playbook to get an SSL certificate from Let’s Encrypt and install it on a NearlyFreeSpeech.net site using Ansible’s letsencrypt module
2016-08-22
1 min read
Informatique
Premier pull-request accepté!
Ma première contribution à un logiciel libre a été acceptée sur GitHub.
2016-08-06
1 min read
Informatique
New blog iteration
Migrating my blog from my homebrew Django application to Pelican, the static site generator written in Python.
2016-08-05
2 min read
Informatique
Building man pages with Debian packaging scripts
How to build a man page from RestructuredText format using Debian build scripts.
2016-06-10
1 min read
Informatique
Multiprocessing in Django apps
Managing multiprocessing and database connexions in Django apps
2016-02-09
2 min read
Informatique
Trigger a Javascript file drop event with Python and Selenium
I needed unit testing for a page which allows to upload files by dragging and dropping them from the desktop.
2015-08-24
2 min read
Informatique
Position a CSS background like a block element
Here is how to position a background with a percentage as though it was an element with “position:absolute”.
2015-07-21
3 min read
Informatique
`mailto:` URI handler in Python
This is a mailto: URI handler written in Python 3.4.
2015-04-10
2 min read
Informatique
Calculate months elapsed between two dates in Python
Calculate the number of months elapsed between two dates. Algorigthm and Python implementation.
2015-03-18
1 min read
Informatique
Topology of the Python stack
How are execution frames located in relation to each other in the stack, and in relation with the
main
module?
2015-02-11
2 min read
Informatique
Image Collection Organizing Helper
A Bash script to sort images in directories by theme and rename them with tags — improved.
2011-08-22
4 min read
Informatique
Image sorting helper script
A Bash script to sort images in directories by theme and rename them with tags.
2011-07-27
2 min read
Informatique
Monitor Python subprocess' output streams in real-time
How to read both stdout and stderr in real-time with Python using select.select().
2011-04-03
2 min read
Informatique