Mac

Your Best and Easiest Security Lesson for the Week

padlock image courtesy of wikipediaNow that you are probably spending, saving, and keeping track of your money online, here's a quick and easy tip to keeping your accounts secure:

Don't click on links in emails regarding your accounts.
...read more

Mac OS X on the Dell Mini 9

Mac OS 10.5 updating on a Dell Mini 9Tired of waiting for Apple to make a netbook?  Don't.

Gizmodo posted a how-to a while back on getting Mac OS 10.5 installed on a Dell Mini 9.  The walk through is detailed and clearly written, so I'm sure you can do it yourself.  If not, feel free to comment here and I'll see how I can help.
...read more

Show / Hide Hidden Files in Mac OS X

If you need to show or hide hidden files in Mac OS X (like .htaccess or anything else starting with a "."), copy and paste the following into a terminal window, then hit Enter:

Show:
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder

Hide:
defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder

Warning: that second line makes all open finder windows close.

Hint: The Terminal is an application that is accessed from Applications > Utilities > Terminal.  Alternatively, you can perform a spotlight search for "terminal" and it will likely be the first result.
Syndicate content