Plurrrr

Tue 31 Aug 2021

Method modifiers instead of overrides in object-oriented Perl

Last month [I wrote about using Moose’s override function] to, well, override a superclass’s method. Chris Prather on the #moose IRC channel suggested soon after that the around method modifier (or its little sisters before and after) might be a better choice if you’re also calling the original method inside. He noted that “at a minimum override only works if you’re subclassing, around will apply to composed methods too.”

Source: Taming the Moose: Method modifiers instead of overrides in object-oriented Perl, an article by Mark Gardner.

Tor is a Great SysAdmin Tool

Tor is a fantastic networking and privacy technology that makes private and anonymous browsing available to millions. Despite this, it is unfortunately seen by some people as a system that solely exists to facilitate an illegal criminal underground,

However, to take a literal view, Tor is just a networking tool, and it can be used in any way that you want. The features that enable privacy and anonymity are also extremely useful for many of the tasks carried out by Network Engineers and Systems Administrators on a daily basis. For example:

Source: Tor is a Great SysAdmin Tool, an article by Jamie Scaife.

Linux/BSD command line wizardry

As a relatively isolated junior sysadmin, I remember seeing answers on Experts Exchange and later Stack Exchange that baffled me. Authors and commenters might chain 10 commands together with pipes and angle brackets—something I never did in day-to-day system administration. Honestly, I doubted the real-world value of that. Surely, this was just an exercise in e-braggadocio, right?

Source: Linux/BSD command line wizardry: Learn to think in sed, awk, and grep, an article by Jim Salter.