Add the following to run.sh:
if [ "$darwin" = "true" ]; then
MAX_FD_LIMIT=`sysctl -n kern.maxfilesperproc`
fi
Add the following to run.sh:
if [ "$darwin" = "true" ]; then
MAX_FD_LIMIT=`sysctl -n kern.maxfilesperproc`
fi
Get de RDC client for Mac from:
http://www.microsoft.com/mac/products/remote-desktop/default.mspx
or better, use CoRD
http://cord.sourceforge.net/
… CoRD seems to handle Windows keymap better (Function keys etc…)
To enable Concurrent Sessions on Vista, and to activate RDC on Vista Home Edition, see here:
http://www.missingremote.com/index.php?option=com_content&task=view&id=1220&Itemid=232
If Windows is running Vista SP1, take te Terminal Services DLL from here:
http://www.unet.fi/fransblog/2007/08/30/enable-remote-desktop-connection-on-vista-home-premium/
Also
I was looking for a way to automount my Synology shares (through AFP (AppleTalk enabled on the Synology)), but I wanted to stay away from ‘AppleScript’ hooks and ‘Login Items’.
I found this to be my best resources:
This blog entry summarizes what I actually needed: Easy AFP Automount on OS X 10.5