Orchestrating Automatons

  • Home
  • About

  • The Modern Arp table: ip -s neighbor show

    April 16, 2023

    While trying to see if my kindle was in the house or not, I got to looking at the arp table, and specifically: Which prints out the table along with some info about the entry being stale or reachable and a few numbers. The man page says nothing, but luckily stackexchange came to the rescue:…

  • DMARC, DKIM and EXIM

    March 23, 2023

    This guide was a great help in configuring my mail server to use DMARC and DKIM – https://www.systemajik.com/implementing-dkim-with-exim/ I run EXIM and have done for years, but recently gmail stopped accepting mail as I didn’t have SPF and DMARC in place. So, to get with the times, I do so. Saving here for future reference.

  • Bootstrapping Infrastructure for Server Recovery

    November 25, 2022

    A common approach in IT is to take a backup or clone of a server and put it somewhere ‘safe’ for later use in the event of disaster. I’ve seen this waved around as a viable option many a time, the idea being that if something happens to the live system, then the clone can…

  • How C came about

    November 23, 2022

    Little bit of abridged history in this article from Arstechnica (https://arstechnica.com/features/2020/12/a-damn-stupid-thing-to-do-the-origins-of-c/). It’s interesting in that you can see why so many common technical aphorisms exist, like the principle of least astonishment Only two years after EDSAC 2 came online, the university realized that a far more powerful machine would be required soon, and in order…

  • Peter on Peter

    October 15, 2022

    Fascinating interview with Laurence Peter of Peter’s Principle fame.

  • Programming Error

    September 28, 2022
    Programming Error

    Brilliant.

  • Tip: Removing stale docker volumes

    January 4, 2022

    Clean up any stale, unused docker volumes that are hogging disk space: Via https://lebkowski.name/docker-volumes/

  • Ansible – dump your vars

    November 22, 2021

    This blog contains some handy var dumping tips. For example, to dump the setup facts: # Dump facts for domain example.com ansible -i inventory_file some_host -m setup Another one is to dump all the vars for everything for some serious debugging. Save this to it’s own yml file. — – name: dump all hosts: all…

  • Organising People is Hard

    April 21, 2021

    Spotify famously (if you’re a student of team organisation) blogged about their squad based approach to engineering team management and delivery back in 2014. It sounded pretty awesome, but as with all these things there’s no silver bullet, and Spotify don’t use this model themselves anymore (if they ever did) according to this article by…

  • error in ‘unicode string’ ?

    November 3, 2020

    Like a lot of things in life, you often start out with a clear end goal in mind. Think of any idea you’ve had – paint the fence, put up a curtain. It’s more often than not an apparently simple idea, we don’t usually embark on moon shot projects. Inevitably, even the simplest of projects…

1 2
Next Page→

Orchestrating Automatons

Proudly powered by WordPress