Open terminal and write these 2 commands
[sourcecode]
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
[/sourcecode]
Related Posts
How to configure IIS 7 to allow downloading .exe files
If you’re finding that you’re getting 404 errors when trying to download executable files, add the following to your web.config…
Css trick – Preload images
[sourcecode lang=”CSS”] #preloadedimages { width: 0px; height: 0px; background-image: url(‘path/to/image1.png’); background-image: url(‘path/to/image2.png’); background-image: url(‘path/to/image3.png’); } [/sourcecode] You dont even have…
W3 School
Mother of all internet tutorial web pages… Learn all kinds of stuff concerning…
