Or at least it will, once I finish the slow process of documenting everything ...
Snoopy is a small library that logs all program executions on your Linux/BSD system. Developer documentation outlines how it actually does that (a fairly technical read). And don't miss the security ...
.gitignore is a text file that contains a list of patterns matching the files Git should ignore, meaning no changes to those files will be recorded in the Git repository. This question was raised on ...