Monday, March 30, 2009

GDI++ make Fonts looks like Mac OS X in windows













http://drwatson.nobody.jp/gdi++/index-en.html

via lifehacker

Tuesday, March 24, 2009

Mac OS X Speech bug, ipod shuffle affected?

try for yourself

Last login: Tue Mar 24 17:22:49 on console
eduardos-macbook:~ eduardo$ say bullfrog
eduardos-macbook:~ eduardo$ say bullfrogs
eduardos-macbook:~ eduardo$


note: fixed on 10.6

Save websites locally

Save a complete website to your harddisk :

wget -m http://www.google.com/

Saturday, March 14, 2009

Configurar modem del ice

this how to configure tu-r130.pdf for ICE costa rica Internet on ADSL

have fun!!

http://dl.getdropbox.com/u/418396/documents/Configuracion_rapida_atu-r130.pdf

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.


Full path in Finder title bars

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 NO
killall 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.