Bru-GTUG #1 Date Poll

Feel free to participate in the Bru-GTUG #1

Firefox Ubiquity php search handy command

Just created a Firfow Ubiquity php search command based on 2 other work: http://download.sbw.be/projects/ubiquity/php-search.html

Distance between cities

First of all I need to cite my sources:

Calculate distance, bearing and more between two Latitude/Longitude points

Geocoding Belgium Postal Codes

The goal of my project was to find out which cities are nearby (within a user specified distance).
Of course users don’t know their city coordinate, so you will have to find out by yourself. To [...]

Quechup is selling (let steal) e-mail adresses: honey pot #1 triggered

My subscription to quechup was used for spam mail such has:
Cindy Foster – CindyFoster1533@live.com
to quechupxxx@xxx.sbw.be
H! I find your post interesting. I am pretty chick. I am moving to your area from russia
I am looking for a good man to show me around and may be more ;)
Could you please kindly reply to me at [...]

Deezer embed test

Discover K’s Choice!

Not aligned…

… with my managment…
I prefere to do research and to develop than to maintain out-sourced code…
Why do they outsource the great applications and concepts… and leave us with the day to day operationnal work…
That’s not nice…
So I decided to resign… Bye bye Skynet… I hope that you will see the light sooner or later… and [...]

create a patch with subversion

Before the commit:
svn diff > mypatch_xx.diff
After the commit:
svn diff -r > mypatch_xx.diff
copy the mypatch_xx.diff file at the same relative place on the other computer/directory/…
and do:
patch –dry-run -p0 -i ~/mypatch_xx.diff
to see what will be done and then
patch -p0 -i ~/mypatch_xx.diff
to do it really
to install patch: apt-get install patch
to install subversion: apt-get install subversion

How to install php 5 mode cgi on apache 1.3 with mod php 4 / Debian stable

php4 and php5 on same server is not that complex
You must be root (or able to sudo)!
1. check that cgi-bin mod_alias is activated
in /etc/apache/httpd.conf search for:
<IfModule mod_alias.c>
#ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/

the line should be uncommented
2. Install php5-cgi
update:

apt-get update

simulate install:

apt-get -s install php5-cgi
Reading package lists… Done
Building dependency tree… Done
The following NEW packages will be installed
[...]

Company site

My company site is under construction: http://www.sbw.be/ feel free to comment suggestions.

open source web icons

after few search I finally found: http://www.maxpower.ca/free-icons/2006/03/05/ which is a really great source of open source icons.
And some good Ajax Please Wait Icons