Here is a new genius script. If u r searching google, u will not need to click next page link. just scroll down, and the next page will be appended at the end of the page. very easy, and genius.



check it out: http://userscripts.org/scripts/show/8430





Powered by ScribeFire.

Today, I discovered a new firefox extension for blogging, it’s ScribeFire. It adds a small icon in the status bar that enables us to quickly write blogs, and publish it on the blog sites. ScribeFire supports blogger, wordpress, and some other blogs. check it out





Powered by ScribeFire.

ntfs-3g tip !!!

April 5, 2007

ntfs-3g is a great project, it installs a driver on linux that makes u able to read/write from ntfs partitions very easily. Simply mount the parition with option ntfs-3g like the command:
mount -t ntfs-3g /dev/sda1 /media/drvC

or u can add it to start up by updating the fstab file. if ur linux automatically detected ntfs partition (read only), just replace ‘ntfs’ with ‘ntfs-3g’, and every this is done.

I have dual booting operating systems on my laptop, the first is WinXP, and the second is kubuntu 6.10, with ntfs-3g installed. I was working on XP, and then I hibernated, then entered linux. The tip here is that I couldn’t mount or read the ntfs paritions, and I tried to do that manually by mount command, and an error message appeared on the console saying that Windows XP has not been shutdown properly, please restart or shutdown Windows XP correctly. I returned to XP and restarted the computer (without hibernating), and I successfully restored my drives on linux.