Posted by Drakonen on February 29, 2008 in
Programming,
Tech |
Short Link
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 [...]
Tags: apache, autoindex, dirlist, mod_userdir, nginx
Posted by Drakonen on February 12, 2008 in
Programming,
Tech |
Short Link
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 [...]
Tags: completion, tags, vim