Pulling Broodminder hive sensor data from the apiary and into your own ingest pipeline and visulaizing it using a $30 Lilygo T-SIM7080G-S3 and a Hologram.io IoT SIM. read on →
Gather Linux & macOS system information with sysinfo.sh
Sysinfo.sh is a small shell script that collects system information from a Linux or macOS host and displays it to the user in a well formatted manner. This can easily be used in troubleshooting a system or even in bug reports. Information includes hostname, CPU, memory, uptime,… read on →
Upgrading Go in 40 lines of Bash
A simple shell script to download and install the latest featured Go updated on a Linux system. read on →
Pulling artifacts from Nexus 3 in 25 lines of bash
Pulling artifacts from Nexus 3 can be very easy using the provided API. This is an example of how to pull (and check the integrity of) an artifact in less than 25 lines of bash. read on →