When companies move their development over to scrum they feel they’ve found a holy grail. For a while, anyway. Then the realities of scrum and agile development creep in. The separate Operations division finds the response time they can manage and the training of developers on using repositories, CICD servers, packer, ansible, tooling, plus trying…
Continue ReadingArticles Written By: dougmunsinger
Hashicorp packer + winRM (windows AMIs)
I’m dealing with developers who work in windows and deploy to IIS. I haven’t built windows Amazon Machine Images before, so there were a couple of things to make work in packer. The first is a user data script passed over to enable and configure winRM at boot. The second was opening up the security…
Continue ReadingGolang. Language of the Gods…
…The language is C like, with flavorings of Python
Continue ReadingMotiv Ring Battery Lasts Six Months at Best So Far…
…and still no real support response after 23 days. …a replacement ring was sent 15th February (updated 20190222). I want to write about how good Motiv fitness ring is. And it is. It is completely innocuous, the app is great, the information useful, the sleep measurement really quite good. But in a form factor this…
Continue ReadingAdding license for Open Source
I have 42 repos that are now going through a process (not THE process, because I’m pretty sure they make this up as they go…) to be released as open source. I needed to add a license comment to javascript, python, yaml, ruby, erb, haml, json, xml, bash shell, and groovy source code files….
Continue ReadingReal Sysadmins Work WITH yum and pip…
I was just handed a new revised Amazon Machine Image to employ, a fully-compliant corporate beast intended to facilitate keeping servers secure. I have extensive experience stripping builds for security purposes. The Solaris OS I worked with at Fidelity had stripped out all the graphical pieces integral to Solaris at that time, and paid SUN…
Continue ReadingBash Rocks (Direct Access to System)
This script will be re-written in python with test coverage in the next several months. For an ad hoc tool, though, to create POC and raw methods, bash rocks.
Continue ReadingBring in Git Submodule Code
So far git submodules are working for centralized code that repeats in use across repos and even organizations, and doesn’t change much. But one thing I run into constantly is where the code is for a repo I’ve just cloned that has a submodule, and even new repos as we re-architect some of our builds….
Continue ReadingDisplay the Content of an SSL Certificate
I’m finding one of the commands I run while debugging certificate generation and tweaks is: openssl x509 -in -text This displays the complete content of a cert, allowing looking inside to verify alt_names, etc, and verify that the generated certificate then works. — doug
Continue ReadingAdd “Editorial Calendar” to WordPress Admin Bar
I went looking for a plugin to do this and fell short. The Admin Bar at the top of the page on a wordpress site is useful – but the one link I always ended up diving onto the dashboard page for was the Editorial Calendar Plugin – a calendar plugin that shows and schedules…
Continue Reading