Entries Tagged 'mac' ↓

VMWare Fusion 4

Today I upgraded my VMWare Fusion from verison 3 to version 4.  The most critical change I’ve found so far is in the location for networking/dhcp/nat configuration files.  Fusion 4 now locates those config files in: /Library/Preferences/VMware Fusion/vmnet8.

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1026510

I will add more info to this post as soon as I have more to share.  I’m hoping Fusion 4 is more efficient in utilizing the host resources and better performing.  I already like the interface design that is more integrated and seamless for Lion.

MAC Mail truepreview plugin

How can we ‘stop’ macmail from automatically marking mails as read when we scroll through them? Answer is practically we can’t. A simple problem that’s very annoying.

There’s a work around. The so called ‘preview’ pane is, in mac mail, actually a ‘reading’ pane. Because it is a reading pane, your email is, obviously, marked as read as soon as it shows up in the reading pane. The work around is to close the lower window (so called preview pane) by dragging it’s edge down to the bottom of the page then mac mail won’t mark any selected messages as read. Still … very annoying and not a solution I want.

So come TruePreview (http://christianserving.org/project/truepreview) to the rescue. TruePreview adds a preference panel to Mail’s preferences that allows you to mark messages as read immediately (Mail’s default), never, or after a delay. It also allows you to specify these settings independently per-account, if desired. That’s just what I need … now mac mail is so perfect. Thank you!

Preventing your ssh session from getting timed out

My job requires that I maintain a lot of ssh sessions to various servers for a long time.  It is very annoying when you leave a session idle for 5 minutes or so and come back to find that the sessions is dead because it has timed out. The time out is controlled by the server itself or firewall.  The time out value can vary. If you are lucky, you ssh session can stay up for hours but if you are unlucky, you can get booted out every 5 minutes.  The bottom line, you need a mechanism to beat that unpredictable time out.

Continue reading →

Fixed: CPAN failed with "Undefined subroutine &Compress::Zlib::gzopen…

For some unknown reasons, CPAN on my macbook suddenly stopped working.  This is the error I got whenever I tried to use CPAN to install a module:

Catching error: "Undefined subroutine &Compress::Zlib::gzopen called at /Library/Perl/Updates/5.8.8/CPAN/Tarzip.pm line 122.\cJ" at /Library/Perl/Updates/5.8.8/CPAN.pm line 390
CPAN::shell() called at /usr/bin/cpan line 198

I found a lot of suggestions from googling for it. The best solution for my case was to remove all Compress::Zlib (Zlib.pm) from every perl libraries, manually and re-install a new one.

Continue reading →