dfbills.com blog

Now that’s a long download!

Wow, that 696.7MB download looks like it’s going to take a really, really long time!  Or is it going to take me back in time?  I’m really not sure.

image

comment on this | posted in: Mac

How To Setup Facebook Chat Protocol In iChat

This week, Facebook opened up their chat service to an industry standard protocol- XMPP, otherwise known as Jabber.  This means that Facebook chat can now be used directly from within iChat. 

Here’s how to set it up-

Go to iChat’s Preferences

Click the “Accounts” tab and add a new account

Select “Jabber” from the options

Type your screen name (.(JavaScript must be enabled to view this email address)) and password.

Set “Server Options” to chat.facebook.com at port 5222 (do not check SSL)

image

Facebook also has instructions posted now on their site.

comment on this | posted in: Mac News Tips

Two methods for making files invisible

In MacOSX, there are two simple ways to make files invisible from the command line: (both methods do require the installation of Apple’s Developer Tools)

Method 1:

Make invisible:

/Developer/Tools/SetFile -a V ~/Desktop/MyDoc.txt

Make visible:

SetFile -a v ~/Desktop/MyDoc.txt


Method 2:

Make invisible:

chflags hidden ~/Desktop/MyDoc.txt

Make visible:

chflags nohidden ~/Desktop/MyDoc.txt

comment on this | posted in: Mac News Tips Unix

How to avoid sending Apple-Tab in Apple Remote Desktop

In Snow Leopard, Apple modified the behavior of Remote Desktop and Screen Sharing to send system level commands to a remote computer by default.  This change has made working with remote computers much more difficult for me. 

At long last “MacNoggin” has posted the solution over on MacOSXHints.

Quit Remote Desktop or Screen Sharing, then open Terminal and paste the following codes to toggle these hidden preferences:

defaults write com.apple.RemoteDesktop DoNotSendSystemKeys -bool YES

defaults write com.apple.ScreenSharing DoNotSendSystemKeys -bool YES

If you would like to reverse, re-enter the code, but change YES to NO at the very end.  And of course, you can always send these “System” commands while in fullscreen mode.

comment on this | posted in: Mac News Tips Unix

Sweet Firefox Crash Recovery Screen

While not technically a 404, I’m lumping it into my collection as a clever browser error message. 

image

Well this is embarrassing.

Firefox is having trouble recovering your windows and tabs.  This is usually caused by a recently opened web page.

Gotta love a team that has a sense of humor.  Thanks to Howie for the screen grab.

comment on this | posted in: 404 Mac News Webdev

ODBC Administrator in MacOS 10.6

Apple has ever so helpfully removed ODBC Administrator from MacOS 10.6’s Utilities folder.  The software is now a standalone download from Apple’s website-

http://support.apple.com/downloads/ODBC_Administrator_Tool_for_Mac_OS_X

From Apple:  The ODBC Administrator Tool for Mac OS X enables database administration of ODBC-compliant data sources.  Features include connection pooling, trace log creation, and ODBC driver management, among other administration features.

comment on this | posted in: Mac News Tips Webdev

How to get Chat Transcript Manager working in Leopard/Snow Leopard

imageSeveral years ago, I settled on Chat Transcript Manager from Unsanity to archive and search through my extensive iChat log files.  I conduct extensive meetings and have fully integrated IM into my workflow and Chat Transcript Manager was really well designed and easy to use.

Unfortunately, the tool was broken when Apple changed the format directory structure for the iChat log files in Leopard.  It doesn’t see the new logs in which are in subdirectories.  Unsanity hasn’t updated the software since the end of 2006, but luckily the fix is simply to flatten the logging directory structure.

The chats are stored here: 

~/Documents/iChats/

I suggest coping the logs rather than just simply moving just in case something blows up.  Don’t for get to set an actual path to your_destination.

find . -name ‘*.ichat’ | xargs -i cp {} /your_destination

After flattening, Chat Transcript Manager has no trouble indexing the files and I was able to pinpoint the conversations I wanted.

(4) comments | posted in: Mac News Tips Troubleshooting Unix

Register the Transmit Sync Client in MobileMe

Somehow I lost the ability to sync my Transmit bookmarks via MobileMe.  Not a big deal but as passwords began to change, I was getting frustrated that my bookmarks were breaking. 

The fix is quite simple:

~/Library/Application\ Support/Transmit/TransmitSync.app/Contents/MacOS/TransmitSync—registerClient

This will register the Transmit Sync Client in MobileMe and you should see it immediately appear in the Sync tab of the MobileMe preference pane.

comment on this | posted in: Mac News Tips Troubleshooting

Fixing Fiery print drivers under 10.6

If you’re having trouble printing under 10.6 to Fiery-powered printers:

Go to http://www.efi.com and download the “Fiery Print Driver update for OS X v10.6”

It’s located on the website in Support/Downloads/EFI Software.

This corrects issues with drivers already installed on your previous 10.5 system.

comment on this | posted in: Mac News Tips Troubleshooting

Re-enable the Locate database in Snow Leopard

Here’s how to re-enable the Locate database in Snow Leopard (MacOS 10.6).  Once this LaunchDaemon is loaded, locate services will continue to work- no need to reload.


sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist

update: Here’s the error I was getting prior to re-enabling: (so that search engines can find the tip)

WARNING: The locate database (/var/db/locate.database) does not exist.

comment on this | posted in: Mac News Tips Unix
 1 2 3 >  Last »