2018
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 …
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. …
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.
2013
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 ! …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 …
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 = …