Posts for: #Linux

Pihole Docker Upgrade Pipeline

I’ve been running pihole for a minute now, and I think I’ve devised a process for upgrading that’s short, sweet, and to the point. It provides quick upgrades and might even be something possibly automated.

So here goes.

First thing you need is to make a folder somewhere on the system that your compose file and config files will live in. Throw it anywhere, it’s your system with your security practices, I don’t really give a damn. That’s my warning for “do at your own risk, you assume all liability”. Once you have your compose file, start your container with:

[]

Reclaim Drive Space

So you have a raspberry pi. Maybe you have two. You might have a VPS as well. Maybe two. Maybe three. You could also have a x86 linux build or a SparcStation laying around, I dunno. Hell, you might be hoarding Unix or Linux PC’s for all I know. But what happens when these suckers run 24/7 and collect and document events from all sorts of services that are running?

[]

The Linux Party

Taken from http://www.trollaxor.com/2001/12/linux-party.html.

First, there was a plan: how to bring together the two different development groups at work? My boss said there was a sort of tension he thought could be eased by some social interaction. Not easy. Both the different development groups despised one another, each thinking its “art” was more important and eloquent than the others'.

First there was the XML group. They worked on our website, documentation and formatting, and simple configuration apps and some front-ends to Java stuff. They also did our web sites. They used CSS, HTML, XSL, JavaScript, and a bit of Java. They typically dressed casually, drank coffee and tea, and liked to work straight from the spec: no ”Learn XSL in 30 Days” books were to be found in their cubicle farm.

[]

Learning Awk

One of the most useful little tools for information parsing that I’ve used has to be awk. Specifically, awk will allow you to pipe text through it and use the printf() function to format text as you require it to be formatted. It also has a basic scripting language that lends further functionality, making it an ubiquitous tool in the POSIX arsenal. Need to format a list of US States for a Maruku table? Not a problem. Copy / Paste it into a text file and pipe it through this:

[]