Tag Archives: leopard 10.5

How to open MDF file in Mac?

Do you have a problem to open MDF file extension in your tiger or leopard mac osx? It’s easy as 1,2,3! 1.) just change *.MDF to *.DMG 2.) double click 3.) DiskImageMounter will mount that file automatically in drive tray and DONE!

How to see the total file size of selected files and folders in Leopard

I was once former windows user and it took a lot of time for me to learn new key combination ( shortcut ) from Mac OSX Leopard. It was funny when I select 4 or 5 files and click “Get Info”, many property pop-up appears and I can’t see the total size. But don’t u [...]

How To Capture Image And Video In Mac OSX Leopard

Here is the link for the Guide at MacRumor. Tips are working for me.

Advanced tip about deleting locked files [MAC]

If there are several locked files in the Trash, you can unlock them all at the same time at the command line. Follow these steps: Open Terminal. It’s located in /Applications/Utilities. Type: chflags -R nouchg Note: Type one space (not pictured) after nouchg in the line above, so that it ends in “nouchg “. Do [...]

Empty Locked File in Trash with Terminal [MAC]

Highest Warning : Must Careful when you use! The deleted files are not recoverable. “rm -rf” is forcing files to be deleted recursively. “rm -r /” The command to wipe your drive Delete Normal Files Open Terminal.app Type rm -rf Type space Highlight files/folders you want to delete Drop them all to Terminal Execute it [...]