
Monday, March 30, 2009
Tuesday, March 24, 2009
Mac OS X Speech bug, ipod shuffle affected?
Saturday, March 14, 2009
Configurar modem del ice
Sunday, March 1, 2009
Paintbrush for Mac OS X
Paintbrush for OS X @ http://paintbrush.sourceforge.net/Paintbrush is a simple paint program for Mac OS X, reminiscent of Microsoft Paint and Apple’s own now-defunct MacPaint. It provides users with a means to make simple images quickly, something which has been noticeably absent from the Mac for years.
When Apple released the original Macintosh in 1984, they included two applications: MacWrite and MacPaint. Twenty-five years later, Macs still include a basic text editor in TextEdit, but a simple paint program is a thing of the past.

The geekier amongst us and those familiar with Unix should really like this trick. You can have Mac OS X 10.5 display the full directory path in the Finder window title bar by issuing a simple command from the Terminal.
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
Then you’ll want to kill the Finder for changes to take effect:killall Finder
To disable the full path title bars and revert back to the default, simply repeat the command with NO instead of YES as the operator:defaults write com.apple.finder _FXShowPosixPathInTitle -bool NOkillall Finder
via: OS X Daily
Here’s a great tip that creates a nice hover effect when your mouse goes over an application (or folder) within a Leopard stack. Why this isn’t enabled by default in Leopard is beyond me, because it makes navigating within stacks a whole lot easier. Don’t miss out, here’s how to activate it:
Launch the Terminal and type the following command:defaults write com.apple.dock mouse-over-hilte-stack -boolean yes
then, you’ll have to restart the Dock by issuing the following command:killall Dock
To disable the hover highlights, type:
Flush DNS cache mac os
Flush your DNS Cache in Mac OS X 10.5 Leopard
Launch Terminal and issue the following command:dscacheutil -flushcache
All done, your DNS has been flushed. On a side note, the dscacheutil is interesting in general and worth taking a look at, try the -statistics flag instead for some stats.
Flush your DNS Cache in Mac OS X 10.4 Tiger
Type the following command in the Terminal:lookupd -flushcache
That’s it, that’s all there is to it. Now your DNS settings should be as you intended them to be.