Local copy of site notes: Wireless AdHoc Distribution for iOS Applications.pdf
Use the following link for additional research:
http://gknops.github.com/adHocGenerate/

Technical notes, and other ideas.
Local copy of site notes: Wireless AdHoc Distribution for iOS Applications.pdf
Use the following link for additional research:
http://gknops.github.com/adHocGenerate/
There is a single file compare utility that comes when installing xedit, and it's called FileMerge. You can find it in spotlight.
Example:
curl http://webdev --noproxy webdev
Works better behind firewall with proxy:
wget --proxy-user=xxx --proxy-password=\$escape-dollar-signed-passwords http://google.com
The following was done to allow Ubuntu 10.10 access to repositories through firewall, confirmed to work for Ubuntu 12.04
1. Update proxy configurations
1.1. System, Preferences, "Network Proxy", "Manual Proxy Configurations", "Use the same...", "Apply System Wide..."
1.2. System, Administration, "Synaptic Package Manager", "Settings", "Preferences", "Network", "HTTP Proxy:"
2. edit the following file: /etc/apt/apt.conf as sudo su
You should already see the proxy settings from previous steps; however, it is missing your credentials, these need added and the appliance needs restarted.
Format is as follows:
Acquire::http::proxy "http://user:pass@proxy.xxxx.xxxx:port";
3. You will need to restart before these changes start working
Note: Do not bother editing /etc/bash.bashrc it does not help anymore
Use this to get a file of bad records:
awk 'length < 517' SBN_GIFT_MANIFEST_20130209_234013.TXT > BAD-RECORDS-SBN_GIFT_MANIFEST_20130209_234013.txt
This gives you a quick count:
awk 'length < 517' SBN_GIFT_MANIFEST_20130209_234013.TXT | wc -l
When you do the svnadmin dump, can you dump it to a single file, its easier to import that way. For example:
svnadmin dump /var/svn/hal/ > /User/User/svn-hal.dump
Macintosh Keyboard
[Command] + [Option/Alt] + [Esc]
Windows Keyboard
[Windows] + [Alt] + [Esc]
Use [Ctrl]+[6] to see outline of methods etc. for a class. Also the upper left-hand section has class layouts too.