blog.dbrgn.ch
May 25, 2013

PHP-FPM and Nginx Upstream Configuration

Current versions of php5-fpm from dotdeb listen on a unix domain socket by default, instead of using port 9000.

May 16, 2013

ufw – A Simple iptables Frontend

ufw is a very easy way to configure your firewall rules, without writing iptables scripts.

May 10, 2013

Enums in Python

Python 3.4 will introduce a builtin enumeration type. But you can already start using it right now.

Apr 26, 2013

List Outdated Dependencies with Pip

Version 1.3 of pip makes it possible to list outdated packages.

Mar 27, 2013

Testing Dajaxice Views in Django

How to test Dajaxice views using the Django test client.

Mar 26, 2013

Programming a Perceptron in Python

How to create a simple perceptron using Python and NumPy.

Mar 8, 2013

d3.js and X-Requested-With

How to make AJAX detection used by Django and Flask work with d3.js.

Feb 7, 2013

Git Introduction Presentation Slides

The slides of a presentation I held about git.

Jan 29, 2013

Cut Videos from Bash with ffmpeg

How to cut a video in your terminal.

Dec 7, 2012

Set a Random Wallpaper from Bash

How to set a random wallpaper from a directory on bash using feh.