Open terminal and write these 2 commands
[sourcecode]
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
[/sourcecode]
Related Posts
Vars from PHP to JS and Back
The easy part is to add a js variable from php. <html> <?php $MyVar3 = “Something in PHP”; ?> <script…
Move itunes backup folder
Having a small SSD disk for your operating system seems a bad practice to perform iTunes backup on the default…