Skip to content

{ Monthly Archives } February 2008

Nginx userdir list

Our Nginx server was without a proper ~user listing. While this is default in most apache configs, its not in Nginx. My friend Dominiek made a hack with a ruby script. This would have worked fine if had some more work but memory usage was pretty bad (especially for big files). So, I started on [...]

Tagged , , , ,

Vim tags not sorted error

Vim has a pretty nice (although not that smart) completion command, Ctrl+n. Lately I’ve been getting this error: E432: Tags file not sorted This error is pretty annoying as it interrupts your work with an error. Googeling for this gave me no solution. Then I searched for files named tags (which are a lot), and [...]

Tagged , ,