onny

Auto authenticate to public wifis or test hotspots Featured Image
Software

Auto authenticate to public wifis or test hotspots

This small Python script will automatically login to public hotspots or development networks. It monitors the iwd wireless lan network daemon and performs an authentication process as soon it is connected and a matching connection profile is present. Do not use this in production or against real public access points, since automatically logging in will […]

1 min read
Custom excerpts on the WordPress search page highlighting query keywords Featured Image
Software

Custom excerpts on the WordPress search page highlighting query keywords

In this post I’ll share a custom function for WordPress, which will tweak the text excerpts in the search result page to always show the part of the text which includes the search query. Usually Wordpess will only display the first words of the site or post in the search results page. This short excerpt […]

4 min read
Cups AirPrint server with legacy printer driver support using Qemu Featured Image
Software

Cups AirPrint server with legacy printer driver support using Qemu

In this guide I’m going to explain how to setup a CUPS network printing server on an ARM-Linux which will still be able to use older or discontinued printer drivers, meant for other architectures, using Docker with Qemu platform emulation. Therefore we could use for example 32bit Linux printer drivers emulated inside the container on […]

10 min read