Gmail Sender – send emails from the command line

August 22, 2015 at 13:57

A simple Java-based project that can send emails through Gmail using the command line (either with gradle or docker) or from another Java project (added as a maven dependency).

Fish shell – using modules to import functions

May 19, 2014 at 19:59

I recently decided to give fish shell a try. I’ve always been reluctant to change my shell: bash has certainly its flaws, but it is widely spread. But lately I’m trying to go easier on embracing new things, since my natural approach is to be (extremely) skeptical about them (although […]

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 […]