Get Vista and Samba to work - Code Monkey Business AU

Posted on February 11, 2010 in How-to

I used these instructions to get my Windows 7 clients to connect to my Mac 10.4 server.


Early adopters of Microsoft’s new Vista operating system may notice that it will not connect to Samba share folders out of the box. This will be a bit of a pain …


Continue reading

Mac OS 10.5.7 update broke JMeter

Posted on August 03, 2009 in Fix-it

The latest Java update from Apple broke JMeter... not sure why but JMeter needs Java 1.5. Add this line near the top of your jakarta-jmeter-2.X.X/bin/jmeter file using your handy dandy text editor. I like TextWrangler.

JAVA_HOME="/System/Library/Frameworks/JavaVM.framework/Versions/1.5"

If …


Continue reading