This is mostly for me - I always forget how to convert my regexp from Perl knowledge to the Vim editor. The place where I got a fair amount of info is: http://www.geocities.com/volontir/
The first thing is greedy matching, Perl knows it as: .*?, but Vim knows it as .\{-}
The next is back referencing, Perl [...]
Popularity: 4% [?]

Loading ...
Still haven’t done a full write up on my installation of mythTV 0.19 on Ubuntu, but I promise that I haven’t forgotten (thinking about migrating to 0.20). Just thought I’d put up the extra cron items that I have just inserted.
root@flexo:~# vi /etc/crontab# These next two entries are for mythTV15 * * * [...]
Popularity: 5% [?]

Loading ...
I’ve done this before and I spent ages looking for the answer again, so I decided to document it (finally!). ASP has some really nasty functions (especially coming from a PHP background) and all that I wanted to do was to be able to see if a simple INSERT or UPDATE statements succeeded or [...]
Popularity: 15% [?]

Loading ...
I’m just writing a quick note about how I patched my kernel to handle traffic control (tc). To begin with I believe that I’m running a Sarge distro of debian with a modified 2.6.10 kernel but I used the prepackaged kernel patch as documented http://debian.nix.hu/projects/kernel-patch-imq/, I then did a make-pkg using the following command:
make-kpkg [...]
Popularity: 5% [?]

Loading ...
Latest Comments