void techBlog() { //... }


My attemps to arrange 0 and 1 and make something vaguely useful


  1. Nautilus File Manager scripts : Scale JPG images

    I really appreciate the feature of Nautilus (Gnome file manager) that allows the use of custom scripts via the right click contextual menu. To be seen by Nautilus, the scripts must be copied in a specific directory ; you can reach this directory with : Right clic in any directory window -&…


  2. Simple CruiseControl + Ant example

    I always have a hard time finding online a simple example of CruiseControl + Ant file whenever I need to quickly setup a Continuous Integration server for a project. So here is the configuration I had set up for the open source project TSP (Transport Sample Protocol) : <cruisecontrol> <…