10.3/4 Image Deployment & RAID
Create image in 10.4
Create softRAID in 10.3
Restore from 10.4

|
Basic AuthConfig
To enable per-user homedirectory authentication:
$ nano /Users/user/Sites.htaccess 
AuthUserFile /Users/user/.htpasswd
AuthName "Palun anna parool"
AuthType Basic
require user username

$ htpasswd -c .htpasswd username

$ sudo nano /etc/httpd/httpd.conf

AllowOverride AuthConfig


$ sudo serveradmin stop web; sudo serveradmin start web

|
More On Spelling
http://www.cocoabuilder.com/archive/message/cocoa/2005/2/4/127543

|
Changing IPs
Had to rearrange my IP setup due to a new router:

changeip /LDAPv3/127.0.0.1 192.168.0.111 192.168.1.10 oldhost newhost 
/usr/sbin/networksetup -setmanual "Built-in Ethernet" 192.168.1.10 255.255.255.0 192.168.1.1

|