Feed My Files – build a feed from your filesystem

October 26, 2015 at 10:22

Introduction to Feed My Files, a command line tool to build RSS2 and ATOM feeds from a given file system using the last modification time as publish date.

Dropbox in docker

June 28, 2015 at 16:38

I was thinking of an easy way to backup the wp-content directory of my two blogs (the other one being Una Cerveza Al Día 😀 ) and Dropbox came to my mind: my space requirements are very modest, even for the beer blog with its one-picture-per-entry basis (after 4 years […]

Grails – publish a plugin in a self-hosted maven repository

June 10, 2013 at 10:08

Introduction and usage example of Grails Plugin Maven Deployer, a small scripting tool I created. The tool allows you to publish a plugin in a self-hosted maven repo by packaging it as a JAR file.

Bash – find directories of certain sizes

January 11, 2013 at 14:49

I often find myself trying to know which directories are consuming most of my persistent memory (I would say hard disk, but it isn’t a disk – and probably, even hard – anymore), and always get disappointed with myself for not being able to remember the way to do it […]

Grails Puppet module

November 13, 2012 at 15:31

A Grails puppet module made by OSOCO, that allows you to install diferent Grails versions in a puppet node. Has been tested with Debian and Gentoo, so it should work with Ubuntu as well, and has it source code available in Github (so it’s free software).

MySQL Puppet module

November 6, 2012 at 10:36

A MySQL puppet module made by OSOCO, that allows you to install MySQL and create databases and users in a simple way. Has been tested with Debian and Gentoo, so it should work with Ubuntu as well, and has it source code available in Github (so it’s free software).

Puppet Git and Subversion modules

October 29, 2012 at 15:50

Puppet svn and git modules made by OSOCO