Open terminal and write these 2 commands
[sourcecode]
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
[/sourcecode]
Related Posts
Single page application SEO Optimizations
Client side rendered sites as is are not fully compatible with SEO standards before JS framework burst of technologies came…
jQuery a great tool for any ServerSide Scripting Language
One of the most used framework for making your web application more live, interactive. There is been a while since…
Differences between const, let, var, and let mut in the 20 most popular programming languages
Language const let var let mut C Immutable variable Mutable variable Mutable variable Not supported Java Immutable variable Mutable variable…