The routesplit tool fails to make routes permanent on Snow Leopard and later versions of OSX. To work around the issue edit the following file as such: /Library/LaunchDaemons/net.routes.static.plist…<key>ServiceDescription</key><string>Install static routes</string><key>WatchPaths</key><array> <string>/Library/Preferences/SystemConfiguration</string></array>…
Copy disk images for Vmware, KVM, etc.
(Ref: Elvis, http://forums.overclockers.com.au/showthread.php?t=933797) These instructions can be used to copy full disk images over a network, including from or to physical and/or virtual machines. Because it is a bit-by-bit copy of the disk the process is independent of the file system or partition type, but there must be sufficient space on the destination disk. Individual partitions … Continue reading Copy disk images for Vmware, KVM, etc.
Auto-proxy configuration for Safari on OSX Snow Leopard
To get proxy configuration working for Safari on OSX Snow Leopard, utilising WPAD Auto-proxy and Squid proxy on a Debian server: 1. Install Squid – by default Squid listens on port 3128, test your Squid config by manually configuring the proxy settings in a client. 2. Install Apache (or your preferred web server) – add … Continue reading Auto-proxy configuration for Safari on OSX Snow Leopard