Sunday, July 20, 2008

Troubleshooting 802.1x on the iPhone

  • Create /private/var/preferences/SystemConfiguration/com.apple.eapolclient.plist with following contents:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>LogFlags</key> <integer>255</integer> </dict> </plist>
  • Log is in /var/log/eapolclient.en0.log
Tools: IDA 5.2 (talk about overkill..), iPhoneList

Friday, July 4, 2008

Snipping Tool on Server 2008 - no love?

Short:
Problem: Snipping Tool from Vista SKUs does not start on Server 2008 Solution:
  1. Create a new directory, SnipTool
  2. Copy System32\SnippingTool.exe to SnipTool
  3. Copy System32\en-US\SnippingTool.exe.mui to SnipTool\en-US
  4. Create a file called SnippingTool.exe.local in SnipTool directory.
  5. Download this Zip file
  6. Extract the contents of the Zip file, copy slc/x86/slc.dll to SnipTool directory (replace x86 with x64 on a 64-bit OS).