Radical transparency and funding

During the year 2021 I worked on grant applications to fund my work on Free Software and published everything in public, down to the last detail. All the drafts and discussions that led to the document submitted to the organization managing the...

Validation en masse d'adresses mail

Pour le besoin d'un de nos clients, j'ai eu à valider dans un script python un très grand nombre d'adresse e-mails. En y pensant, cette situation est courante : combien de bases de données clients contiennent un grand nombre d'adresses mails qui,...

Convert an unsparse vm image to sparse vm image

Convert an unsparse vm image to sparse vm image¶ Few weeks ago, I needed to convert qcow2 image to raw image. So, I executed this command: qemu-img convert -f qcow2 -O raw vm-foo.qcow2 vm-foo.raw After that, I had an unsparse image because...

How to self published your code with Git over http

Introduction¶ Today i want to publish my scripts. Few days ago, I decided to use Git to release them. But it's only visible by me on my servers.So i decided to use Viewgit, a web interface in php. It's cool! Now, i can see my scripts with my browser …

Dokuwiki : une page d'accès refusé personnalisée

Lorsqu'un utilisateur accède à votre wiki Dokuwiki alors qu'il n'en a pas le droit, un message l'informe que l'accès à cette page lui est interdit et lui suggère de s'authentifier. Ce message ne correspond pas forcément à la réalité en fonction...