Skip to navigation

Online Unreal Tournament server browser with pcntl_fork()

Tags: Code
Created on 27 June 2010, last modified on 27 June 2010.

Browse Unreal Tournament servers in a web browsers.
This code also demonstrates how to run multiple tasks in PHP using pcntl_fork(). …continue…

Manage Unreal Tournament cache files

Tags: Code
Created on 24 June 2010, last modified on 24 June 2010.

Manage Unreal Tournament 99 cache files with a Python script. …continue…

Pwbunny 1.0 released

Tags: Code
Created on 6 June 2010, last modified on 6 June 2010.

The first version of Pwbunny has been released. Pwbunny is a Password
Manager somewhat inspired by Pwman 0.x …continue…

Minimal apache configuration file for subversion

Tags: BSD
Created on 18 May 2010, last modified on 18 May 2010.

This is a “minimal” Apache configuration file for use with subversion access with SSL.
In many cases, the best approach is to “Start simple, add complexity when needed”. The default Apache configuration file is anything but “start simple”. …continue…

Run multiple services on one port and use PF’s overload to switch between them.

Tags: BSD
Created on 14 May 2010, last modified on 14 May 2010.

At work we have a http/https proxy which requires authentication, I would like to access both ssh and a subversion https repository at my server.
The easy solution would be to use two IP addresses. I do not have an additional IP address available.
The solution is to use pf’s overload feature to switch between services on a given port. …continue…

Weblog now online

Tags: Meta
Created on 13 May 2010, last modified on 13 May 2010.

Weblog is now online!

The weblog is formatted using txt2tags, I made a not-too-complicated PHP wrapper script to add functionality such as tags. …continue…

↑ Back to top ↑