Bitbucket Pipeline multiline environment variables
I recently had a case where I wanted to use a ssh private key in a Bitbucket Pipeline, and found out that Bitbucket Pipeline environment variables do not sup...
I recently had a case where I wanted to use a ssh private key in a Bitbucket Pipeline, and found out that Bitbucket Pipeline environment variables do not sup...
Today I added on to a bit of Apache configuration I wrote several years ago and was impressed by how past me had done it, so thought I’d write a blog post.
Hyper-V is pretty cool, and I enjoyed playing with it, especially in conjunction with Ubuntu’s Multipasstool. However, once I finished playing with it – I ha...
tl;dr - there seems to be a bug using Chef 14 to bootstrap nodes with the current AWS OpsWorks for Chef Automate, using Chef 13 works as expected.
Ran into an issue today that I couldn’t quickly find a useful fix for with Google, so here it is for posterity.
At work our internal Chef infrastructure has been using an older version of Chef for a while. We built out several fully Chef-managed internal projects, all ...
Over almost 30 years using email at work I’ve gathered a few habits to ensure that I see email as it comes in, reply quickly, and can find messages later. In...
I thought I’d already blogged about this, but Google says no (or my search-fu is not strong this morning), so here it is for posterity.
I’m very curious how quickly Windows 10 is being adopted. One quick way to get a look at this normally is via web analytics and traffic dashboards for large ...
I ran into an issue at $WORK today that took more than 5min of Googling to find an answer to, so you get two posts in one day!
I came across a new-to-me Python thing today that was astonishingly useful, so thought I’d document it.
Ran into an intersting edge case at work today with TeamCity’s git functionality that was fairly obscure, but Googling provided no useful information so I’ll...
At $WORK this week we encountered an extremely strange and annoying set of bugs in older versions of the Adobe CQ CMS system – specifically, in all CQ system...
There’s an interesting edge condition we ran into at work last week around git connecting to a repo over HTTPS.
I’m running Ubuntu Server 12.04 as a virtual machine on my high-res work laptop, and got tired of the tiny 640x480 console window, so tried to figure out how...
Recently had to Google this, so here’s some more juice for the search engines to help others find it faster.
I’ve been banging my head against something here at work, so thought I’d post the solution up on the Interwebs to hopefully prevent cranial trauma for others.
So, I’ve been banging my head against an issue where Apache was unexpectedly adding the Vary: Host HTTP header to responses for certain requests. Unfortunate...
About a year ago I posted some tricks for pulling information about WMI counters on Windows using the Powershell command line tools.
About a year ago I wrote a couple of posts about setting up OpenNMS with WMI (part 1, part 2), but until recently we were unable to leave this functionality ...
If you install quota support on current versions of Ubuntu, modify your fstab to add usrquota and/or grpquota options, and run quotacheck, you will get a mes...
I was trying to troubleshoot an intermittent issue with a .NET application connecting to vsftpd on a Linux box today. The issue is that the .NET application ...
Here’s how to setup rssh on Ubuntu, to allow sftp only with a chroot directory. Note that these instructions are for Ubuntu Server 9.04 x64, other versions m...
I’ve setup and used OpenNMS at my last job and my current job, and it works very nicely. One thing I haven’t done until last week, though, is get WMI monitor...
I’ve been working a fair bit with WMI on Windows servers, in particular pulling out performance counters (will shortly be putting up another post about OpenN...
I’ve been setting up OpenNMS at work, and ran across a problem suitably annoying and obscure that the solution should be recorded for posterity.
We have some nice new machines at work, Dell R610 boxes with dual quad-core CPUs. These CPUs also have hyperthreading, so the OS sees 16 cores. We’re running...
Just to give equal opportunity to issues I have with Ubuntu, here’s one that bit me today.
So, as noted in my previous post, I’ve changed from running Vista on my work laptop to running Ubuntu and Windows 7 in a VM.
I have an ISO of Windows 2008 Server and need to burn a disc so I can install it on a bunch of servers at work tomorrow. (mmm, Dell R610s) Yes, we have licen...
I’m using TortoiseSVN at my current job, and have at several past jobs as well. It’s a pretty good SVN client implementation for Windows, with the usual issu...
After about 1/2hr of trying to figure out why the proc and exec directives don’t work in Ubuntu’s snmpd server (at least in Ubuntu 8.10), I finally found a r...
We ran into an interesting situation at $work with Google Analytics and Flash.
For a while at $WORK in our Development and QA environments we were running multiple apps within one Jetty6 container. This works well, but isn’t always conv...
Recently at work I had a situation where I had to move a Solaris 10 x86 virtual machine from a VMware Server environment to a VMware ESXi environment. Unfort...
I’ve been playing with VirtualBox and have been having an issue getting Ubuntu Hardy 8.04.1 working, specifically that everything installed fine but after re...
Found a legacy web site at work today running on PHP4. As the PHP folks no longer support version 4, I started testing the site on PHP5 to prep it for migrat...
I decided to install SQL Server 2008 Express Edition, because I want SQL Server Management Studio Express and figure it can’t hurt to have the whole SQL Serv...
Trying to login to LinkedIn this morning with Firefox 3, this morning I saw….
Just for the posterity of the Internet, and because I didn’t find an immediately useful answer when searching with Google…
Ubuntu 7.10 (Gutsy Gibbon) has been released - there are news articles everywhere, even in the mainstream press. I’ve been running the beta for a couple of w...
For future reference, when updating the time zone on a RedHat machine running Sun’s Java it is not sufficient to update /etc/localtime, you also have to upda...