Automatic Rainbows and fuse-colors I developed fuse-colors, a tool for wrapping most commands with arbitrary bash. These are notes from the dev experience.
Automatic Rainbows in your Terminal with fuse-colors I used FUSE and perl to make fuse-colors, a script that allows you to automatically wrap commands in arbitrary bash
Seeing Patterns with strace: Wall of “close” System Calls Strace lets you see patterns in system calls made by processes. This post covers the wall of “close” system calls often seen by daemonized processes.