Open terminal and write these 2 commands
[sourcecode]
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
[/sourcecode]
Related Posts
jGrowl popup messages
jGrowl is a nicely developed pluggin, hopefully in a mature version 1.10(for now), for displaying messages like this in your…
Powershell IIS Application pools list
Save the below script in a .ps1 file (powershell script file).
The roots of I,J,K,L usage
The use of i, j, k, and l as loop variables or integer counters has deep roots in both mathematics…