So far this has started to work on the latest (2.2) firmware for the iPhone. You need to edit the file /User/Library/Preferences/com.apple.Preferences.plist on the device -> I found it best to sftp in to the phone, make a backup, and edit the file using Apple’s Property List Editor. Copy the file back to /User/Library/Preferences/ . …
I’m too lazy to install a perl module, on a local computer, for a quick whois on a few domains. Catching the shell’s output is more convenient in this case. Instead of first writing and then reading from a file, it makes more sense to use a pipe. Here’s a quick example: #!/usr/bin/perl open (WHOIS, …
I use this to lock and unlock my Mac, at work, based on the bluetooth connection between my phone and computer. Once my Mac detects that the phone is unavailable it locks itself. What you’ll need: Proximity 1.0 a free download from Apple. A compiled version of notify.c #include int main(int argc, char ** argv) …