December, 2015
25 12 2015
I’m writing a python script to sort my raw photos. Precisely group my HDR together. The idea is to read EXIF tags inside the raw file. And correlate them to group raw photo for each HDR. I started to use rawkit (https://rawkit.readthedocs.org/en/latest/) but the values of Exif tags I was looking for was not really great. Someone suggest me […]
canon, exif, photo, python, raw
15 12 2015
In my devops life, one of my customer ask to have the possibility to update one by one his java workers but without interuption. They are java workers behind an apache. Apache load balance request between the workers with mod proxy ajp. The goal was to : Remove one of both tomcat server from the […]
apache, cli, devops, linux, python, tools
4 12 2015
Generally for monitoring or metering purpose it’s better to access to the service with a dedicated account. For example on galera we can create a read only user for the monitoring. But in openshift ? The first idea is to create a dedicated user and add the right role to be able to read information […]
ansible, docker, monitoring, openshift3, token, tools