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, load average, netowork stats and for macOS even model and serial number.

Upgrading Go in 40 lines of Bash

A simple shell script to download and install the latest featured Go updated on a Linux system.

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.

Blocking porn with Pi-hole

Using my new project called my-pihole-blocklists it is possible to create custom blocklists to block porn (among other things) using a pihole. More lists and creation scripts are coming soon to block a number of possibly unwanted sites.