Posts in category "Technical"
2014
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
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 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 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