Category Archives: Free software

Just published: “perlmod_install_info” Ansible module

I’ve just published a new Ansible module called perlmod_install_info whose purpose is to help you install Perl modules on systems in the most portable way possible. Specifically, this module knows how to search for Perl modules in dnf, yum, and apt repositories as well as in cpanm. It prefers the OS repositories over CPAN because… Read More: Just published: “perlmod_install_info” Ansible module »

Hack of the day: keep the Emacs server running in the active login session

Prereqs for this hack being useful to you: (1) you use GNU Emacs; (2) you keep a single Emacs running in your session and use emacsclient to open files for editing in it; (3) you have Linux computers that use systemd on which you keep multiple concurrent login sessions open; and (4) you want emacsclient… Read More: Hack of the day: keep the Emacs server running in… »