A super tiny HTTP server that always returns the same response written in Go. Perfect for replacing a decommissioned service with a redirect, 404 error, or blackhole.
go-check-ssl is a simple command line utility to check the status of an SSL certificate.
Run check-ssl example.com and it establishes a TLS connection and reports back everything useful about the certificate it was served. It accepts bare domains, host:port pairs, full URLs, or raw IP addresses, and you can override the SNI to test a specific server behind a shared address.
It’s not my typical tech-related project, but I recently picked up woodworking as a new hobby and built my first project - a mobile cart for my table saw with built-in storage! I’m really happy with how it turned out. A huge thanks to Steve Ramsey of Woodworking For Mere Mortals for providing the plans and video walkthrough of how to build this!
Give it your PRTG core server’s hostname and probe access key and it handles the rest: fetching the probe, installing its dependencies, writing the config, and registering a service to keep it running. Setting the state to absent cleanly removes it again.
colinodell/json5 is a UTF-8 compatible JSON5 parser for PHP. It provides a json5_decode() function which is a drop-in replacement for PHP’s existing json_decode() function.
JSON5 is a JS-compatible extension to JSON which allows comments, trailing commas, single-quoted strings, and more.
Using an ESP8266 and Si7021 sensor to remotely monitor temperature & humidity. Data is published to Home Assistant via MQTT where it can be monitored and used for automations.