Welcome to my website. Here you will find my blog, writings, some photos and some information about me. Have fun and enjoy your stay!
Subject: SMART error (Health) detected on host: uniball
From: root@***
To: mohammed@***
Subject: SMART error (Health) detected on host: uniball
Bluetooth working.
I was able to transfer files only from my laptop to my Nokia phone from the command line.
However I wasn't able to transfer files from my Nokia to the laptop.
Now since kde 3.3 is now in sarge, I can install KDE bluetooth, I'm not a KDE user. But I thught that it'll allow me to browse the phone as if it was a folder and see the contents, However I was wrong.
/dev/random
* Arabic in Gentoo Forums, I don't think this'll be ever used for a period more than 1 week or 1 month and then it'll be dead.
* I've left the office yesterday at 1 am. We are building a live CD to customize an existing solution, However OpenOffice is a gay as usual and is refusing to install. I'll have to go now and fight for it, It's almost done!
That's what we get from IM
I'm Lonely BTW
kirra1112: hi
Lonely: hi
kirra1112: aslplz
Lonely: you ?
kirra1112: first u
Lonely: go away then
kirra1112: u also
kirra1112: bye
Lonely: bye
kirra1112: =;
Now I wonder what's the problem about checking my yahoo profile.
The wonderful world of FLOSS
I'm really proud to be one of the FLOSS community. Here's a very good example.
A syntax highlighting module has been relesed for drupal on the 1st of Jan.
The same day someone reported a suspicious line of code, Hey listen, The guy actually went through all of the code or through parts of it. WoW!!
For the sake of the upload.module!
I've created an issue with a patch to add the file downloads count to the upload.module, If the author kindly accepts it, I'll be moving away from the old filestore.module and start using the upload module.
Arabic, The big problem.
I don't know why I'm writing this.
I've been envolved with Arabic for the last few years.
During the last few weeks I've started to realize the problems with Arabic, Noot only when it comes to text processing by the computer, But For non native Arabic speakers and even for native Arabic speakers like us.
Egypt again and again.
Thanks ezabi for emailing me this.
Happy New Year, The foolab way.
Happy new year all.
Alaa woke me up today saying that foolab is down. It was obvious that the codefilter.module "Which the drupal module used to highlight the php code." is not playing nice with drupal,I don't know why.
But Seeing an error about undefined functions is not a sign of good.
I don't know what happened, The site has been working for long time,
I tried to logout to find the error. It seems that it's happening to non logged in users, I searched drupal.org to find that this is a reported bug!
I don't know how many of you were affected by this error.
Anyway, I've disabled the following code in the module and everything is fine now.
function codefilter_init() {
drupal_set_html_head('
');
?>
I moved the code to the theme file.
// Codefilter block.
if (function_exists("codefilter_help"))
{
$output .= '
';
}
?>
Another thing just to fuck my mind, the codefilter module prevents drupal from generating the node teaser, I wonder why ?