Open terminal and write these 2 commands
[sourcecode]
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
[/sourcecode]
Related Posts
Happy Birthday Google
Google’s 10th Birthday
W3 School
Mother of all internet tutorial web pages… Learn all kinds of stuff concerning…
MySQL Import Data From EXCEL (csv file)
1. Save as excel document in CSV format. (found as CSV Comma Delimited file) 2. Connect to Mysql through command…