Arthur's Journal

A journal of all the tidbits of information I gathered through the years.

Entries for September, 2010

Installation of Street View on Google Maps unsucessful

Usually this happens when the trying to update Street View, Voice Search, etc. and the signatures do not match.  Either there was a hacked version of this installed or something happened.  I found a fix for this, this requires the Android SDK (adb atleast).  If you have this run the following commands: adb root adb remount […]

ISC-DHCP Programming Notes

Here are some programming notes that I have collected working with ISC-DHCP at my job that may come in handy. If you put this code in the dhcpd.conf file (Located at /etc/dhcpd.conf in RedHat/CentOS or /etc/dhcp3/dhcpd.conf in Ubuntu) if known { log (info, concat (“HOSTNAME: “, host-decl-name, ” on “,binary-to-ascii (10, 8, “.”, leased-address),” at […]