I just read an article over at TechCrunch about Letter.ly losing their Libyan domain name.
Didn’t someone around here warn that this might happen? 😛
I just read an article over at TechCrunch about Letter.ly losing their Libyan domain name.
Didn’t someone around here warn that this might happen? 😛
When I were a lad …
A quick AppleScript which can be used in EvoCam to tell it to start recording on startup (useful in unattended recording setups):
tell application "EvoCam" start recording webcam 1 end tell
Set this in EvoCam > Options > AppleScript Settings… > When opening EvoCam
To configure Mac OS X to automatically mount a Drobo FS share whenever it is accessed:
Add the following line to /etc/auto_master:
/Volumes/Drobo auto_drobo
Then (as root) create the file /etc/auto_drobo and add your mounts to it, e.g.
Share1 -fstype=smbfs ://username1:password1@192.168.1.2/Share1 Share2 -fstype=smbfs ://username2:password2@192.168.1.2/Share2
Use the following command to start the automount:
/usr/sbin/automount -vc
Now whenever the volume is accessed it will be automatically mounted.
You might also want to change the default automount timeout setting which is in /etc/autofs.conf.