I encountered a simple problem: how to display ical calendar events with conky without writing an ical parser. The solution came in the form of a suprising tool: calcurse. This is a command-line, text-based, slightly graphical-like interface for ical handling. So: download the calendar, import it into calcurse, show it in conky. But how to [...]

There’s no switch-case in nginx, though map is available for similar but reduced functionality cases.

A way of preventing brute force is to limit the connection numbers to your service at the entry point: iptables.

Easy and clean nginx config for a secure WordPress Network.

How to use OwnCloud CardDAV service as address book in RoundCube and how to import vcf into OwnCloud.

Reading a non-fixed-length string from registry with the help of C? Here’s how.

Most RSS readers lack something: maybe offline version, online version, or just managed by someone 3rd party. A simple solution: back to the basics with rss2email, turniing the news into email.

nginx is one of the best webservers out there, owncloud make cloud computing secure using your very own service, but putting them together really gave me a headache.

One element, two borders in different colours – (nearly) pure CSS3.

Calling functions from a DLL in a C code? Don’t. But it’s still possible.