2018

Technical

Simple LDAP proxy container

So, you have an LDAP server running happily on port 636 but one of your client applications doesn’t seem to be happy with the SSL connection for whatever reason. You need an intermediary …

Ross Golder 1 min read
Read More

2014

Merging Confluence users

One of my clients is running Confluence. Somewhere along the line, two user accounts had been created for one user, and content had been added using both users.

So muggins here to the rescue. …

Ross Golder 3 min read
Read More
Technical

Building a Resilient Rural Network Infrastructure

Designing and implementing a robust dual-WAN network with wireless mesh connectivity to serve multiple households in rural Thailand, featuring automatic failover and centralized monitoring.

Ross Golder 4 min read
Read More

2013

Technical

GStreamer pipeline for RTSP stream

A simple gstreamer pipeline to display at RTSP stream (from an Aircam)…

gst-launch -m rtspsrc location=rtsp://172.16.2.251/live/ch00_0 ! rtph264depay ! ffdec_h264 ! ffmpegcolorspace ! …

Ross Golder 1 min read
Read More
Technical

Magento API problem setting additional_attributes

For some reason, it’s damn hard to get the additional_attributes set via Magento’s v2 API. Even the example code in their API docs doesn’t cover it. After trying many permutations, I …

Ross Golder 1 min read
Read More
Technical

Harvest e-mail addresses from stdin

A little python script to do this:

#!/usr/bin/env python

import sys import re

bulkemails = sys.stdin.read()

# regex = [email protected] r = …

Ross Golder 1 min read
Read More

2006

Personal

Mastering my action lists

Old blog post recovered from 2006

Ross Golder 3 min read
Read More
Personal

Nautilus file operations (b)

Old blog post recovered from 2006

Ross Golder 1 min read
Read More
Personal

Nautilus file operations

Old blog post recovered from 2006

Ross Golder 1 min read
Read More
Personal

Taking it all into consideration

Old blog post recovered from 2006

Ross Golder 5 min read
Read More