Set up Screen Sharing in Leopard
- Go to System Preferences on the machine you want to share.
- Click on the Sharing Preference Pane.
- Check the box beside Screen Sharing.
- Close the System Preferences widow if you wish.
To use Screen Sharing
- On a different Mac using Leopard go to the Finder and create a New Window (Command N). A Finder window appears.
- Look in the Sidebar for the name of the machine whose screen you want to view. Select that machine. The screenshot shows I’ve selected terra-firma, my Mac mini.
- Click the Share Screen … button near the top of the Finder window. A Screen Sharing window appears displaying the screen on the machine you wish to control.
Here’s the how to for a password reset under Leopard.
- Boot into single user mode (press Command-S at power on)
- Type fsck -fy
- Type mount -uw /
- Type launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist
- Type dscl . -passwd /Users/username password, replacing username with the targeted user and password with the desired password.
- Reboot
This allows you to reset the password in single user mode without booting from the install media.

According to AppleInsider, the latest update of Leopard (10.5.3) should be available in less than a month.
It seems Apple released 3 betas in less than a week, the latest version appears to be clean, no bugs anymore, and it fixes more than 31 bugs, especially the Back to My Mac, Spaces, Time Machine and Airport.
 
Leopard’s Allow All Incoming Connections option is the functional equivalent of the old Stop button: it turns your firewall off. I wouldn’t recommend this setting to anyone.
The Allow Only Essential Services option will block anything except a few default networking services, such as Bonjour. It prevents file sharing, remote access, and other optional services. You should use this option only if you really want to block everything. I use this option when I’m on potentially hostile networks, such as those in hotels or public hotspots, and don’t want to bother with manually turning off all my shared services (see “Firewalls on the Road”).
The third option, Set Access For Specific Services And Applications, is the one I recommend for everyday use. It’s actually a new kind of firewall for OS X. It’s what’s known as an applicationfirewall. Previous versions of OS X used a technology known as stateful packet inspection—a fancy way of saying the firewall blocked ports that weren’t being held open for use by approved applications. An application firewall like the one in Leopard blocks traffic targeting specific applications, not specific ports.
Â
Read More >

Tired of the default Leopard’s 3D dock background image?
To install a custom backgrounds for your dock:
- Just go into System/Library/CoreServices/ right-click on Dock and select “show package contents”.Â
- Once here go into Contents and then resources. Copy the image files here, but be sure to back up the original files if you want to revert back to the default leopard appearance.
- Once the images are in place, go into terminal and type killall dock - this will close the dock and restart it.Â
- When it comes back up your new background should be in place.
Download some backgrounds here and even more here.
Apple Inc. this week began testing Mac OS X 10.5.3 Update, a third maintenance and security update to its relatively new Leopard operating system that already bundles over 75 bug fixes and code corrections.
read more | digg story
Apple just released this RAW update, available from your Software Update.
This update extends RAW file compatibility for Aperture 2 and iPhoto ’08 for the following cameras:
Hasselblad CFV-16
Hasselblad H3D-31
Hasselblad H3D-31II
Leaf Aptus 54S
Leaf Aptus 65S
Nikon D60
Olympus E-3
Pentax *ist DL2
Pentax *ist DS2
Pentax K100D Super
Sony DSLR-A200
Sony DSLR-A350
 
To find all Applications that are compiled for 64 bit is pretty easy.
In Terminal, type either the Intel or PowerPC command below:
- Â For Intel: locate -0 app/Contents/MacOS/ | xargs -0 file | grep x86_64
- For PowerPC: locate -0 app/Contents/MacOS/ | xargs -0 file | grep ppc64