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 may wants it :
Monthly Archives: May 2006
svn diff without spaces
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
X86_64
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.
Damn Throat
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 and hope it will get better by itself.