In this article I describe a (bash & Perl) script I’ve recently created to
perform a git blame
on the lines matching a git grep
I am performing, and
concepts, pitfalls, and solutions I’ve found along the way.
| tags: [ Perl TOTP Security ]
In this article I’ll explain (with code) how to create and validate a Google Authenticator two-step authentication token, using Perl. Both on the command-line and on a simple website.
| tags: [ Git Hooks Perl Perltidy ]
In this article I describe my approach to keeping some of my Perl repositories as clean and as tidy as they can be.