Actually Focusing On...

I'm actually working in some form of IT Service Model to describe how IT providers deliver the service.
Based on that aproach, a whole lot of work is being done, from service re-ingeneering to incident management.

I'm coding a session audit tool, that centralizes and stores text-based unix console sessions, to latter replaying and/or reporting.

My fingers are starting to get in shape again, due to my recently started "return" to guitar playing.

About Me

I'm an Information Systems Engineer, proficient in Unix platforms, low-level coding and the whole IT field. I live in Buenos Aires, Argentina, and work obviously in the IT industry, both as an employee and as a self-employed consultant.

I love to code some small system tools and scripts from time to time, mainly in C and Python, and to play and compose music from a wide set of styles.

If you want to contact me, just send me an e-mail to bjclavijo in google's gmail.com.

bj's Software

FatHunt

FatHunt is a simple python script born from the typical frustration when I try to make some space out of a full filesystem.
It simply shows a tree with files and directories and let you tag them for delete. You call it from commandline with a path to a directory as the only argument and just use arrow keys to move, space to tag and d for deleting tagged files or D for deletting tagged files and empty directories.
USE WITH CAUTION, STILL ALPHA AND REALLY DELETES THE FILES.

Features: size-sorted tree, selected size display.

ToDo: correct special files handling, soft and hard links treatment, custom commands instead of simply delete.

Download fathunt.py