Shell commands to control Spotlight indexing on volumes.
sudo mdutil -i off /Volume/drivename/
sudo mdutil -E -i off /Volumes/drivename/
sudo mdutil -i on /Volumes/drivename/
sudo mdutil -E -i on /Volumes/drivename/
sudo mdutil -E /Volumes/drivename
How to execute scripts when a user logs into, or out of, an OS X workstation.
Apple tech note Bombich.com article Scripting Login Tasks in OS X
Create a hook:
sudo defaults write com.apple.loginwindow LoginHook /path/to/script
sudo defaults read com.apple.loginwindow LoginHook
Collection of assorted issues that came up deploying some OS 10.6 "Snow Leopard" iMacs.
Action - deleteAndCreateSymblinkDestination Folder Path - /Users/Shared/9.0_x86/Folder Path: ~/Library/Application Support/Adobe/Acrobat/9.0_x86
Installing ImageMagick on OS X 10.3 (Panther) and OS X 10.6 (Snow Leopard).
Recommended Libraries
wget http://dl.maptools.org/dl/libtiff/tiff-3.8.2.tar.gz tar zxf tiff-3.8.2.tar.gzcd tiff-3.8.2./configuremakesudo make install
wget http://www.ijg.org/files/jpegsrc.v7.tar.gz tar zxf jpegsrc.v7.tar.gzcd jpeg-7./configuremakesudo make install
ImageMagick installation To get the latest version of ImageMagick: