Posted in April 18, 2010 ¬ 12:27h.HtbaaComments Off
Which apparently is the slogan for launching Ubuntu 10.04. I think this is going to be a very nice LTS release. It’s too bad that they didn’t include Perl 5.12 in it, but that’s understandable as it just got released; although compiling your own is very easy. On the other hand, PHP 5.3 got in [...]
Read the rest of this entry »
Posted in April 13, 2010 ¬ 19:12h.HtbaaComments Off
After I installed Zend Server CE today I had to configure Apache to serve files from a shared network drive. Although these have been given a drive name serving files from it with Apache fails to work. By default Apache under Windows (or generally any service) is being executed as a local user. This user [...]
Read the rest of this entry »
Posted in April 8, 2010 ¬ 21:54h.HtbaaComments Off
Something I don’t do often and always forget is how to setup msysgit to use KDiff3 as its merge tool. To get it done edit your .gitconfig and add the following: [merge] tool = kdiff3 [mergetool "kdiff3"] path = C:/Program Files/KDiff3/kdiff3.exe keepBackup = false trustExitCode = false [...]
Read the rest of this entry »