Happy Blog Day !

Today (I still have 34 mins), it's the Worldwide Blog Day, so let's wish an happy blog day to my dear blog ;-)
I'll try to be more active on you dear blog... but time is time and there is only 24 hours into a day...
So cya soon....

Today (I still have 34 mins), it's the Worldwide Blog Day, so let's wish an happy blog day to my dear blog ;-)
I'll try to be more active on you dear blog... but time is time and there is only 24 hours into a day...
So cya soon....

After having listened to "Comme un Lundi" on pureFM(1) dedicated on the personal management method called GTD, I decided to search for an OSS project that could help me to start with that method. This method is also used to remove some stress using the mindsweep concept. But for more details about the method itself follow the links on Fr

Work around to use my usb bluetooth dongle to browse files from in my mobile and retrieve them.
I did several test to be able to transfert files from my mobile to my laptop and vice-versa.
The command line solution was ok but I prefer a gui solution to be able to browse also the files.

I was looking how to hack thunderbird to add an extra header when I compose a new mail.
I started this with some success only to display it but not yet so add the new field in the header when the mail is sent.
Then I found mnenhy (1), this is a very nice project that allows me to add what I want... but I'd like to link that new extra field to an openLDAP and this is not yet possible... If I've time I'll try to fix this.

As I received too much spam as comment into my blog, I decided to remove that feature and I decided also to "blog back". Something I would like to share with all the rock'n'roll fans around is the podcasting(1) of very interesting emission of Classic 21.
I advise the "Making Of", the "Journal du Rock" and "Classic 21 Rocks". To read those podcast I use iPodder(2).
(2) iPodder

I don't like to put jokes on this blog but this is the best blonde joke a ever seen !!
Enjoy it, it's the week-end ;-)

I have not yet tested this solution but it seems to be a nice solution to have sometimes an overview of the connexion attempts on your machine connected on a network (Interner, LAN, ...)
It can be also used for educational purpose or for those people that doesn't trust yet the nice netfiler rules created by a friend on their new Linux box ;-)

![]()
After you try'll it, this features will become essential !
Viamatic foXpose by Vivek Jishtu permits to view all the browser windows (and tabs) with a single click on the icon in the status bar or by pressing Ctrl + Shift + X
Many other nice extensions are available for firefox, I use for example the following extensions :
Web DeveloperSwitchProxy ToolFlashGotTabbrowser Preferences
I've implemented last week an Open-Xchange Server and here is my feeling about it :
OX rocks !! ;-)
It's a very nice product, very complete and usefull. It works also without any problem with lookout(tm)... and this is pitty... it works much better with a close source client than an open source one :(
The administration part is also a problem for users that are not the best friends of command line tools and ldap.
During this installation ldapvi was my best friend ! And I also wrote a patch, a new command line tool and a text based admin interface : oxadmin (0.2 and only in french for the moment)
Those are in available at my contributions page

In addition to sdog's post, I add some information how to use and print a HP PSC1417 printer/scanner on Linux.
As I'm a Gentoo Lover, I'll explain how to make this very cheap and nice printer working on Linux.
first of all we need to install hplip :
ACCEPT_KEYWORDS="~x86" USE="ppds" emerge -pv hplip
After we start it and we restart cups (of course we can start it at boot with rc-update)

Wow... what a wonderful product !
Being tired of using gq that segfault every 2 times... I was searching for a good solution to retrieve and modify data from an openldap directory. (with an AD gq crashes even every time !) :(
And I found THE product I was looking for : ldapvi !!
Being a vi lover, I was very happy to find the way to modify data from an ldap directory with vi commands !
Syntax Example:

After a chat with a colleague trying to code in python because he wanted to implement some Jabber application I decided to search some PHP solution.
I've found class.jabber.php from Nathan Fritz.
It's very easy to implement and fun to play with, I've put a sample here.
Have fun with it ;-)