20 June 2020
Review of Seeed Grove Components
A review of some of Seeed's Grove components (16x2 LCD Display, LED Button, 1m Waterproof LED Lightstrip) from Arduino Nano and micro:bit (using MakeCode).
27 January 2017
Simple Dart code to tweet using OAuth
Last year I blogged about some simple C# to post tweets. I converted that code to Dart for easier running on my Raspberry Pi.
23 April 2016
Removing [action 'action 17' suspended] rsyslog Spam on Raspberry Pi (Raspian Jessie)
My Raspberry Pi's syslog is full of this from rsyslog, caused by it writing to /dev/xconsole. It bugged me enough to find out what was causing it and terminate it.
09 April 2016
Setting up Automatic Updates on Raspberry Pi (Raspian Jessie)
Logging into machines and updating them periodically isn't fun but for internet-exposed devices it's important. Here's how I set up unattended updates on my Raspberry Pi.
08 April 2016
Setting up a Raspberry Pi (Raspian Jessie) to send Email
There are a bunch of things on Linux that send emails by default (for example, the output of Cron jobs). Here's how I set mine up to pass those emails on to a real email address.
04 March 2016
Installing Lighttpd, PHP 7 and LetsEncrypt on a Raspberry Pi (Raspbian Jessie Lite)
I have a friend wanting to set up PHP 7 and HTTPS on his Raspberry Pi who was having trouble beause a lot of these aren't in the main Raspbian apt repos so I thought I'd see how hard it was...