onny

Nginx with uWSGI serving dynamic Ical-Feeds generated by Python script Featured Image
Software

Nginx with uWSGI serving dynamic Ical-Feeds generated by Python script

This weekend I invested some time to create a Python script, which parses calendars on several websites and generates a dynamic Ical feed that you can subscribe to. In this example the events are fetched from a MediaWiki table from the Hackerspace in Karlsruhe (Entropia). You can test the resulting feed here.The server, which hosts […]

6 min read
YUMI Multiboot USB Stick auch unter Linux erzeugen Featured Image
Software

YUMI Multiboot USB Stick auch unter Linux erzeugen

YUMI ist ein Windows-Programm zum erzeugen sogenannter MultiBoot USB-Sticks, mit deren hilfe sich mehrere Linux Live-Systeme oder auch z.B. Windows Betriebsystem Installationen paraellel auf einen portablen USB-Stick speichern und später ausführen lassen können. Mit der Windows-Laufzeitumgebung WINE, lässt sich das Programm auch nahezu problemlos unter Linux-Systemen verwenden, leider müssen Dateisystem nahe Operationen mit systemeigenen Werkzeugen […]

2 min read
How I fixed a kernel regression using git bisect Featured Image
Software

How I fixed a kernel regression using git bisect

As a happy user of the ArchLinux testing-repository, I’m sometimes “forced” to deal with bugs and regressions which do not break the whole system but definitely need some time finding and fixing them.Beside the breaking of some userland applications like libvirt or wicd, a kernel regression, which might only affect your own system, could be […]

10 min read