osx

iChat 4 Does Not Display Text Messages Problem

Turn on:
Preferences -> Messages -> Collect chats into a single window

and restart iChat.

The problem should go away.

How to Enable Local SMTP (Postfix) on OS-X Leopard

OS-X Leopard comes pre-installed with a Postfix version. No need to install it via darwin ports or other such mess (actually uninstall it if you have previously manually installed it via ports or something similar). Postfix just needs to be enabled and following sequence of several easy steps explains how to do it:

 sudo vi /System/Library/LaunchDaemons/org.postfix.master.plist

add following line before the closing </dict> tag:

<key>RunAtLoad</key> <true/> <key>KeepAlive</key> <true/>

Start service with

$ sudo launchctl
launchd% start org.postfix.master

You can also start simply with "sudo postfix start" but the above command will start via launch sequence and test the configuration you edited in the previous step.

Check that SMPT is running:

telnet localhost 25

For more information, see: Mac OS X Manual Page For launchd.plist

Bring SFTP to OS-X: Magnetk ExpanDrive

Today is a great day for Macintosh users! Magnetk has released ExpanDrive - a tool allowing to mount remote servers as local drives over ssh/sftp. Their press-release promises to add more protocols. I am taking a not-so-wild guess here that S3 will be one of the first protocols to get in.

But back to Magnetk. In the past I have used the Windows version of the same tool they had - SftpDrive and have come to love it. It was actually one of the few things I used to miss from Windows. I remember e-mailing them and asking to give us, Mac users something like that, as well. They promptly e-mailed back saying it was in works. And here we are with ExpanDrive! Magnetk is clearly a company that lives up to its promises.

I have been evaluating ExpanDrive for couple hours now and it is AWESOME!. I am gonna try it for a day or two more and am definitely buying it.

P.S. To be completely fair, we have to mention that there is an open-source tool that aims at solving the same problem and it has been around for a while: MacFuse is its name. I have used it.

Well, quite honestly bare-naked MacFuse is not in the same league, at least for now (I suspect ExpanDrive is using MacFuse at least partially if not in its totality). I am always the first to favor an open-source alternative, but quite honestly, if you are serious about your SFTP needs (like: developing a web application on a remote server), ExpanDrive is well worth its modest price.

Syndicate content