About Dave

This author has not yet filled in any details.
So far Dave has created 247 blog entries.

Java Troubleshooting for Mac 10.6

JRE 1.5 CookBook One of the recent updates breaks JRE 1.5 in 10.6.8. Here is a cookbook to install JRE 1.5 Download Pacifist. http://www.charlessoft.com/ Download JRE 1.5 http://support.apple.com/downloads/Java_for_Mac_OS_X_10_5_Update_9 When entering commands copy the contents between the < > brackets. Click On the Finder. From the Go Menu Select "Go to Folder" Paste in </System/Library/Frameworks/JavaVM.framework/Versions> and click and Click go. Delete the two aliases (symlinks) “1.5” and “1.5.0”. Use Pacifist to open the JavaForMacOSX10.5Update9.pkg file that [...]

2019-10-25T20:30:36-04:00August 19th, 2010|Quick Tips|

NTFS Read/Write for Mac

Snow Leopard has the ability to mount NTFS volumes as read/write but it's not enabled by default -- just read only is supported as in 10.5. Here's how to get full read/write support for NTFS drives in Snow Leopard. First uninstall NTFS-3G or Paragon if you're using either one. Here's how to get read/write support for NTFS drives in Snow Leopard: In Terminal type diskutil info /Volumes/volume_name where volume_name is the name of the NTFS [...]

2019-10-25T20:31:48-04:00August 3rd, 2010|Quick Tips|

Mac Screen Saver Lock

Ok so here is the deal. You have a company... you have local admin accounts... so you don't need any passwords to install updates etc. Well your users set a password on their screensaver and you don't know it.... toast right???? NOPE Two ways to do this either ssh to the machine with the local admin account and change the following file or push a replacement through ARD to the client. NO reboot is needed and [...]

2019-10-25T20:33:23-04:00August 3rd, 2010|Quick Tips|

CrashPlan Backups

Onsite & Offsite Backups with CrashPlan MacWorks has partnered with Code 42 Software to provide support & hosting for CrashPlan Pro. After several years of working with many of the available options our testing has proven this as the best option available (also at the best price) for our clients. While there are many low cost consumer offsite backup solutions out there we have always found the business class versions to be too pricey for [...]

2016-11-01T21:28:09-04:00July 30th, 2010|Client Wiki|

CrashPlan Restore Guide

Restore to same machine Easy as pie. Click the Restore tab in CrashPlan and you get a list of folders that are backed up. By dropping down through the menus you can even select a specific file to restore. Once you've checked all the boxes you can click on the underlined words in the phrase "Restore the most recent version to Desktop and rename any existing files". Clicking those words rotates through different options: "most [...]

2019-10-25T20:34:13-04:00July 29th, 2010|Guides|

Google Apps email migration techniques

For migrating email messages from Outlook to Google Apps you can use the GA Outlook Sync plug-in or this Migration tool. The migration tool is nice because it allows you to select a date range for import. Either way you should ensure that there are no slash "/" characters in folder names in Outlook as that wreaks havoc with other clients parsing of the label names and can create duplicate folder trees one version with [...]

2019-10-25T20:34:46-04:00July 20th, 2010|Quick Tips|

Adobe CS5 – Initial Notes

First off it requires an Intel processor with 10.5.7 or 10.6 The GMA X3100 on some Macbook and MacBook Air machines IS supported. The GMA 950 is not listed as a tested card and according to online reports is not compatible. The NVIDIA GeForce 9400M in some MacBooks IS supported. The NVIDIA GeForce 320M in the latest MacBooks was not listed as a card they tested but should be compatible. Backwards compatibility to InDesign CS3 [...]

2019-10-25T20:41:18-04:00July 9th, 2010|Quick Tips|

Make an ISO image on a Mac

Create a folder with the contents you want on your ISO. Open Disk Utility and use the New Image from Folder menu item to create an image. Ensure it is uncompressed and use the CD/DVD master option. In my experience this creates HFS+ masters which are no good in Windows. Open the Terminal Assuming your new image is called ~/Desktop/Master.cdr (the file is on your desktop and called Master.cdr) type: cd ~/Desktop hdiutil makehybrid -iso [...]

2019-10-25T20:42:56-04:00June 10th, 2010|Quick Tips|

iPhone Google Apps Sync

go to Settings > Mail Contacts Calendars tap Add Account tap Microsoft Exchange enter your Email address leave Domain empty enter email address again for Username enter Password Description can be anything you want tap Next it'll process for a moment and then bring up a new field: Server enter: m.google.com in the Server field tap Next again it should verify the information this will setup Mail Contacts and Calendars on iPhone/iPad

2019-10-26T08:44:58-04:00June 10th, 2010|Quick Tips|

Change UID to open Microsoft Office files from file server on Mac

If you're getting errors on Mac from Microsoft Office apps when working on files from a file server, try changing the local UID on the client machine. Create a temp admin account then log into that account Change the UID from 501 to something else like 1020 in System Preferences on the account tab under Advanced Options (Right click on username to get this option) then click ok. Then run this terminal command to fix [...]

2019-10-25T20:49:29-04:00June 7th, 2010|Quick Tips|