Software Release: A self hosted podcast manager for your personal cloud After several months of development time, I would like to present a preview of my new Podcast app. Soon it will be a fully featured podcast manager which you can integrate into your…
Software Nextcloud Radio app 1.0 released Finally the complete rewrite of the Radio app is ready for it’s first release. It is now based on VueJS, has many new features, improved stability and better performance. Here’s a short overview…
Software Automated test on NixOS repository with Gitlab CI/CD The NUR repository template integrates automated tests done by Travis CI to check code integrity with every GIT commit. Only if the automated build process succeeds, commited package changes are applied to the…
Software 10 unoffical NixOS packages worth checking out NixOS already offers a lot of standard Linux packages in their stable repository. Some packages doesn’t get merged or haven’t been submitted yet, but I don’t want to miss them after switching from…
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…
Software Custom excerpts on the WordPress search page highlighting query keywords In this post I’ll share custom function for WordPress, which will customize the text excerpts in the search result page to always show the part of the text which includes the search query….
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…
Software Host your own QuakeJS server on ArchLinux Recently I discovered a very old project on Github which is somehow still actively maintained. It is a Javascript/WebGL port of the good old game Quake 3 Arena, called QuakeJS. This port in…