Open terminal and write these 2 commands
[sourcecode]
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
[/sourcecode]
Related Posts
Javascript commands for the most common actions
Some of the most common javascript commands that i quickly managed to collect. This list is going to grow quickly.…
Amazing difference on two different files systems
I was recently bought a new external Drive for storing my files, project, works ect. First thing i did was…
PHP and Microsoft MSSQL SERVER
This is a solution that took me about 1 year to make it work. I proudly present the way to…