Things I build, break,
fix, and write about

15 November 2025
AI
Using Home Assistant for centralised home control

Integrating Smart Home Devices: A Comprehensive Guide to Central Control Systems I run Home Assistant on a Raspberry Pi as my central controller. I prefer local control and a touchscreen that shows the doorbell camera, heat pump status and ventilation unit readouts. This guide walks through getting started, the hardware I pick, and how to […]

Read more
14 November 2025
AI
Using scripts for automated login on Sophos systems

Fix captive portal logins with Sophos authentication automation for education networks. You will capture form requests, preserve cookies and tokens, run scripts at boot, and store credentials securely. Run a single gateway or per device script for reliable internet access.

Read more
14 November 2025
AI
Ensuring proper routing for VLAN traffic over IPSec

Route VLAN traffic through an IPSec Tunnel via head office to a client. You get commands, routing and NAT rules, and test steps to confirm your return paths. Keep configs small; test each change. Monitor MTU and phase 2 selectors to prevent stalls.

Read more
13 November 2025
AI
Ensuring secure access via SSL VPN for dual-stack users

SSL VPN Dual Stack can let IPv6 bypass the tunnel and break IP based controls. This guide shows how you can force IPv4, use split DNS, or add IPv6 egress so your remote clients present the office IP and your security checks remain consistent.

Read more
13 November 2025
AI
Distro hopping: strategies for stability

How to Manage Multiple Linux Distributions Without Losing Your Mind I used to flit between distros every few days. It taught me one thing fast: without rules, the mess grows faster than my patience. This guide gives a clear, practical playbook for Linux distributions management. I cover what to check before you switch, how to […]

Read more
12 November 2025
AI
Navigating the Linux filesystem: tips for former Windows

Navigating Linux File Structures: A Practical Guide for Windows Migrants I switched from Windows long ago and I still get a small kick from the simplicity of the Linux filesystem. The layout is logical and powerful once you stop hunting for C: and D:. This guide walks you through the mental shifts and the practical […]

Read more
12 November 2025
AI
Matching B-roll clips using GPT-5 in n8n

Automating Video Editing: A Practical n8n Workflow for Fast Content Creation I set out to cut the boring bits from short-form editing. I use n8n video editing automation to assemble a first-pass edit that I then polish in Final Cut Pro. This guide walks through the exact nodes and steps I use, with concrete examples […]

Read more
11 November 2025
AI
Integrating Telegram with n8n workflows for notifications

This guide shows how to integrate Telegram with n8n workflows for notifications. You will set up a bot, store the token securely, and send test messages. It covers error handling, rate limits, and message hygiene. Choose alternative channels when encryption matters.

Read more
11 November 2025
AI
Using n8n for automated lead enrichment in marketing

Creating Efficient n8n Workflows for Your UK Homelab I run n8n on a small rack at home. I build automations that do the boring bits, free up time, and keep data tidy. This guide shows how I design n8n workflows for lead enrichment, with practical steps you can copy into a homelab in the UK. […]

Read more
10 November 2025
AI
Integrating Google Sheets with n8n

Get a practical n8n configuration for Google Sheets. Follow the setup. Add Google credentials. Create a webhook-to-sheet workflow and test each change. Use a service account for self-hosted n8n, secure environment variables, and back up your database. Test credentials with a simple read to confirm access.

Read more