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.
(updated )
Come rimpiazzare il modem “Fibra” (VDSL) fornito da TIM con un altro modem (un FRITZ!Box 7590), senza perdita di configurazione (IP fisso) o di servizi (VoIP).
| 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 ]
In this article I describe my approach to keeping the disk space for my Git repositories low on both the desktop and netbook machine.
| tags: [ Git Hooks Webserver ]
In this article I describe my approach to deploying new versions of a personal web application, running under Lighttpd and using Perl as its back-end. The same approach can possibly be used for similar scenarios.
| 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.