Posted in 25 May, 2006 ¬ 05:38h.chmouel
At work we are using Asterisk and Jabber and i am using Gajim as my client. I did a quick patch to have a notification on my desktop when someone call me and i get my big headphones (not that i like the phone very much but well), here is the patch for people who [...]
Read the rest of this entry »
Posted in 25 May, 2006 ¬ 05:26h.chmouel
I am sic of spaces and having svn diff that does not get the spaces removed. So here is a simple script that does the stuff that you can use as your diff-cmd :
#!/bin/bash
for i in $@;do
echo $i |grep -q “)” && continue
echo $i |grep -q “(” && continue
t=”$t $i”
done
diff -bBw $t
Read the rest of this entry »
Posted in 11 May, 2006 ¬ 00:21h.chmouel
On X86_64 VM Emulation works way better with Xen 3.0 than with Vmware. Xen is pretty awesome compared to Vmware for my use. The only thing i have to figure out is how to get rpmstrap get it workin on Debian base system.
Read the rest of this entry »
Posted in 7 May, 2006 ¬ 16:49h.chmouel
I have been sic like hell this weekend with my throat pain me like hell. Hope i did not get a damn infection or whatever. I should get to the doctor but since i don’t have any Medicare or i haven’t be to the doctor since a couple of years i don’t feel too much [...]
Read the rest of this entry »