Open terminal and write these 2 commands
[sourcecode]
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
[/sourcecode]
Related Posts
Recover Browser Hidden Passwords
Have you ever used remember the password option in you browser and later forget that password. If you want to…
Sql Server 2008 – New Features
If you work with SQL Server on a regular basis, either writing custom queries, designing databases, or optimizing queries, this…
The Right way to use/make a favicon
If you’re using XHTML, add this: [sourcecode lang=”HTML”] [/sourcecode] If you’re using HTML, add this instead: [sourcecode lang=”HTML”] [/sourcecode] Here…