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…
Button Submit Once!
In a web application where the users are real dum the ussualy double click in buttons so the filled forms…
Powershell IIS Application pools list
Save the below script in a .ps1 file (powershell script file).