Open terminal and write these 2 commands
[sourcecode]
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
[/sourcecode]
Related Posts
FACTS
Did you know? Did You Know? from Amybeth on Vimeo.
jQuery updated!! Dimension pluggin included
Some jQuery fans include the framework using this refference: ‘http://code.jquery.com/jquery-latest.pack.js’ Using this type of include you all need to know…
MySQL Command List
This is a list of the most common used mySQL Commands General Commands USE database_name Change to this database. You…