Open terminal and write these 2 commands
[sourcecode]
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
[/sourcecode]
Related Posts
jQuery a great tool for any ServerSide Scripting Language
One of the most used framework for making your web application more live, interactive. There is been a while since…
SQL Server Perfomance Bible
Tips and tricks in SQL Server perfomance…. (read more)
Trace freed/deallocated instances of objects
This procedure has saved me more than once, so I need to document it throughly for everyone! There are cases…