A new wonderful GreasMoneky script (Google AutoPager)
April 17, 2007
check it out: http://userscripts.org/scripts/show/8430
Powered by ScribeFire.
New nice firefox extension (ScribeFire)
April 11, 2007
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.