This is a very short flow to follow. First you need to install “Macfuse”. You can get this small application from this link: http://code.google.com/p/macfuse/ . This application allows you to extend Mac OS X’s native file handling capabilities via 3rd-party file systems. It is used as a software building block by dozens of products. Then, one last step left. Now you can start with installing Fuse-ext2. This is an extension to macfuse, so the macfuse is required to install beforehand. Fuse-ext2 is a multi OS FUSE module to mount ext2 and ext3 file system devices and/or images with read write support.

fuse-ext2 macfuse
If you installed these applications successfully, now you should be able to read/write ntfs and fat formatted disks through your mac
VN:F [1.9.11_1134]
Rating: +3 (from 3 votes)

Web 1.0 – That Geocities & Hotmail era was all about read-only content and static HTML websites. People preferred navigating the web through link directories of Yahoo! and dmoz.
Web 2.0 – This is about user-generated content and the read-write web. People are consuming as well as contributing information through blogs or sites like Flickr, YouTube, Digg, etc. The line dividing a consumer and content publisher is increasingly getting blurred in the Web 2.0 era.
Web 3.0 – This will be about semantic web (or the meaning of data), personalization (e.g. iGoogle), intelligent search and behavioral advertising among other things.
VN:F [1.9.11_1134]
Rating: +2 (from 2 votes)
The size of a table can be found using oracle’s segment tables. Basically following code block returns a result of table size within related tablespaces in terms of MB and GB:
SELECT tablespace_name,
segment_name AS TABLENAME,
trunc((sum(BYTES) / 1024 / 1024), 2) MB,
trunc((sum(BYTES) / 1024 / 1024 / 1024), 2) GB
FROM user_segments
GROUP BY tablespace_name, segment_name
This way you may access only the tablespaces of logged in user
VN:F [1.9.11_1134]
Rating: +4 (from 6 votes)
Yesterday, i just restarted my laptop and built-in speakers stopped working but headphones. I have re-installed drivers but didnt worked. So i tought it is some hardware problem related with soundcard. Then i got a sound from speakers for a second while unpluging my headhone jack from the port. I have plugged and unplugged the headphone jack couple of times and it worked. Problem was some kind of short in jack port.
VN:F [1.9.11_1134]
Rating: +1 (from 3 votes)
Recent Comments