Open a new Terminal (/Applications/Utilities/Terminal) window and type:
defaults write com.apple.Finder AppleShowAllFiles TRUE
and to disable it:
defaults write com.apple.Finder AppleShowAllFiles FALSE
Don't forget to restart Finder after you enable/disable this setting.