<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;CkAFQ306fyp7ImA9WhVUFUU.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899</id><updated>2012-05-21T02:11:52.317-04:00</updated><category term="flash" /><category term="google app engine" /><category term="google api" /><category term="apple" /><category term="picasa 3" /><category term="google talk" /><category term="ipad" /><category term="fedora" /><category term="lion" /><category term="rock band" /><category term="osx" /><category term="chrome" /><category term="firefox" /><category term="lazy" /><category term="xming" /><category term="iphone" /><category term="travel" /><category term="internet explorer sucks" /><category term="dcg" /><category term="google sites" /><category term="freebsd" /><category term="led board" /><category term="rogers" /><category term="chromiumos" /><category term="gtx 570" /><category term="orange france" /><category term="youos" /><category term="visa" /><category term="hackintosh" /><category term="nikon d90" /><category term="ssd" /><category term="contacts" /><category term="nike+" /><category term="empireave" /><category term="DemoCampGuelph" /><category term="mythtv" /><category term="how I met your mother" /><category term="windows sucks" /><category term="florida" /><category term="chromeos" /><category term="blogger" /><category term="blackberry" /><category term="ipod" /><category term="apn" /><category term="unlock" /><category term="xbox 360" /><category term="chromium" /><category term="att" /><category term="facetime" /><category term="knol" /><category term="gmail" /><category term="itunes" /><category term="garmin" /><category term="nvidia" /><category term="avg" /><title>The Weezey Geek</title><subtitle type="html">No one, aside from other geeks, is interested in what's written here.  Even they aren't all that interested.</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://www.weezey.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://www.weezey.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>77</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/TheWeezeyGeek" /><feedburner:info uri="theweezeygeek" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;A0cCSXo4eyp7ImA9WhVTFEk.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-4765119342009804584</id><published>2012-02-28T12:09:00.001-05:00</published><updated>2012-02-28T12:11:08.433-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-28T12:11:08.433-05:00</app:edited><title>How To Migrate VMWare Server virtual machine to VirtualBox Headless</title><content type="html">&lt;style type="text/css"&gt;
 .terminal {
  background-color: #000000;
  font-family: Monaco, Lucida Console, Fixedsys, Courier New;
  font-size: 8pt;
  color: #e0e0e0;
  padding: 10px;
 }
 .code {
  background-color: #c0c0c0;
  font-family: Monaco, Lucida Console, Fixedsys, Courier New;
  font-size: 8pt;
  color: #000000;
  padding: 10px;
 }
&lt;/style&gt;&lt;br /&gt;
Visualization has changed the way we use computers and servers. Now when I'm shopping for new hardware I always make the conscious decision to select an extra couple of cores or 4GB of RAM so that the computer I'm building can support running some extra virtual machines.  I spent most of my time using VMWare's Virtual Server which became VMWare's free product and now I've moved to using VirtualBox which seems to leave me with much more responsive virtual machines and can also be run in a convenient headless mode on my Linux servers.&lt;br /&gt;
&lt;br /&gt;
First let's install VirtualBox...&lt;br /&gt;
&lt;div class="terminal"&gt;# sh VirtualBox-4.1.8-75467-Linux_amd64.run &lt;br /&gt;
Verifying archive integrity... All good.&lt;br /&gt;
Uncompressing VirtualBox for Linux installation...........&lt;br /&gt;
VirtualBox Version 4.1.8 r75467 (2011-12-19T13:15:47Z) installer&lt;br /&gt;
Installing VirtualBox to /opt/VirtualBox&lt;br /&gt;
dPython found: python, installing bindings...&lt;br /&gt;
Building the VirtualBox kernel modules&lt;br /&gt;
&lt;br /&gt;
VirtualBox has been installed successfully.&lt;br /&gt;
&lt;br /&gt;
You will find useful information about using VirtualBox in the user manual&lt;br /&gt;
/opt/VirtualBox/UserManual.pdf&lt;br /&gt;
and in the user FAQ&lt;br /&gt;
http://www.virtualbox.org/wiki/User_FAQ&lt;br /&gt;
&lt;br /&gt;
We hope that you enjoy using VirtualBox.&lt;/div&gt;&lt;br /&gt;
And for headless operation we need to install the extension pack&lt;br /&gt;
&lt;div class="terminal"&gt;# VBoxManage extpack install /usr/src/Oracle_VM_VirtualBox_Extension_Pack-4.1.8-75467.vbox-extpack &lt;br /&gt;
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%&lt;/div&gt;&lt;br /&gt;
Now, since I'm booting a Windows XP guest, I need the drivers from Intel for the Intel PRO 1000 MT (82540EM) card, so download those and put them in a folder called IntelPRO then make it into an ISO so we can hand it to the virtual machine.&lt;br /&gt;
&lt;div class="terminal"&gt;# mkisofs -V IntelPRO -o IntelPRO.iso -r IntelPRO/&lt;br /&gt;
INFO: UTF-8 character encoding detected by locale settings.&lt;br /&gt;
Assuming UTF-8 encoded filenames on source filesystem,&lt;br /&gt;
use -input-charset to override.&lt;br /&gt;
33.72% done, estimate finish Tue Feb 28 09:35:15 2012&lt;br /&gt;
67.48% done, estimate finish Tue Feb 28 09:35:15 2012&lt;br /&gt;
Total translation table size: 0&lt;br /&gt;
Total rockridge attributes bytes: 253&lt;br /&gt;
Total directory bytes: 0&lt;br /&gt;
Path table size(bytes): 10&lt;br /&gt;
Max brk space used 0&lt;br /&gt;
14832 extents written (28 MB)&lt;/div&gt;&lt;br /&gt;
Now let's build our new virtual machine to host our existing VMWare Server disk...&lt;br /&gt;
&lt;div class="terminal"&gt;# VBoxManage createvm --name "New Machine" --ostype WindowsXP --register&lt;br /&gt;
# VBoxManage modifyvm "New Machine" --memory 1024 --acpi on &lt;strong&gt;--ioapic on&lt;/strong&gt; &lt;br /&gt;
# VBoxManage modifyvm "New Machine" --nic1 bridged --nictype1 82540EM --bridgeadapter1 eth0&lt;br /&gt;
# VBoxManage modifyvm "New Machine" --vrde on --vrdeport 3330 &lt;br /&gt;
# VBoxManage storagectl "New Machine" --name "IDE Controller" --add ide --controller PIIX4&lt;br /&gt;
# VBoxManage storageattach "New Machine" --storagectl "IDE Controller" --port 0 --device 0 --type hdd --medium /var/lib/vmware/Virtual\ Machines/oldvmwaremachine/oldvmwaremachine.vmdk &lt;br /&gt;
# VBoxManage storageattach "New Machine" --storagectl "IDE Controller" --port 0 --device 1 --type dvddrive --medium /opt/VirtualBox/additions/VBoxGuestAdditions.iso &lt;br /&gt;
# VBoxManage storageattach "New Machine" --storagectl "IDE Controller" --port 1 --device 0 --type dvddrive --medium /full/path/to/IntelPRO.iso&lt;br /&gt;
# VBoxManage startvm "New Machine" --type headless&lt;/div&gt;&lt;br /&gt;
Now we can open an RDP session to the server's IP on port 3330 and see the console.  It's worth noting here that unless you have the ioapic enabled on VMWare disks, the system won't function correctly, also that this isn't very secure so you should have a firewall in place or use one of the documented authentication methods.&lt;br /&gt;
&lt;br /&gt;
Once connected to the machine, you can use the VirtualBox Guest Additions image to install that and then use the IntelPRO image to install the drivers for the network driver.  That's all there is to it and your VMWare machine is now a VirtualBox machine.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-4765119342009804584?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/GBoH6ZwGfN4oJq6jYFx_tdJjk1M/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GBoH6ZwGfN4oJq6jYFx_tdJjk1M/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/GBoH6ZwGfN4oJq6jYFx_tdJjk1M/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GBoH6ZwGfN4oJq6jYFx_tdJjk1M/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/Vj95l_EC7d8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/4765119342009804584/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=4765119342009804584" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/4765119342009804584?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/4765119342009804584?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/Vj95l_EC7d8/how-to-migrate-vmware-server-virtual.html" title="How To Migrate VMWare Server virtual machine to VirtualBox Headless" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.weezey.com/2012/02/how-to-migrate-vmware-server-virtual.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUUMQ3c9fSp7ImA9WhRaFk8.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-2052314102220499952</id><published>2012-02-18T23:54:00.000-05:00</published><updated>2012-02-18T23:54:42.965-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-18T23:54:42.965-05:00</app:edited><title>The absolute best guide for creating a git repository</title><content type="html">&lt;style type="text/css"&gt;
 .terminal {
  background-color: #000000;
  font-family: Monaco, Lucida Console, Fixedsys, Courier New;
  font-size: 8pt;
  color: #e0e0e0;
  padding: 10px;
 }
 .code {
  background-color: #c0c0c0;
  font-family: Monaco, Lucida Console, Fixedsys, Courier New;
  font-size: 8pt;
  color: #000000;
  padding: 10px;
 }
&lt;/style&gt;&lt;br /&gt;
&lt;a href="http://qugstart.com/blog/ruby-and-rails/create-a-new-git-remote-repository-from-some-local-files-or-local-git-repository/"&gt;This guide&lt;/a&gt; is easily the best source for creating a git repository from a local folder.  Unfortunately it was down today when I needed it so I've placed the important stuff below in case it happens again and I want it. (and don't want to use Google's cache)&lt;br /&gt;
&lt;br /&gt;
I also want to be sure I omit any .svn or .DS_Store files...&lt;br /&gt;
&lt;div class="terminal"&gt;
# echo .DS_Store &amp;gt;&amp;gt; ~/.gitignore&lt;br /&gt;
# echo .svn &amp;gt;&amp;gt; ~/.gitignore&lt;/div&gt;
&lt;br /&gt;
Change to the local directory which you want to create a repo in...&lt;br /&gt;
&lt;div class="terminal"&gt;
# cd myproject&lt;br /&gt;
# git init&lt;br /&gt;
# git config --global core.excludesfile ~/.gitignore&lt;br /&gt;
# git add *&lt;br /&gt;
# git commit -m "My initial commit message"&lt;/div&gt;
&lt;br /&gt;
Now, create the repository on your Git server. &lt;br /&gt;
&lt;div class="terminal"&gt;
# cd /var/git/&lt;br /&gt;
# mkdir myproject.git&lt;br /&gt;
# cd myproject.git&lt;br /&gt;
# git --bare init&lt;/div&gt;
&lt;br /&gt;
Now, go back to your local repository, and add the newly created  remote repository so it tracks from the remote repository (origin).&lt;br /&gt;
&lt;div class="terminal"&gt;
# git remote add origin ssh://git@example.com:2227/var/git/myproject.git&lt;br /&gt;
# git push origin master&lt;/div&gt;
&lt;br /&gt;
Now, to ensure that your local branch is tracking when you do a  fetch, you need to use -f option to force a new local branch to be  created even though it already exists.&lt;br /&gt;
&lt;div class="terminal"&gt;
# git checkout origin/master&lt;br /&gt;
# git branch -f master origin/master&lt;br /&gt;
# git checkout master&lt;/div&gt;
&lt;br /&gt;
Kudos for the ignore stuff goes to &lt;a href="http://antoniolorusso.com/2009/03/09/ignore-ds_store-forever-in-git/"&gt;this guide&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-2052314102220499952?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/r2AbRNZcX0s2MY6Y6zU7R3sz4dw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/r2AbRNZcX0s2MY6Y6zU7R3sz4dw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/r2AbRNZcX0s2MY6Y6zU7R3sz4dw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/r2AbRNZcX0s2MY6Y6zU7R3sz4dw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/CokAXB5JD1o" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/2052314102220499952/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=2052314102220499952" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/2052314102220499952?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/2052314102220499952?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/CokAXB5JD1o/absolute-best-guide-for-creating-git.html" title="The absolute best guide for creating a git repository" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.weezey.com/2012/02/absolute-best-guide-for-creating-git.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU4DR3kyfip7ImA9WhRbGEw.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-2722598262381951834</id><published>2012-02-09T15:06:00.001-05:00</published><updated>2012-02-09T15:06:16.796-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-09T15:06:16.796-05:00</app:edited><title>Exchange 2010 SP1 Complains of WinRM Errors</title><content type="html">So after close to 24 hours of screaming at Exchange for being a dirty tit, I've got the solution to the problem on a customers' server.&lt;br /&gt;
&lt;br /&gt;
The Problem&lt;br /&gt;
When opening Exchange Management Console (EMC) you get an error that reads: &lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: red;"&gt;"Connecting to remote server failed with the  following error message: The WinRM client cannot process the request. It  cannot determine the content type of the HTTP response from the  destination computer. The content type is absent or invalid."&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Most documents/forums/posts I could find pointed to these three fixes to that problem &lt;a href="http://blogs.technet.com/b/exchange/archive/2010/02/04/3409289.aspx"&gt;cited on technet&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;&lt;ol&gt;&lt;li&gt;Remote PowerShell uses Kerberos to authenticate the  user connecting. IIS implements this Kerberos authentication method via  a native module. In IIS Manager, if you go to the PowerShell Virtual  Directory and then look at the Modules, you should see Kerbauth listed  as a Native Module, with the dll location pointing to C:\Program  Files\Microsoft\Exchange Server\v14\Bin\kerbauth.dll. If the Kerbauth  module shows up as a Managed module instead of Native, or if the  Kerbauth module has been loaded on the Default Web Site level (instead  of, or in addition to, the PowerShell virtual directory), you can  experience this issue. To correct this, make sure that the Kerbauth  module is not enabled on the Default Web Site, but is only enabled on  the PowerShell virtual directory. The entry type of "Local" indicates  that the Kerbauth module was enabled directly on this level, and not  inherited from a parent.&lt;br /&gt;
&lt;img src="http://blogs.technet.com/themes/exchange/images/453945_E2010MGMTIssues02.jpg" /&gt;&lt;/li&gt;
&lt;li&gt;If the WSMan module entry is missing from the global modules section of  the C:\Windows\System32\Inetsrv\config\ApplicationHost.config file, as  follows:&lt;br /&gt;
&amp;lt;globalmodules&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add image="C:\Windows\system32\wsmsvc.dll" name="WSMan"&amp;gt;&lt;br /&gt;
This will result in the WSMan module displaying as a Managed module on the PowerShell virtual directory.  &lt;br /&gt;
To  correct this, make sure that the WSMan module has been registered (but  not enabled) at the Server level, and has been enabled on the PowerShell  virtual directory.&lt;/li&gt;
&lt;li&gt;If the user that is  attempting to connect is not Remote PowerShell enabled. To check if a  user is enabled for Remote PowerShell, you need to open the Exchange  Management Shell with an account that has been enabled, and run the  following query.&lt;br /&gt;
&lt;blockquote&gt;(Get-User &amp;lt;username&amp;gt;).RemotePowershellEnabled&lt;/blockquote&gt;This  will return a True or False. If the output shows False, the user is not  enabled for Remote PowerShell. To enable the user, run the following  command.  &lt;br /&gt;
&lt;blockquote&gt;Set-User &amp;lt;username&amp;gt; -RemotePowerShellEnabled $True&lt;/blockquote&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/blockquote&gt;Though those are the common issues my IIS setup looked fine and none of those were out of order, but I found &lt;a href="http://www.msexchangegeek.com/2010/12/17/the-winrm-client-cannot-process-the-request-the-content-type-is-absent-or-invalid/"&gt;this guy&lt;/a&gt; who suggested the following:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;After opening the web.config file and looking in the file carefully I noticed that the file has two environment variables used %ExchangeInstallDir% and %ExchangeInstallDirPath%. These variables are supposed to be  registered in advanced system properties page of the operating system.  In my case the physical path for %ExchangeInstallDirPath% was missing.  This path should be the actual installation directory of your exchange  server (Normally &lt;span style="color: red;"&gt;C:\Program Files\Microsoft\Exchange Server\V14\&lt;/span&gt;)&lt;/blockquote&gt; &lt;br /&gt;
This also, didn't fix the issue for me, so I was trying to repair install Exchange (which you can't do), so I was going to uninstall and reinstall and when I attempted to uninstall (which you can't do either because the mailboxes are tied to the Active Directory) I got an error complaining about IIS being in the wrong mode.&lt;br /&gt;
&lt;br /&gt;
If you have checked all of the above, the problem could simply be that IIS is running in 32-bit mode instead of 64-bit.&lt;br /&gt;
&lt;br /&gt;
To change it, run the following: &lt;b&gt;cscript c:\inetpub\adminscripts\adsutil.vbs SET /w3svc/AppPools/Enable32BitAppOnWin64 False&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
As soon as I did that the EMC and EMS worked correctly to connect to the local Exchange server.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-2722598262381951834?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/zGePimtOIzFtZhqKX04Ho6cKV-I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/zGePimtOIzFtZhqKX04Ho6cKV-I/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/zGePimtOIzFtZhqKX04Ho6cKV-I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/zGePimtOIzFtZhqKX04Ho6cKV-I/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/FugDyxqtk3k" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/2722598262381951834/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=2722598262381951834" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/2722598262381951834?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/2722598262381951834?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/FugDyxqtk3k/exchange-2010-sp1-complains-of-winrm.html" title="Exchange 2010 SP1 Complains of WinRM Errors" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.weezey.com/2012/02/exchange-2010-sp1-complains-of-winrm.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0QFSH44cCp7ImA9WhRaFk8.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-2795374144338377841</id><published>2011-10-25T11:31:00.000-04:00</published><updated>2012-02-18T23:21:59.038-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-18T23:21:59.038-05:00</app:edited><title>OS X Lion 10.7.2 with NVIDIA GTX 570</title><content type="html">&lt;style type="text/css"&gt;
 .terminal {
  background-color: #000000;
  font-family: Monaco, Lucida Console, Fixedsys, Courier New;
  font-size: 8pt;
  color: #e0e0e0;
  padding: 10px;
 }
 .code {
  background-color: #c0c0c0;
  font-family: Monaco, Lucida Console, Fixedsys, Courier New;
  font-size: 8pt;
  color: #000000;
  padding: 10px;
 }
&lt;/style&gt;&lt;span style="font-size: x-small;"&gt;&lt;b&gt;Disclaimer:&lt;/b&gt; This is essentially an update, so read &lt;a href="http://www.weezey.com/2011/09/os-x-lion-with-gtx-570-and-gtx-465-quad.html"&gt;this original post&lt;/a&gt; first if you haven't and once again, I'm not responsible if you cock up your machine, it comes with the territory.  You'll need to learn how to de-cock your machine sooner or later.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
I know, I know, I said I wouldn't update ever again, but I was having a weird issue with iTunes and the icons in 10.7.2's Launcher were bigger, I got dazzled.   Anyway here are the fixes I needed to make to boot up my hackintosh with my EVGA NVIDIA GTX 570 with full resolution and openGL...&lt;br /&gt;
&lt;br /&gt;
Using my system in the state from the initial guide, I installed the &lt;a href="http://support.apple.com/kb/DL1459"&gt;Mac OS X Lion 10.7.2 Update&lt;/a&gt; and rebooted.  Results were expected, my NVIDIA GTX 465 worked perfectly, but my GTX 570 came up single monitor at 1024x768.&lt;br /&gt;
&lt;br /&gt;
So, we need to make the same modifications we did previously to get things working with a couple little differences...&lt;br /&gt;
&lt;br /&gt;
&lt;div class="terminal"&gt;$ sudo su&lt;br /&gt;
Password:&lt;br /&gt;
# mkdir /Users/&amp;lt;username&amp;gt;/Desktop/Backup-GTX570-Mods-10.7.2/&lt;br /&gt;
# rsync -av /System/Library/Extensions/NVDAGF100Hal.kext/ /Users/&amp;lt;username&amp;gt;/Desktop/Backup-GTX570-Mods-10.7.2/NVDAGF100Hal.kext/&lt;/div&gt;&lt;br /&gt;
Now let's add our device IDs..&lt;br /&gt;
&lt;br /&gt;
&lt;div class="terminal"&gt;# nano -wT2 /System/Library/Extensions/NVDAGF100Hal.kext/Contents/Info.plist&lt;/div&gt;&lt;br /&gt;
Add your device ID to the IOPCIPrimaryMatch key list, mine is 1081 but yours may be 1086.&lt;br /&gt;
&lt;div class="code"&gt;&lt;span style="color: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;IOPCIPrimaryMatch&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x06c010de&amp;amp;amp;0xffe0ffff&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x0dc010de&amp;amp;amp;0xffc0ffff&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x0e2010de&amp;amp;amp;0xffe0ffff&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x0ee010de&amp;amp;amp;0xffe0ffff&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x0f0010de&amp;amp;amp;0xffc0ffff&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x104010de&amp;amp;amp;0xffc0ffff&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x124010de&amp;amp;amp;0xffc0ffff&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x108110de&amp;amp;amp;0xffc0ffff&lt;br /&gt;
&lt;span style="color: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/string&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
Next, install the July 22, 2011 version of &lt;a href="http://netkas.org/?p=880"&gt;ATY_Init.kext from netkas&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
The updated version of GeForceBundle needs to be fixed.  This time we're replacing the following hex codes:&lt;br /&gt;
&lt;br /&gt;
eb a8 83 f8 02 7c 15 &lt;br /&gt;
will be replaced with &lt;br /&gt;
eb a8 83 f8 03 7c 15&lt;br /&gt;
&lt;br /&gt;
78 e8 83 f8 02 7c 11 &lt;br /&gt;
will be replaced with &lt;br /&gt;
78 e8 83 f8 03 7c 11&lt;br /&gt;
&lt;br /&gt;
Back things up first...&lt;br /&gt;
&lt;div class="terminal"&gt;# rsync -av /System/Library/Extensions/GeForceGLDriver.bundle/ /Users/&amp;lt;username&amp;gt;/Desktop/Backup-GTX570-Mods-10.7.2/GeForceGLDriver.bundle/&lt;/div&gt;&lt;br /&gt;
You can do this fix using this helpful perl command line script.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="terminal"&gt;# perl -pi -e '$c++ if s|\xeb\xa8\x83\xf8\x02\x7c\x15|\xeb\xa8\x83\xf8\x03\x7c\x15|; s|\x78\xe8\x83\xf8\x02\x7c\x11|\x78\xe8\x83\xf8\x03\x7c\x11|; END { unless ($c) { warn "No substitutions made\n"; $? =1 } }' /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver&lt;/div&gt;&lt;br /&gt;
A step I didn't do previously is to modify libclh.dylib to allow OpenCL 2.0.  It shouldn't be necessary for GTX 570 cards but for complete hack-ness, I opted to do it anyway...&lt;br /&gt;
&lt;br /&gt;
8b 87 1c 0c 00 00 89 06 8b 87 20 0c 00 00 89 02&lt;br /&gt;
will be replaced with&lt;br /&gt;
31 c0 ff c0 ff c0 89 06 31 c0 89 02 90 90 90 90&lt;br /&gt;
&lt;br /&gt;
&lt;div class="terminal"&gt;# perl -pi -e '$c++ if s|\x8b\x87\x1c\x0c\x00\x00\x89\x06\x8b\x87\x20\x0c\x00\x00\x89\x02|\x31\xc0\xff\xc0\xff\xc0\x89\x06\x31\xc0\x89\x02\x90\x90\x90\x90|; END { unless ($c) { warn "No substitutions made\n"; $? =1 } }' /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib&lt;/div&gt;&lt;br /&gt;
Now we edit the AppleGraphicsPowerManagement.kext to add power management for our card.  Once again our system is set to be an iMac 12,2 so that's where I've added the following (in black)...&lt;br /&gt;
&lt;br /&gt;
&lt;div class="code"&gt;&lt;span style="color: white;"&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;iMac12,2&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;dict&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;...&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Vendor1002Device6740&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;dict&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;control-id&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;17&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;max-power-state&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;2&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;dict&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Vendor10deDevice1081&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;dict&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Heuristic&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;dict&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;ID&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;0&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;IdleInterval&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;250&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;SensorOption&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;1&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;SensorSampleRate&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;4&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;TargetCount&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;5&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Threshold_High&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;array&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;93&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;93&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;93&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;100&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/array&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Threshold_Low&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;array&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;0&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;97&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;97&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;100&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/array&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/dict&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;LogControl&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;1&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;control-id&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;18&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/dict&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;default-control-id&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;18&amp;lt;/integer&amp;gt;&lt;br /&gt;
&lt;span style="color: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/dict&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;iMac 9,1&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;dict&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;IGPU&amp;lt;/key&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
Now we rebuild the caches..&lt;br /&gt;
&lt;br /&gt;
&lt;div class="terminal"&gt;# rm -rf /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache&lt;br /&gt;
# kextcache -system-prelinked-kernel&lt;br /&gt;
# kextcache -system-caches&lt;/div&gt;&lt;br /&gt;
And I needed to update my EFI string, I had to remove a section because it wasn't being recognized or something.  Here's my updated org.chameleon.Boot.plist&lt;br /&gt;
&lt;br /&gt;
&lt;div class="code"&gt;&amp;lt;plist version="1.0"&amp;gt;&lt;br /&gt;
&amp;lt;dict&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Kernel&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;mach_kernel&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Kernel Flags&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;-v arch=i386 npci=0x2000&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Timeout&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;2&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Legacy Logo&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;Yes&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;PCIRootUID&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;1&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;EthernetBuiltIn&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;Yes&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;UseKernelCache&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;Yes&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;GraphicsEnabler&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Graphics Mode&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;device-properties&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;530200000100000001000000470200000c00000002010c00d041030a000000000101060000030101060000007fff04001e00000072006f006d002d007200650076006900730069006f006e0000002e0000004e5649444941204765466f7263652047545820353730204f70656e474c20456e67696e65205b4546495d22000000400030002c006400650076006900630065005f00740079007000650000000b000000646973706c6179100000004e00560043004100500000001800000004000000000003000c000000000000070000000014000000400030002c006e0061006d0065000000120000004e5644412c446973706c61792d41100000006d006f00640065006c0000001a0000004e5649444941204765466f72636520475458203537300e0000004e00560050004d000000200000000100000000000000000000000000000000000000000000000000000014000000400031002c006e0061006d0065000000120000004e5644412c446973706c61792d4220000000400031002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d6163220000005600520041004d002c0074006f00740061006c00730069007a0065000000080000000000005020000000400030002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d616322000000400031002c006400650076006900630065005f00740079007000650000000b000000646973706c61791c0000006400650076006900630065005f00740079007000650000000f0000004e5644412c506172656e74&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;lt;/dict&amp;gt;&lt;br /&gt;
&amp;lt;/plist&amp;gt;&lt;/div&gt;&lt;br /&gt;
Once I rebooted with that, all was perfect but then I figured out what I'd screwed up and so I was able to combine my EFI strings using OSX86Tools so I updated my EFI string to have both video cards in it and an ethernet card...&lt;br /&gt;
&lt;br /&gt;
&lt;div class="code"&gt;&amp;lt;plist version="1.0"&amp;gt;&lt;br /&gt;
&amp;lt;dict&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Kernel&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;mach_kernel&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Kernel Flags&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;-v arch=i386 npci=0x2000&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Timeout&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;2&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Legacy Logo&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;Yes&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;PCIRootUID&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;1&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;EthernetBuiltIn&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;Yes&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;UseKernelCache&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;Yes&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;GraphicsEnabler&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Graphics Mode&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;device-properties&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;d804000001000000030000003f0000000100000002010c00d041030a0000000001010600021c0101060000007fff0400160000006200750069006c0074002d0069006e0000000500000001470200000c00000002010c00d041030a000000000101060000030101060000007fff04001e00000072006f006d002d007200650076006900730069006f006e0000002e0000004e5649444941204765466f7263652047545820353730204f70656e474c20456e67696e65205b4546495d22000000400030002c006400650076006900630065005f00740079007000650000000b000000646973706c6179100000004e00560043004100500000001800000004000000000003000c000000000000070000000014000000400030002c006e0061006d0065000000120000004e5644412c446973706c61792d41100000006d006f00640065006c0000001a0000004e5649444941204765466f72636520475458203537300e0000004e00560050004d000000200000000100000000000000000000000000000000000000000000000000000014000000400031002c006e0061006d0065000000120000004e5644412c446973706c61792d4220000000400031002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d6163220000005600520041004d002c0074006f00740061006c00730069007a0065000000080000000000005020000000400030002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d616322000000400031002c006400650076006900630065005f00740079007000650000000b000000646973706c61791c0000006400650076006900630065005f00740079007000650000000f0000004e5644412c506172656e74460200000c00000002010c00d041030a000000000101060000070101060000007fff04001e00000072006f006d002d007200650076006900730069006f006e0000002e0000004e5649444941204765466f7263652047545820343635204f70656e474c20456e67696e65205b4546495d22000000400030002c006400650076006900630065005f00740079007000650000000b000000646973706c6179100000004e00560043004100500000001800000004000000000003000c000000000000070000000014000000400030002c006e0061006d0065000000120000004e5644412c446973706c61792d41100000006d006f00640065006c0000001a0000004e5649444941204765466f72636520475458203436350e0000004e00560050004d000000200000000100000000000000000000000000000000000000000000000000000014000000400031002c006e0061006d0065000000120000004e5644412c446973706c61792d4220000000400031002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d6163220000005600520041004d002c0074006f00740061006c00730069007a0065000000080000000000004020000000400030002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d616322000000400031002c006400650076006900630065005f00740079007000650000000b000000646973706c61791c0000006400650076006900630065005f00740079007000650000000e0000004e5644412c4368696c64&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;lt;/dict&amp;gt;&lt;br /&gt;
&amp;lt;/plist&amp;gt;&lt;/div&gt;&lt;br /&gt;
Now the system boots happily and actually shows the 1GB of VRAM on the NVIDIA GTX 465.&lt;br /&gt;
&lt;br /&gt;
Check it out...&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-Xcw1N3Eokns/TqbYcuiytvI/AAAAAAABU2Y/OEUhREaZN8M/s1600/DSC_0542corrcrop.jpg" imageanchor="1"&gt;&lt;img border="0" height="334" src="http://1.bp.blogspot.com/-Xcw1N3Eokns/TqbYcuiytvI/AAAAAAABU2Y/OEUhREaZN8M/s640/DSC_0542corrcrop.jpg" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Big source for material compiled above is &lt;a href="http://www.tonymacx86.com/viewtopic.php?f=15&amp;amp;t=35148"&gt;this forum post&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-2795374144338377841?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/1geCReWlgNCEXUaJJuKwfzzxu_g/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1geCReWlgNCEXUaJJuKwfzzxu_g/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/1geCReWlgNCEXUaJJuKwfzzxu_g/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1geCReWlgNCEXUaJJuKwfzzxu_g/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/-2A_h0rvdek" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/2795374144338377841/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=2795374144338377841" title="7 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/2795374144338377841?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/2795374144338377841?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/-2A_h0rvdek/os-x-lion-1072-with-nvidia-gtx-570.html" title="OS X Lion 10.7.2 with NVIDIA GTX 570" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-Xcw1N3Eokns/TqbYcuiytvI/AAAAAAABU2Y/OEUhREaZN8M/s72-c/DSC_0542corrcrop.jpg" height="72" width="72" /><thr:total>7</thr:total><feedburner:origLink>http://www.weezey.com/2011/10/os-x-lion-1072-with-nvidia-gtx-570.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUcGRHg8cCp7ImA9WhdUEEg.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-9040719913991296370</id><published>2011-09-26T12:03:00.000-04:00</published><updated>2011-09-26T12:03:45.678-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-26T12:03:45.678-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="freebsd" /><category scheme="http://www.blogger.com/atom/ns#" term="lazy" /><title>WTF Google?</title><content type="html">Can someone please explain to me why the first match for "edit freebsd password file" isn't something that says:&lt;br /&gt;
&lt;br /&gt;
# vipw&lt;br /&gt;
&lt;br /&gt;
Seriously Google, that's all I wanted. &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-9040719913991296370?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jMn-qUG1YNOgFbNeOc1nJV3LVbM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jMn-qUG1YNOgFbNeOc1nJV3LVbM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jMn-qUG1YNOgFbNeOc1nJV3LVbM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jMn-qUG1YNOgFbNeOc1nJV3LVbM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/BQ76sViQja8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/9040719913991296370/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=9040719913991296370" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/9040719913991296370?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/9040719913991296370?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/BQ76sViQja8/wtf-google.html" title="WTF Google?" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.weezey.com/2011/09/wtf-google.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0QERn88fyp7ImA9WhRaFk8.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-922874520189439377</id><published>2011-09-11T13:18:00.001-04:00</published><updated>2012-02-18T23:21:47.177-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-18T23:21:47.177-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="hackintosh" /><category scheme="http://www.blogger.com/atom/ns#" term="gtx 570" /><category scheme="http://www.blogger.com/atom/ns#" term="osx" /><category scheme="http://www.blogger.com/atom/ns#" term="nvidia" /><category scheme="http://www.blogger.com/atom/ns#" term="lion" /><title>OS X Lion with GTX 570 and GTX 465 quad monitor support</title><content type="html">&lt;style type="text/css"&gt;
 .terminal {
  background-color: #000000;
  font-family: Monaco, Lucida Console, Fixedsys, Courier New;
  font-size: 8pt;
  color: #e0e0e0;
  padding: 10px;
 }
 .code {
  background-color: #c0c0c0;
  font-family: Monaco, Lucida Console, Fixedsys, Courier New;
  font-size: 8pt;
  color: #000000;
  padding: 10px;
 }
&lt;/style&gt;&lt;br /&gt;
&lt;span style="font-size: x-small;"&gt;&lt;b&gt;Disclaimer:&lt;/b&gt; if you've stumbled across this article don't attempt these steps without reading through the whole post and know that if you do screw something up your system may not boot again properly until you put your drive into another Mac or Hackintosh and undo your changes.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
When I first purchased my ultimate Hackintosh machine, I bought the EVGA NVIDIA GeForce GTX 570 card.  I did so foolishly without first finding out whether it was "supported" by OS X or the Hacktinosh community at large.&amp;nbsp; I just got it because it sounded awesome and like a typical Linux user, &lt;a href="http://xkcd.com/644/"&gt;assumed the drivers will come later&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Before we get going with the solution to getting the GTX 570 card working, here's my system specs:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt; Asus P6X58D-E Motherboard&lt;/li&gt;
&lt;li&gt;  Intel i7 970 processor 3.2GHz 6 Cores, 12 threads&lt;/li&gt;
&lt;li&gt;6 - 4GB Kingston DDR3 1333MHz - 24GB RAM &lt;/li&gt;
&lt;li&gt;2 - 2TB Western Digital Black SATA3 6GB/s drives&lt;/li&gt;
&lt;/ul&gt;After a few attempts I was able to get the GTX 570 to boot and after a few more I was able to get it to boot up with correct resolution detection, it wasn't until 24 hours later that I was able to get everything to boot up with OpenGL (which was the biggest headache).&lt;br /&gt;
&lt;br /&gt;
Okay so here's what I had to do to get it working... I ran into countless dead ends with OS X 10.7.0 so, refusing to be beat, I updated to 10.7.1 and that's when everything started working correctly for me.&lt;br /&gt;
&lt;br /&gt;
I'm running:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt; &lt;a href="http://support.apple.com/kb/DL1437"&gt;Mac OS X Lion 10.7.1 Update&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.tonymacx86.com/1010110101/Chimera-1.5.4.zip"&gt;Chimera 1.5.4&lt;/a&gt; (which added a device ID for the GTX 570)&lt;/li&gt;
&lt;/ul&gt;Another important note with my rig is that my EVGA NVIDIA GTX 570 has the device ID 1081.&amp;nbsp; There are others which have 1086 instead and so they need different configuration modifications than those listed below.&amp;nbsp; (Possibly just changing 1081 to 1086 wherever it's listed below)&lt;br /&gt;
&lt;br /&gt;
First thing's first, once you have OS X 10.7.1 installed, you need to edit the /System/Library/Extensions/NVDAGF100Hal.kext/Contents/Info.plist to add the device ID for your video card.  I like to do stuff right from the Terminal though there are countless helper apps, so first let's create a Backup folder for all of the files we're going to break in case we need the originals again...&lt;br /&gt;
&lt;br /&gt;
&lt;div class="terminal"&gt;$ sudo su&lt;br /&gt;
Password:&lt;br /&gt;
# mkdir /Users/&amp;lt;username&amp;gt;/Desktop/Backup-GTX570-Mods/&lt;br /&gt;
# rsync -av /System/Library/Extensions/NVDAGF100Hal.kext/ /Users/&amp;lt;username&amp;gt;/Desktop/Backup-GTX570-Mods/NVDAGF100Hal.kext/&lt;/div&gt;&lt;br /&gt;
Now let's add our device IDs..&lt;br /&gt;
&lt;br /&gt;
&lt;div class="terminal"&gt;# nano -wT2 /System/Library/Extensions/NVDAGF100Hal.kext/Contents/Info.plist&lt;/div&gt;&lt;br /&gt;
Add your device ID to the IOPCIPrimaryMatch key list, mine is 1081 but yours may be 1086.  The 10de part is nVidia's vendor ID, in case you're wondering. That's why they're all the same.&lt;br /&gt;
&lt;div class="code"&gt;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;IOPCIPrimaryMatch&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x06c010de&amp;amp;0xffe0ffff&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x0dc010de&amp;amp;0xffc0ffff&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x0e2010de&amp;amp;0xffe0ffff&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x0ee010de&amp;amp;0xffe0ffff&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x0f0010de&amp;amp;0xffc0ffff&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x104010de&amp;amp;0xffc0ffff&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x124010de&amp;amp;0xffc0ffff&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;b&gt;0x108110de&amp;amp;0xffc0ffff&lt;/b&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;/string&amp;gt;&lt;/div&gt;&lt;br /&gt;
With this addition your system should boot up and you should have the correct resolution for your monitor instead of being stuck at 1024x768.  YouTube videos will play but you won't be able to use any OpenGL or OpenCL like watching a video with VLC or opening Chess.&lt;br /&gt;
&lt;br /&gt;
Next thing I added was &lt;a href="http://www.kexts.com/view/5-download.html"&gt;ATY_init.kext &lt;/a&gt;which set things in motion.&amp;nbsp; Once downloaded and unzipped...&lt;br /&gt;
&lt;br /&gt;
&lt;div class="terminal"&gt;# mv /Users/&amp;lt;username&amp;gt;/Downloads/ATY_Init.kext /System/Library/Extensions/&lt;br /&gt;
# chown -R 0:0 /System/Library/Extensions/ATY_Init.kext&lt;br /&gt;
# chmod -R 755 /System/Library/Extensions/ATY_Init.kext&lt;/div&gt;&lt;br /&gt;
There are three more files I needed to modify to get everything swimming along, the first was /Extra/com.apple.Boot.plist or, in my case since I'm running Chimera 1.5.4 /Extra/org.chameleon.Boot.plist  In there I needed to disable the Graphics Mode by setting it to a blank string and add a Hex EFI String for the GTX 570 card.  My Kernel Flags section also needed to be modified as it had something about i386 in it.  Here's my /Extra/org.chameleon.Boot.plist (&lt;b&gt;update sept 16 at bottom of this post has new file&lt;/b&gt;)&lt;br /&gt;
&lt;br /&gt;
&lt;div class="code"&gt;&amp;lt;plist version="1.0"&amp;gt;&lt;br /&gt;
&amp;lt;dict&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Kernel&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;mach_kernel&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Kernel Flags&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;npci=0x2000&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Timeout&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;2&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Legacy Logo&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;Yes&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;EthernetBuiltIn&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;Yes&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Graphics Mode&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;device-properties&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;6c0200000100000001000000600200000d00000002010c00d041030a000000000101060000030101060000007fff04001e00000072006f006d002d007200650076006900730069006f006e0000002e0000004e5649444941204765466f7263652047545820353730204f70656e474c20456e67696e65205b4546495d22000000400030002c006400650076006900630065005f00740079007000650000000b000000646973706c6179100000004e00560043004100500000001800000004000000000003000c00000000000007000000000e0000006e0061006d00650000000b000000646973706c617914000000400030002c006e0061006d0065000000120000004e5644412c446973706c61792d41100000006d006f00640065006c0000001a0000004e5649444941204765466f72636520475458203537300e0000004e00560050004d000000200000000100000000000000000000000000000000000000000000000000000014000000400031002c006e0061006d0065000000120000004e5644412c446973706c61792d4220000000400031002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d6163220000005600520041004d002c0074006f00740061006c00730069007a0065000000080000000000005020000000400030002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d616322000000400031002c006400650076006900630065005f00740079007000650000000b000000646973706c61791c0000006400650076006900630065005f00740079007000650000000f0000004e5644412c506172656e74&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;lt;/dict&amp;gt;&lt;br /&gt;
&amp;lt;/plist&amp;gt;&lt;/div&gt;&lt;br /&gt;
To generate my HEX string I used &lt;a href="http://code.google.com/p/osx86tools/downloads/list"&gt;OSX86Tools&lt;/a&gt;.  Open it up (reboot may be required?) and press Add EFI Strings/Boot Flag in the bottom box. Click on the GFX Strings button in the dialog box that pops up and then for Graphics Card choose Custom GeForce... at the bottom.  Enter: NVIDIA GeForce GTX 570 for the name, Custom... for the VRAM and enter: 0x50000000 which equates to 1280MB.  Select DVI-I / DVI-I and continue.&lt;br /&gt;
&lt;br /&gt;
I just used the HEX value generated in the bottom window and created my new device-properties key manually.  I didn't use the program to manipulate the org.chameleon.Boot.plist file, I did it via Terminal manually.&lt;br /&gt;
&lt;br /&gt;
So now the system will boot and not set the graphics mode and it will be told that it's OpenGL capable.  The next file I changed was a hex change from &lt;a href="http://netkas.org/?p=794"&gt;netkas&lt;/a&gt; to enable OpenCL for the card.  So let's back up the files and make them user-editable.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="terminal"&gt;# rsync -av /System/Library/Extensions/GeForceGLDriver.bundle/ /Users/&amp;lt;username&amp;gt;/Desktop/Backup-GTX570-Mods/GeForceGLDriver.bundle/&lt;br /&gt;
# cp /Users/&amp;lt;username&amp;gt;/Desktop/Backup-GTX570-Mods/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver /Users/&amp;lt;username&amp;gt;/Desktop/&lt;br /&gt;
# chown &amp;lt;username&amp;gt; /Users/&amp;lt;username&amp;gt;/Desktop/GeForceGLDriver&lt;/div&gt;&lt;br /&gt;
Now let's use &lt;a href="http://sourceforge.net/projects/hexedit/"&gt;HexEdit&lt;/a&gt; and follow &lt;a href="http://netkas.org/?p=794"&gt;netkas' instructions&lt;/a&gt; on our /Users/&amp;lt;username&amp;gt;/Desktop/GeForceGLDriver file.&lt;br /&gt;
&lt;blockquote&gt;Find&lt;br /&gt;
a883f8028b45f0&lt;br /&gt;
replace 02 with 03 to get&lt;br /&gt;
a883f8038b45f0&lt;br /&gt;
&lt;br /&gt;
Find&lt;br /&gt;
ea83f802498b&lt;br /&gt;
replace 02 with 03 to get&lt;br /&gt;
ea83f803498b&lt;/blockquote&gt;So with our Desktop copy of the file patched and our original safely backed up let's put this one into place...&lt;br /&gt;
&lt;br /&gt;
&lt;div class="terminal"&gt;# mv /Users/&amp;lt;username&amp;gt;/Desktop/GeForceGLDriver /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/&lt;br /&gt;
# chown -R 0:0 /System/Library/Extensions/GeForceGLDriver.bundle/&lt;br /&gt;
# chmod -R 755 /System/Library/Extensions/GeForceGLDriver.bundle/&lt;/div&gt;&lt;br /&gt;
So now there's just one more file left to tweak, it's the AppleGraphicsPowerManagement or AGPM.  For our changes to take effect the system type has to match our defined system type and our GTX 570's device ID.  So I used &lt;a href="http://www.tonymacx86.com/1010110101/MultiBeast-3.8.0.zip"&gt;Multibeast&lt;/a&gt; from &lt;a href="http://www.tonymacx86.com/"&gt;tonymacx86&lt;/a&gt; to change my system type to iMac12,2 because that's what others had done and that's where the changes in this file seem to be.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="terminal"&gt;# rsync -av /System/Library/Extensions/AppleGraphicsPowerManagement.kext/ /Users/&amp;lt;username&amp;gt;/Desktop/Backup-GTX570/AppleGraphicsPowerManagement.kext/&lt;/div&gt;&lt;br /&gt;
Open up /System/Library/Extensions/AppleGraphicsPowerManagement.kext/Contents/Info.plist and edit the section which begins with &lt;key&gt;iMac12,2&lt;/key&gt; to be as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;div class="code"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;iMac12,2&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;dict&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Vendor10deDevice1081&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;dict&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Heuristic&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;dict&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;ID&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;0&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;IdleInterval&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;250&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;SensorOption&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;1&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;SensorSampleRate&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;4&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;TargetCount&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;5&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Threshold_High&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;array&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;93&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;93&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;93&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;100&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/array&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Threshold_Low&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;array&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;0&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;97&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;97&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;100&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/array&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/dict&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;LogControl&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;1&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;control-id&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;18&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/dict&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;default-control-id&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;integer&amp;gt;18&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/dict&amp;gt;&lt;/div&gt;&lt;br /&gt;
So! After making all of those changes and rebooting, I was succesfully able to boot, MUCH faster than ever before and once the system booted up OpenGL/CI worked videos play in VLC, youtubes tube, and 3D benchmarks in &lt;a href="http://novabench.com/download.php"&gt;NovaBench&lt;/a&gt; and &lt;a href="http://www.xbench.com/"&gt;Xbench&lt;/a&gt; don't crash the system anymore.&lt;br /&gt;
&lt;br /&gt;
I tossed the EVGA nVidia GeForce GTX 465 in the second PCI Express slot and without any futher alterations I have quad monitors with 1920x1080 each.  There's a slight flicker when I move a playing video from one monitor on one card to another but I seem to be able to play them halfway between each just fine.&lt;br /&gt;
&lt;br /&gt;
A big thanks goes to the materials found from these threads on &lt;a href="http://www.tonymacx86.com/viewtopic.php?f=15&amp;amp;t=25858&amp;amp;start=430"&gt;tonymacx86's forum&lt;/a&gt; and &lt;a href="http://www.insanelymac.com/forum/lofiversion/index.php/t260074.html"&gt;InsanelyMac's&lt;/a&gt;. Wouldn't have been possible for me to figure this out without all of their leg work.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Update [sept 13]:&lt;/b&gt; after only two days of use I noticed that my sound card wasn't working. I used Multibeast to add in the missing kext files and I've been working on recovering from that ever since.  I can boot the system fine, but once again no OpenGL.  In the process of trying to fix things I've updated to the new Chameleon layout which got rid of /Extras/Extensions and added UseKernelCache key.  If I don't boot using the kernel cache, I can't boot.  If I do use the kernel cache, it ignores my Graphics Mode declaration (I'm guessing that's why the OpenGL isn't working).  Trial and error is becoming extremely annoying, but I will solve this... and then never update my system again.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Update [sept 16]:&lt;/b&gt; after a week more of trial and error, I've got everything working correctly again, I've had to alter my org.chameleon.Boot.plist because with the new Chimera versions it seems the Graphics Mode function is ignored, BUT, I think the only thing we need to avoid is declaring the graphics mode to the card before the OS boots (so the OpenGL) will work.  So to do so we can just boot with -v and the graphics mode will only get set once the OS boots.  Here's my new /Extra/org.chameleon.Boot.plist&lt;br /&gt;
&lt;br /&gt;
&lt;div class="code"&gt;&amp;lt;plist version="1.0"&amp;gt;&lt;br /&gt;
&amp;lt;dict&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Kernel&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;mach_kernel&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Kernel Flags&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;-v arch=i386 npci=0x2000&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Timeout&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;2&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Legacy Logo&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;Yes&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;EthernetBuiltIn&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;Yes&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;UseKernelCache&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;Yes&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;GraphicsEnabler&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;Graphics Mode&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;key&amp;gt;device-properties&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;string&amp;gt;6c0200000100000001000000600200000d00000002010c00d041030a000000000101060000030101060000007fff04001e00000072006f006d002d007200650076006900730069006f006e0000002e0000004e5649444941204765466f7263652047545820353730204f70656e474c20456e67696e65205b4546495d22000000400030002c006400650076006900630065005f00740079007000650000000b000000646973706c6179100000004e00560043004100500000001800000004000000000003000c00000000000007000000000e0000006e0061006d00650000000b000000646973706c617914000000400030002c006e0061006d0065000000120000004e5644412c446973706c61792d41100000006d006f00640065006c0000001a0000004e5649444941204765466f72636520475458203537300e0000004e00560050004d000000200000000100000000000000000000000000000000000000000000000000000014000000400031002c006e0061006d0065000000120000004e5644412c446973706c61792d4220000000400031002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d6163220000005600520041004d002c0074006f00740061006c00730069007a0065000000080000000000005020000000400030002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d616322000000400031002c006400650076006900630065005f00740079007000650000000b000000646973706c61791c0000006400650076006900630065005f00740079007000650000000f0000004e5644412c506172656e74&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;lt;/dict&amp;gt;&lt;br /&gt;
&amp;lt;/plist&amp;gt;&lt;/div&gt;&lt;br /&gt;
&lt;a href="http://www.weezey.com/2011/10/os-x-lion-1072-with-nvidia-gtx-570.html"&gt;Check out the write-up on 10.7.2 for more.&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-922874520189439377?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/bui8fuqlxzoRX5x1m5dLZFyVrKQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bui8fuqlxzoRX5x1m5dLZFyVrKQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/bui8fuqlxzoRX5x1m5dLZFyVrKQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bui8fuqlxzoRX5x1m5dLZFyVrKQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/yqR1sEwTJWc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/922874520189439377/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=922874520189439377" title="13 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/922874520189439377?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/922874520189439377?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/yqR1sEwTJWc/os-x-lion-with-gtx-570-and-gtx-465-quad.html" title="OS X Lion with GTX 570 and GTX 465 quad monitor support" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>13</thr:total><georss:featurename>Guelph, ON, Canada</georss:featurename><georss:point>43.539102 -80.247622</georss:point><georss:box>43.4470195 -80.4055505 43.631184499999996 -80.08969350000001</georss:box><feedburner:origLink>http://www.weezey.com/2011/09/os-x-lion-with-gtx-570-and-gtx-465-quad.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUcEQHY8cSp7ImA9WhdWF0s.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-3758124284161282268</id><published>2011-07-27T15:18:00.002-04:00</published><updated>2011-09-11T13:43:21.879-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-11T13:43:21.879-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="osx" /><category scheme="http://www.blogger.com/atom/ns#" term="lion" /><title>Using the OS X built-in tftp server</title><content type="html">I needed to configure some devices on the go and as long as you have a Mac handy you can do it without any additional software.  I found details on another site but the /sbin/service they used didn't seem to exist on my machine but after a little more Googling I found this is the command to start the tftp server on OS X 10.7 Lion...&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist&lt;br /&gt;
sudo launchctl start com.apple.tftpd&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The default tftp file path is /private/tftpboot but you can change that by editing /System/Library/LaunchDaemons/tftp.plist and re-starting with launchctl...&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;sudo launchctl restart com.apple.tftpd&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-3758124284161282268?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/yFUWcYqT1bWV1KdVtr_cjZ16vaM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yFUWcYqT1bWV1KdVtr_cjZ16vaM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/yFUWcYqT1bWV1KdVtr_cjZ16vaM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yFUWcYqT1bWV1KdVtr_cjZ16vaM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/vr2BJoh_Qc0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/3758124284161282268/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=3758124284161282268" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/3758124284161282268?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/3758124284161282268?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/vr2BJoh_Qc0/using-os-x-built-in-tftp-server.html" title="Using the OS X built-in tftp server" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>3</thr:total><feedburner:origLink>http://www.weezey.com/2011/07/using-os-x-built-in-tftp-server.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUcGQ30_cCp7ImA9WhdWF0s.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-4323442576218316741</id><published>2011-07-22T18:20:00.002-04:00</published><updated>2011-09-11T13:43:42.348-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-11T13:43:42.348-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="osx" /><category scheme="http://www.blogger.com/atom/ns#" term="lion" /><title>Characters skipping in nano when using ssh on OS X Lion 10.7</title><content type="html">I noticed using Terminal to connect via SSH to an IPv6 server and opening a file with nano, character repeats and skipping of the display when pressing and holding backspace or when typing rapidly.  This is only new since I installed OS X 10.7 Lion.  I seem to have solved the issue by going into Preferences for Terminal.app and selecting the Advanced tab and changing Declare terminal as: to &lt;b&gt;xterm-color&lt;/b&gt; from xterm256-color.&lt;br /&gt;
&lt;br /&gt;
Hopefully this helps someone else.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-4323442576218316741?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/88__8Bvt6oAJXy7oBi8KEFrEhqw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/88__8Bvt6oAJXy7oBi8KEFrEhqw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/88__8Bvt6oAJXy7oBi8KEFrEhqw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/88__8Bvt6oAJXy7oBi8KEFrEhqw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/XBXynY6Irs0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/4323442576218316741/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=4323442576218316741" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/4323442576218316741?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/4323442576218316741?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/XBXynY6Irs0/characters-skipping-in-nano-when-using.html" title="Characters skipping in nano when using ssh on OS X Lion 10.7" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>4</thr:total><feedburner:origLink>http://www.weezey.com/2011/07/characters-skipping-in-nano-when-using.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUYHQno7eCp7ImA9WhdWF0s.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-3627706673238094868</id><published>2011-05-23T11:34:00.006-04:00</published><updated>2011-09-11T13:45:33.400-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-11T13:45:33.400-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="travel" /><category scheme="http://www.blogger.com/atom/ns#" term="apn" /><category scheme="http://www.blogger.com/atom/ns#" term="orange france" /><title>APN Issues While Travelling</title><content type="html">It is dead simple to &lt;a href="http://blog.iphone-dev.org/"&gt;jailbreak&lt;/a&gt; your iPhone, which allows you to install whatever you like and if you haven't updated your phone with iTunes ever, you may also be able to &lt;a href="http://www.ultrasn0w.com/"&gt;unlock&lt;/a&gt; your iPhone as well which allows you to use it with any carrier.&lt;br /&gt;
&lt;br /&gt;
Recently while on vacation in France I purchased a full sized SIM card from &lt;a href="http://www.bouyguestelecom.fr/"&gt;Bouygues Telecom&lt;/a&gt; and that worked well for me but their pay as you go plan drained my 25 euro credit within a day in my old iPhone 3G because we were using Google Maps to navigate.  So by the time I trimmed down the SIM card to fit as a MicroSIM for my iPhone 4 it was useless.&lt;br /&gt;
&lt;br /&gt;
Since the credit was all used up and their data was far to expensive, I wasn't attached to them and found &lt;a href="http://orange.fr/"&gt;Orange France&lt;/a&gt; I jumped ship.  For roughly 8-10 euro you get a SIM or MicroSIM with 5 euro worth of credit on it.  You can add more as you see fit.  The next step of the process is once Orange verifies you're human (roughly 24-72 hours after you sign up) you can set up the Internet Max plan for 1 month of Internet access for 9 euro.  That plan gives you "unlimited" internet up to 500MB which for our two-week visit is more than enough, even if I want to &lt;a href="http://intelliborn.com/mywi.html"&gt;tether&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
So, I loaded up my SIM with 25 euro, plus the 5 that came with the card and a bonus 5 for buying 5 so I had 35 euro to last me until I was identified as a human in their system.  During this time my internet should have been working an apparently it was sending requests out because my completely depleted again within a day, even though I never successfully viewed a map/tweet/site/email on the device.&lt;br /&gt;
&lt;br /&gt;
I followed the instructions the helpful Orange attendant wrote down for me to register for the Internet Max plan roughly 24 hours after I bought the credit (the last steps of the process won't work if you're not "a human" yet").&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Call #123#&lt;/li&gt;
&lt;li&gt;Reply with 2 (Menu) Reply&lt;/li&gt;
&lt;li&gt;4 (vos bon plans) Reply&lt;/li&gt;
&lt;li&gt;4 (votre multimedia) Reply&lt;/li&gt;
&lt;li&gt;6 (Suite [Next]) Reply&lt;/li&gt;
&lt;li&gt;3 (option Internet Max) Reply&lt;/li&gt;
&lt;li&gt;1 (Suite)&lt;/li&gt;
&lt;li&gt;1 (Souscrire)&lt;/li&gt;
&lt;li&gt;1 (Valider)&lt;/li&gt;
&lt;li&gt;I can't remember what happened after that but basically, just continue until you're done.  At this point you'll either have the plan added or it will say it can't yet.&lt;/li&gt;
&lt;/ol&gt;
Once I was pretty sure my Internet Max plan was added, my phone still wasn't working so I knew from previous travels that my problem was the APN settings.  Access Point Names on cellular phones tell the phone where to direct traffic to connect to the internet.  By default they're provided by your provider to Apple so when you plug in your phone, it just works.  If you're jumping on a different network however, you may need to change the APN, as was the case for me.&lt;br /&gt;
&lt;br /&gt;
To change your APN go to http://unlockit.co.nz on your iPhone, using a WiFi connection.  Select Continue then Change APN and put in your APN settings.  Lots of Googling may be required to find the settings for your provider.  For Orange France the APN settings are:&lt;br /&gt;
APN: orange&lt;br /&gt;
User name: orange&lt;br /&gt;
Password: orange&lt;br /&gt;
(I'm confirming that as of now, May 2011 that works, so does using: orangenew.fr as the APN)&lt;br /&gt;
&lt;br /&gt;
Once the Unlockit.co.nz profile is installed on your phone, reboot it.  Once rebooted try to access a web site and if you're still getting errors about being "not subscribed to a cellular data package" try ejecting the SIM card tray and then re-inserting, without rebooting the phone.  That was the clincher for me, once I did that it took seconds to pull up a site and we were on our way!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-3627706673238094868?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Jjtc0omPHRmSgfBaTOk_f237WxU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Jjtc0omPHRmSgfBaTOk_f237WxU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Jjtc0omPHRmSgfBaTOk_f237WxU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Jjtc0omPHRmSgfBaTOk_f237WxU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/BKeWYkdmD4k" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/3627706673238094868/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=3627706673238094868" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/3627706673238094868?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/3627706673238094868?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/BKeWYkdmD4k/apn-issues-while-travelling.html" title="APN Issues While Travelling" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.weezey.com/2011/05/apn-issues-while-travelling.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUcCR3w6fip7ImA9WhdWF0s.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-6996445146237751365</id><published>2010-10-05T14:13:00.002-04:00</published><updated>2011-09-11T13:44:26.216-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-11T13:44:26.216-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="hackintosh" /><category scheme="http://www.blogger.com/atom/ns#" term="osx" /><title>OS X Backup with rsync</title><content type="html">The site in which I found this has since disappeared, so for my own sanity, this rsync command line is a nice way to backup your currently booted Mac...&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;rsync -xrlptgoEv --progress --delete / /Volumes/NewDrive/&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
I'm going to blame Google Instant for the fact that I can't find the original page it came from anymore.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-6996445146237751365?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2c39y1VlsaFBHn4tizILVq_q6IA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2c39y1VlsaFBHn4tizILVq_q6IA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2c39y1VlsaFBHn4tizILVq_q6IA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2c39y1VlsaFBHn4tizILVq_q6IA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/Hbe76DjnOEI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/6996445146237751365/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=6996445146237751365" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/6996445146237751365?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/6996445146237751365?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/Hbe76DjnOEI/os-x-backup-with-rsync.html" title="OS X Backup with rsync" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.weezey.com/2010/10/os-x-backup-with-rsync.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkIFQ3k4cSp7ImA9Wx5QE0g.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-1833484582099940072</id><published>2010-09-01T11:10:00.007-04:00</published><updated>2010-09-01T11:21:52.739-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-09-01T11:21:52.739-04:00</app:edited><title>Old Forum Posts To The Rescue!</title><content type="html">I can't count the amount of times Google's answered my questions by mining old forum posts and solved my problem.  Today yet another one...&lt;br&gt;&lt;br&gt;

One of my scripts needs to take ownership of a file to get access to it so I have the apache user set up in /etc/sudoers to be able to use chown with no password so that it can take ownership of the file and do what it needs to do.  The problem was when I switched servers the new server being CentOS has a line in the sudoers file which makes sudo only work on a terminal session. &lt;br&gt;&lt;span style="font-family: Monaco, FixedSys, Courier; font-size: 8pt; margin-right: 15px;"&gt;Defaults requiretty&lt;/span&gt;&lt;br&gt;&lt;br&gt;

Unfortunately if your command is run using PHP's exec() function then you don't get a response back from sudo because it comes back as an error so it's not until you run the function with the error catching on...&lt;br&gt;
&lt;span style="font-family: Monaco, FixedSys, Courier; font-size: 8pt; margin-right: 15px;"&gt;&amp;lt;?php exec("/usr/sbin/sudo /bin/chown username /file/to/own &lt;u&gt;&lt;b&gt;2&amp;gt;&amp;amp;1&lt;/b&gt;&lt;/u&gt;", $output); ?&amp;gt;&lt;/span&gt;&lt;br&gt; that the output will actually have a helpful error message in it telling you just that; "sudo: sorry, you must have a tty to run sudo" which obviously can't happen from the web without removing the above offending line from /etc/sudoers&lt;br&gt;&lt;br&gt;

&lt;a href="http://forums.fedoraforum.org/showthread.php?t=159677"&gt;Here's my helpful forum post from 2007&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-1833484582099940072?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/0dg8cU4z7JjNrar8BJj2JKABCcI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0dg8cU4z7JjNrar8BJj2JKABCcI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/0dg8cU4z7JjNrar8BJj2JKABCcI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0dg8cU4z7JjNrar8BJj2JKABCcI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/sksBVsyKZ-M" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/1833484582099940072/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=1833484582099940072" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/1833484582099940072?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/1833484582099940072?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/sksBVsyKZ-M/old-forum-posts-to-rescue.html" title="Old Forum Posts To The Rescue!" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.weezey.com/2010/09/old-forum-posts-to-rescue.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0AERng7eSp7ImA9WxFbGUo.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-876227751192145505</id><published>2010-07-12T19:37:00.009-04:00</published><updated>2010-07-12T20:08:27.601-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-12T20:08:27.601-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ipad" /><title>iPad Developers are Greedy</title><content type="html">I've been working on the iPad for a week or so now and there's one thing that's become abundantly clear, there's an App for that but it costs five times as much as it does for the iPhone.  The Apps on the iPad are not much more complex than their iPhone counterparts but for some reason the developers have all learned from each other and have all decided that instead of the go-to price of 99 cents they're all going to charge $4.99 for the exact same app on a bigger screen. I for one think it's ridiculous. &lt;br&gt;&lt;br&gt;

I agree that programmers require compensation for their work, but when your amount of work is nearly identical (if not halved by being able to use the bulk of the same code) on a big screen as it is on a little one, I don't see how you can justify the price difference.&lt;br&gt;&lt;br&gt;

Personally, I have no intention of buying an app unless I know it's going to suit my needs and work the way I want it to.  The only way that is going to happen is if you give me a "lite" version of your apps to try before I buy or you give me the whole thing for free.&lt;br&gt;&lt;br&gt;

Hopefully the iPad situation only exists because developers were waiting for the iAd platform and we'll start to see some more free apps that are ad supported in the near future.&lt;br&gt;&lt;br&gt;

I think Apple missed the boat, they should have app rental.  Try the app for free for a week and then if you want it, buy it.&lt;br&gt;&lt;br&gt;

Things I need: something to read Google Reader, as their web app sucks monkey nuts on the iPad. Reeder looks cool, but I'm not paying for it until I know it does what I want it to or you tell me it syncs my read list so I don't need to do things in more than one place.&lt;br&gt;&lt;br&gt;

Also, all of you people who are still serving up videos with Flash, get with the times, use HTML5's video tag &lt;b&gt;and&lt;/b&gt; fall back to Flash for those pleebs that don't support the new era (aka: Microsoft Exploders).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-876227751192145505?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/VaaJMAGat70uV0E17GB77Kx9VDs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VaaJMAGat70uV0E17GB77Kx9VDs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/VaaJMAGat70uV0E17GB77Kx9VDs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VaaJMAGat70uV0E17GB77Kx9VDs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/lz2PxdA7kIo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/876227751192145505/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=876227751192145505" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/876227751192145505?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/876227751192145505?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/lz2PxdA7kIo/ipad-developers-are-greedy.html" title="iPad Developers are Greedy" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://www.weezey.com/2010/07/ipad-developers-are-greedy.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEUBQXsyfCp7ImA9WxFUE0U.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-4265240114155038467</id><published>2010-06-24T08:21:00.005-04:00</published><updated>2010-06-24T08:24:10.594-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-24T08:24:10.594-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="iphone" /><title>Where's my iPhone 4?</title><content type="html">Okay Rogers, Bell &amp; Telus.  The Americans have their iPhone 4 in hand and operating.  We have iOS 4 installed on our 3G and 3GSes so it's now your turn to, at the very least, give us a product announcement, a launch date, something!&lt;P&gt;

FaceTime me.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-4265240114155038467?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/eAh5ZkcdpRifdyTudvcU_jxkOxQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eAh5ZkcdpRifdyTudvcU_jxkOxQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/eAh5ZkcdpRifdyTudvcU_jxkOxQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eAh5ZkcdpRifdyTudvcU_jxkOxQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/kr6jW4uepg4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/4265240114155038467/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=4265240114155038467" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/4265240114155038467?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/4265240114155038467?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/kr6jW4uepg4/wheres-my-iphone-4.html" title="Where's my iPhone 4?" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.weezey.com/2010/06/wheres-my-iphone-4.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkANR3g8eyp7ImA9WxFWGUs.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-3581436850883628106</id><published>2010-06-07T21:14:00.004-04:00</published><updated>2010-06-07T21:33:16.673-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-07T21:33:16.673-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="facetime" /><category scheme="http://www.blogger.com/atom/ns#" term="iphone" /><title>iPhone 4 Announced</title><content type="html">Today Steve Jobs was at his best announcing Apple's newest iPhone, the iPhone 4.  There were a lot of rumours as to what the new name would be but they've matched the iPhone 4 with their new operating system which runs on iPads &amp; iPod Touches as well: iOS 4.&lt;P&gt;

The big thing I was waiting for was the last announcement on the keynote.  Video chat with a front facing camera?  When I re-read that last line I thought to myself: why?  For me the video's not a big deal, but with the video will come more chat applications and Apple's new FaceTime platform will run on open standards.  That spells awesome interoperability options down the road, perhaps I'll finally be able to natively call my cell phone over WiFi using SIP without using an App that can only run in the foreground and eats through the non-swappable battery.&lt;P&gt;

Also now that we'll have apps that can run in the background I'd love to see a Google Latitude-type application that can follow me around while I'm walking, riding, or running.  Mix your GPS data with your photos and you've got awesome geotagging of your adventures around the globe, hopefully without ripping through batteries as well.&lt;P&gt;

They boast the power sipping design of their A4 chip and their 300 hours of standby time is quite impressive considering I only get a day and half or so out of my iPhone 3G now that I've disabled all mail checking.&lt;P&gt;

Apple seems to take their time getting things done because they like to release things right the first time.  I respect that as I myself seem to work like that, but at the same time in our information age we want everything we want and we want it now.  This product is no exception, give it here now.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-3581436850883628106?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/pqzBC2X7rHOuSXY3jUIqJ2Y_HT4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pqzBC2X7rHOuSXY3jUIqJ2Y_HT4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/pqzBC2X7rHOuSXY3jUIqJ2Y_HT4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pqzBC2X7rHOuSXY3jUIqJ2Y_HT4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/DWKSf7QhJNA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/3581436850883628106/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=3581436850883628106" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/3581436850883628106?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/3581436850883628106?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/DWKSf7QhJNA/iphone-4-announced.html" title="iPhone 4 Announced" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.weezey.com/2010/06/iphone-4-announced.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUcCSX46eSp7ImA9WxFWFUQ.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-5571086255641969363</id><published>2010-06-03T15:14:00.005-04:00</published><updated>2010-06-03T15:24:28.011-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-03T15:24:28.011-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="empireave" /><title>Empire Avenue</title><content type="html">I've been tinkering with this new site &lt;A HREF="http://www.empireavenue.com"&gt;Empire Avenue&lt;/A&gt; which looks like it's going to be the next big thing in the web 2.0 world.  Highly addictive online world of buying and selling shares in people and companies/web sites.  It's ridiculously entertaining if you enjoy buying and selling your friends and family and their startups.  You earn credits for everything you do on the site or the sites you're connected to and it builds credit for for everyone who has invested in you.&lt;P&gt;

The creators of the site are from Edmonton which is awesome because you've got to love supporting a Canadian site as a Canadian.&lt;P&gt;

The site is currently in beta so you have to get an invitation into the mix but definitely worth checking out, just make sure you keep coming back or your stock will end up taking a dive.  If you want an invite holler @ me: &lt;A HREF="http://www.twitter.com/ts2_ca"&gt;@ts2_ca&lt;/A&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-5571086255641969363?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/HSXEpOSE-mHroEtV3XUTlN__Z3I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HSXEpOSE-mHroEtV3XUTlN__Z3I/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/HSXEpOSE-mHroEtV3XUTlN__Z3I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HSXEpOSE-mHroEtV3XUTlN__Z3I/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/hzEFzSFKn8E" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/5571086255641969363/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=5571086255641969363" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/5571086255641969363?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/5571086255641969363?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/hzEFzSFKn8E/empire-avenue.html" title="Empire Avenue" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.weezey.com/2010/06/empire-avenue.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak4AQ38zcSp7ImA9WxFWFUo.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-5006285610586526093</id><published>2010-04-11T17:18:00.005-04:00</published><updated>2010-06-03T11:29:02.189-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-03T11:29:02.189-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="nike+" /><category scheme="http://www.blogger.com/atom/ns#" term="garmin" /><title>Import Garmin workouts to Nike+</title><content type="html">When I started long distance running, I bought a &lt;a href="http://nikerunning.nike.com/nikeos/p/nikeplus/en_EMEA/sportband"&gt;Nike+ sportband&lt;/A&gt;.  I signed up for &lt;a href="http://nikerunning.nike.com/nikeos/p/nikeplus/en_CA/plus/#//dashboard/"&gt;Nike+&lt;/a&gt; and started clocking my running.  Unfortunately the first revision of the sportband was so bad, it got recalled.  I got myself the new (at the time) &lt;a href="https://buy.garmin.com/shop/shop.do?pID=11039&amp;ra=true"&gt;Garmin Forerunner 405&lt;/a&gt; which not only tracked my mileage but also my position, even cooler.  So for almost two years now I've been tracking my mileage and recording it on my PC.  In that time the Garmin Connect web site has gone through a significant upgrade and now the web sharing is much more comprehensive and so has the Nike+ site.  The only problem is that if you want to do both you have to run with two devices.&lt;P&gt;
That was until Angus Smithson came along and created the &lt;a href="http://awsmithson.com/tcx2nikeplus/"&gt;Garmin Forerunner TCX file to Nike+ Converter &amp; Uploader&lt;/a&gt;.  Using his web site you can upload a TCX file from Garmin Training Center and then convert it and upload it to Nike+.  &lt;span style="font-weight:bold;"&gt;Even better:&lt;/span&gt; once your run is on &lt;a href="http://connect.garmin.com"&gt;Garmin's Connect&lt;/a&gt; web site, you can just copy the activity ID and have the workout imported into Nike+ without having to export and upload the tcx file!&lt;P&gt;
All you need is to generate your Nike+ PIN which never changes by following the simple instructions on his site and you're off to the races.  Now you can compete with other Nike+ users in challenges and you don't have to weigh yourself down with an extra piece of equipment on your run.&lt;P&gt;
I imported a lot of my runs from last year but unfortunately I hadn't synced my 405 in a while and I lost GPS points from some of my older workouts, the only one of which I found disappointing was my Dublin Marathon track.  Lesson learned: sync up more often than every 4 months if you want all of your data.&lt;P&gt;
&lt;b&gt;Update:&lt;/b&gt; I found my backup and I had synchronized my &lt;a href="http://connect.garmin.com/activity/29760764"&gt;Dublin Marathon&lt;/a&gt; track so I was able to add it to my Nike+ profile too!&lt;p&gt;
My Nike+ screen name is Weezey1, feel free to add me as a friend!&lt;!-- EAVB_DMVCZHYMWK --&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-5006285610586526093?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/PM59KM69xT7mlCPcAkrcaKBKfk4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PM59KM69xT7mlCPcAkrcaKBKfk4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/PM59KM69xT7mlCPcAkrcaKBKfk4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PM59KM69xT7mlCPcAkrcaKBKfk4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/6JU2JwNoMCs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/5006285610586526093/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=5006285610586526093" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/5006285610586526093?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/5006285610586526093?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/6JU2JwNoMCs/import-garmin-workouts-to-nike.html" title="Import Garmin workouts to Nike+" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>4</thr:total><feedburner:origLink>http://www.weezey.com/2010/04/import-garmin-workouts-to-nike.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkIDR3kzeCp7ImA9WxFTF04.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-940357987573290856</id><published>2010-04-08T10:48:00.002-04:00</published><updated>2010-04-08T10:56:16.780-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-08T10:56:16.780-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="osx" /><title>OSX Update Fixed One Magic Mouse Issue</title><content type="html">When I leave my computer at the end of the day I lock it by switching to the Login Window and when I came back the following day, most of the time the right click on my Magic Mouse wouldn't work anymore.  Only by rebooting could I bring that right click back on board.  Now that I've updated to 10.6.3 however that right click works just fine all of the time.&lt;P&gt;
Unfortunately now however after leaving my computer at the Login Window for more than a day (ie: weekend or work from home for a day) when I return my Magic Mouse's right click works, but the scrolling no longer functions.  Once again, I must reboot my PC.&lt;P&gt;
I guess I'll have to wait for 10.6.4 for the mouse to work through down time, or perhaps create a mechanical rodent that will move my mouse for me every hour.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-940357987573290856?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/LFdO0SZh20X7UhsUzP7yLB_QdRc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LFdO0SZh20X7UhsUzP7yLB_QdRc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/LFdO0SZh20X7UhsUzP7yLB_QdRc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LFdO0SZh20X7UhsUzP7yLB_QdRc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/su0IC5Ye4zs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/940357987573290856/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=940357987573290856" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/940357987573290856?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/940357987573290856?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/su0IC5Ye4zs/osx-update-fixed-one-magic-mouse-issue.html" title="OSX Update Fixed One Magic Mouse Issue" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.weezey.com/2010/04/osx-update-fixed-one-magic-mouse-issue.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0AESHw6fCp7ImA9WxBaGEo.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-4968037366625227051</id><published>2010-03-29T10:03:00.003-04:00</published><updated>2010-03-29T10:08:29.214-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-03-29T10:08:29.214-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="osx" /><title>Found the Missing Link</title><content type="html">While playing with my Hackintosh today, I fixed one of the things that aggravates me fairly often.  I'm not sure why they decided it's a feature, but OSX has the option of skipping over select boxes and submit buttons when you press the tab key in your browser.  I was looking for a Firefox fix and apparently there used to be one but now it's built into the operating system, which is why it took me longer than expected to figure it out.&lt;P&gt;

To disable this "feature" open up System Preferences -&gt; Keyboard and then under the Keyboard Shortcuts tab, at the bottom of the window select "All Controls" under Full Keyboard Access.  Immediately your life will become better as you'll be able to press tab and up/down to select a list item or tab then enter to submit a form again.  Everything Zen.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-4968037366625227051?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4EoQ6-_qpCs2tVbyd46EnG-Ikfc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4EoQ6-_qpCs2tVbyd46EnG-Ikfc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4EoQ6-_qpCs2tVbyd46EnG-Ikfc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4EoQ6-_qpCs2tVbyd46EnG-Ikfc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/mFmW57kLfHc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/4968037366625227051/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=4968037366625227051" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/4968037366625227051?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/4968037366625227051?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/mFmW57kLfHc/found-missing-link.html" title="Found the Missing Link" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.weezey.com/2010/03/found-missing-link.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEMNSHs6cCp7ImA9WxBWEUw.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-1310913623397930508</id><published>2010-02-02T08:03:00.004-05:00</published><updated>2010-02-02T08:14:59.518-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-02T08:14:59.518-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="gmail" /><title>Technical Flaw in Gmail Migration</title><content type="html">Since I purchased Google paid storage (200GB for $50/year), I migrated all of my mail out of my Google Apps account and back into my original Gmail account.  I started to do this by copying and pasting folder using IMAP access via Thunderbird with the accounts opened.  That worked pretty well except for the fact that it was slow and then I ran into bandwidth limitations of Gmail accounts so the process started taking a really long time.&lt;P&gt;

To get around that I used the recommeneded method of Gmail account migration which is to set up the source account as a POP account from within the destination account.  That worked okay for a while, downloading 200 messages at a time and then it stopped working for about a week and I more or less gave up. &lt;P&gt;

Today I noticed that it started working correctly again so I guess Google fixed something, but I found a problem with the process.  A while back my email campaign system didn't specify the date in the header when it was sending out messages so there were &lt;I&gt;lots&lt;/I&gt; of messages in my Apps email which didn't have date headers in them so the date of the message was the date received by the email application.  So it seems now that my Gmail account has downloaded all of those Apps messages, the date specified on them now is when they were downloaded again, instead of the original date of download.  This makes complete sense to me but it was rather confusing when I searched for some mail this morning.&lt;P&gt;

The end result here is that my mail is now all in one Gmail account.  6GB of mail used of my 207.2GB of storage.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-1310913623397930508?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/q0e9Mma64mpDopReLk6Z6tGqXj4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/q0e9Mma64mpDopReLk6Z6tGqXj4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/q0e9Mma64mpDopReLk6Z6tGqXj4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/q0e9Mma64mpDopReLk6Z6tGqXj4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/SaxTSS4xTM0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/1310913623397930508/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=1310913623397930508" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/1310913623397930508?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/1310913623397930508?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/SaxTSS4xTM0/technical-flaw-in-gmail-migration.html" title="Technical Flaw in Gmail Migration" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.weezey.com/2010/02/technical-flaw-in-gmail-migration.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYCQX49eCp7ImA9WxBXF0w.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-7323764915722117064</id><published>2010-01-28T13:20:00.005-05:00</published><updated>2010-01-28T17:19:20.060-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-28T17:19:20.060-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ipad" /><title>The iPad</title><content type="html">I don't think Apple has taken this much heat over a device that I can recall.  People think it's cool, but fairly expensive and it doesn't allow you to run more than one program at a time.  The biggest heat has come from the name.  People are already referring to the largest fully loaded iPad as the Max-iPad.&lt;P&gt;

The writers at MadTV had already built their own iPads back in the day.&lt;BR&gt;
&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/lsjU0K8QPhs&amp;hl=en_US&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/lsjU0K8QPhs&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;P&gt;

Update: As expected, Hitler's reaction to the iPad:&lt;BR&gt;
&lt;object width="480" height="385"&gt;&lt;param name="movie" value="http://www.youtube.com/v/lQnT0zp8Ya4&amp;hl=en_US&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/lQnT0zp8Ya4&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-7323764915722117064?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/YE4wGOW4abyHmijj7q0XS6Ik2e8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YE4wGOW4abyHmijj7q0XS6Ik2e8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/YE4wGOW4abyHmijj7q0XS6Ik2e8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YE4wGOW4abyHmijj7q0XS6Ik2e8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/BluGFHKHQcM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/7323764915722117064/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=7323764915722117064" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/7323764915722117064?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/7323764915722117064?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/BluGFHKHQcM/ipad.html" title="The iPad" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://www.weezey.com/2010/01/ipad.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak4CQnY_fCp7ImA9WxBXFkQ.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-7872045659577953820</id><published>2010-01-28T11:29:00.012-05:00</published><updated>2010-01-28T12:16:03.844-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-28T12:16:03.844-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="led board" /><category scheme="http://www.blogger.com/atom/ns#" term="DemoCampGuelph" /><category scheme="http://www.blogger.com/atom/ns#" term="dcg" /><title>LED Board Demo'd</title><content type="html">Last night I was asked to demo the board for &lt;A HREF="http://www.democampguelph.com/"&gt;Guelph's technical community&lt;/A&gt;.  Other than the fact that it kept freezing it went very well. Check out these photos from &lt;A HREF="http://www.twitter.com/kevinleehansen"&gt;@kevinleehansen&lt;/A&gt;.&lt;P&gt;

&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh3.ggpht.com/_DZSIPzdesKQ/S2G8cAE9ilI/AAAAAAAAMd4/3Tzf3oMf2M0/100127-0013-dcg.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 560px; height: 373px;" src="http://lh3.ggpht.com/_DZSIPzdesKQ/S2G8cAE9ilI/AAAAAAAAMd4/3Tzf3oMf2M0/100127-0013-dcg.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;BR&gt;
Me being introduced with the questions; Who are you? What are you demoing? What do you hope to get out of it? and What should the audience get out of it?&lt;P&gt;

&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh5.ggpht.com/_DZSIPzdesKQ/S2G8j_XE52I/AAAAAAAAMeA/uvCcIgN_Ftk/100127-0015-dcg.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 560px; height: 373px;" src="http://lh5.ggpht.com/_DZSIPzdesKQ/S2G8j_XE52I/AAAAAAAAMeA/uvCcIgN_Ftk/100127-0015-dcg.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;BR&gt;
Sign froze while I spoke, but it did get stuck on the world "Quality." Couldn't have planned that if I tried.&lt;P&gt;

About the freezing: It seems to be interference that causes the sign to freeze.  The program "making" the pixels continues to run.  I actually thought of last night, resetting the COM port before each cycle that way if there was lots of power/data interference around it would be a little bit more robust and should reset on it's own.  Also instead of the cables all piled into the box below a little more organization would probably help. (Keeping the power cables away from the TWI wires.)&lt;P&gt;

Thanks to all for a great night and thanks to &lt;A HREF="http://www.monsterfarming.com/democamp-guelph-roundup/"&gt;the roundup&lt;/A&gt; for the photos.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-7872045659577953820?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/kX-u0w4TfQgvT5Dy4vCkdXfs-GQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kX-u0w4TfQgvT5Dy4vCkdXfs-GQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/kX-u0w4TfQgvT5Dy4vCkdXfs-GQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kX-u0w4TfQgvT5Dy4vCkdXfs-GQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/r-CRhCeUJz8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/7872045659577953820/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=7872045659577953820" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/7872045659577953820?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/7872045659577953820?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/r-CRhCeUJz8/led-board-demod.html" title="LED Board Demo'd" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh3.ggpht.com/_DZSIPzdesKQ/S2G8cAE9ilI/AAAAAAAAMd4/3Tzf3oMf2M0/s72-c/100127-0013-dcg.jpg" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://www.weezey.com/2010/01/led-board-demod.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0YFSXk8cSp7ImA9WxBXFkQ.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-2333313265236411420</id><published>2010-01-21T17:12:00.004-05:00</published><updated>2010-01-28T12:18:38.779-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-28T12:18:38.779-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="led board" /><title>The Final Product</title><content type="html">&lt;object type="application/x-shockwave-flash" width="580" height="327" data="http://www.flickr.com/apps/video/stewart.swf?v=71377" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"&gt; &lt;param name="flashvars" value="intl_lang=en-us&amp;photo_secret=b1979b979b&amp;photo_id=4293341753&amp;hd_default=false"&gt;&lt;/param&gt; &lt;param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=71377"&gt;&lt;/param&gt; &lt;param name="bgcolor" value="#000000"&gt;&lt;/param&gt; &lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=71377" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&amp;photo_secret=b1979b979b&amp;photo_id=4293341753&amp;hd_default=false" height="327" width="580"&gt;&lt;/embed&gt;&lt;/object&gt;

Here's the end result of all of my hard work building the LED board.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-2333313265236411420?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/PNaNsxpZZiC9COAbARKwxRc0Eq8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PNaNsxpZZiC9COAbARKwxRc0Eq8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/PNaNsxpZZiC9COAbARKwxRc0Eq8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PNaNsxpZZiC9COAbARKwxRc0Eq8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/KVzrLmH3Ois" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/2333313265236411420/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=2333313265236411420" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/2333313265236411420?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/2333313265236411420?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/KVzrLmH3Ois/final-product.html" title="The Final Product" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.weezey.com/2010/01/final-product.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkYCQH48fip7ImA9WxBRE0Q.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-5960022341939102933</id><published>2010-01-01T21:01:00.002-05:00</published><updated>2010-01-01T21:09:21.076-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-01T21:09:21.076-05:00</app:edited><title>SB-900 and Gary Fong Universal Diffuser</title><content type="html">I mulled over my dilemma and settled on the Nikon SB900 Speedlight.&lt;P&gt;

&lt;a href="http://www.flickr.com/photos/iservice/4226569095/" title="Gimme That! by Ian Service, on Flickr"&gt;&lt;img src="http://farm3.static.flickr.com/2536/4226569095_2ea1c182cb.jpg" width="417" height="500" alt="Gimme That!" /&gt;&lt;/a&gt;&lt;P&gt;

This photo was taken in the evening, but it looks like a bright, sunny afternoon in my living room.&lt;P&gt;

My camera gear is growing nicely.  I'm going to need a camera bag.  Maybe for my birthday I'll ask for that, and maybe one of these &lt;A HREF="http://www.vistek.ca/store/CameraLenses/242466/nikon-afs-35mm-f18-g-dx-nikkor-lens.aspx"&gt;bad&lt;/A&gt; &lt;A HREF="http://www.vistek.ca/store/CameraLenses/241152/nikon-afs-50mm-f14-nikkor-lens.aspx"&gt;boys&lt;/A&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-5960022341939102933?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/TenzvbDL7OBLDgcMBuiy5B-veGk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TenzvbDL7OBLDgcMBuiy5B-veGk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/TenzvbDL7OBLDgcMBuiy5B-veGk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TenzvbDL7OBLDgcMBuiy5B-veGk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/nCc7Iy6PX74" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/5960022341939102933/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=5960022341939102933" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/5960022341939102933?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/5960022341939102933?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/nCc7Iy6PX74/sb-900-and-gary-fong-universal-diffuser.html" title="SB-900 and Gary Fong Universal Diffuser" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://farm3.static.flickr.com/2536/4226569095_2ea1c182cb_t.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.weezey.com/2010/01/sb-900-and-gary-fong-universal-diffuser.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUYFRnw7fip7ImA9WxBSGUg.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-1287922522289431910</id><published>2009-12-27T17:13:00.003-05:00</published><updated>2009-12-27T17:31:57.206-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-27T17:31:57.206-05:00</app:edited><title>Gear Dilemma</title><content type="html">A friend of mine is looking to buy the same Nikon D90 I have, kit lens (18-105mm) and all.  She has expressed interest in buying my gear as I'd love to upgrade.&lt;P&gt;

My dilemma is that I would &lt;I&gt;love&lt;/I&gt; to upgrade my camera to the new D300s.  It's the next in the line of the Nikon cameras and has some damn awesome new features.  Like the ability to write raw and jpeg images to a compact flash and SD card at the same time.  Using that, I could use the Eye-Fi card I'm getting from Google because I upgraded my storage to 200GB for $50, to write my jpegs to that SD card and still write raw images to the CF card.  Quality and awesomeness in one.&lt;P&gt;

The other reason it's a dilemma is that I'll have to get a new lens if I sell the 18-105mm but I've been eye-ing a 50mm or 35mm prime for a while (drooling over the low f-stop) so it's not a simple purchase of the D300S body (which doesn't sell as a kit).&lt;P&gt;

The final edge of my dilemma is that the actual upgrade I wanted to take on this season was a top of the line Nikon SB-900 Speedlight.  It re-cycles fast, it only needs AA 4 batteries and with a Fong Diffuser produces bright, soft, shadowless light.&lt;P&gt;

I guess I have to keep mulling it over.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-1287922522289431910?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jOrSg5QFEfC_jQYbPDwtP2wpSt8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jOrSg5QFEfC_jQYbPDwtP2wpSt8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jOrSg5QFEfC_jQYbPDwtP2wpSt8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jOrSg5QFEfC_jQYbPDwtP2wpSt8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/892YAp_Ho4A" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/1287922522289431910/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=1287922522289431910" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/1287922522289431910?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/1287922522289431910?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/892YAp_Ho4A/gear-dilemma.html" title="Gear Dilemma" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.weezey.com/2009/12/gear-dilemma.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0cCRnw9cSp7ImA9WxBXFkQ.&quot;"><id>tag:blogger.com,1999:blog-8245626398372990899.post-5704966725269797255</id><published>2009-12-18T11:32:00.008-05:00</published><updated>2010-01-28T12:17:47.269-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-28T12:17:47.269-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="led board" /><title>Multiple Peggy2s showing serial video</title><content type="html">&lt;object width="560" height="340"&gt;&lt;param name="movie" value="http://www.youtube.com/v/-ImjfHxXGfc&amp;hl=en_GB&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/-ImjfHxXGfc&amp;hl=en_GB&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;P&gt;

So I've been working in every spare second for the last 48 hours to get my LED sign board built and part of the project was to have it showing live Twitter feeds.  Standing on the shoulders of &lt;A HREF="http://planetclegg.com/projects/Twi2Peggy.html"&gt;Mr. Clegg&lt;/A&gt; and &lt;A HREF="http://www.evilmadscientist.com/article.php/peggy2twi"&gt;Mr. Oskay&lt;/A&gt;, this proved to be a relatively simple task.&lt;P&gt;

I built my first Peggy 2 in about 5 hours and then started fiddling to get the &lt;A HREF="http://www.processing.org"&gt;Processing&lt;/A&gt; video working and within no time I could write static messages on the board.  The next setup was to make it work with two Peggy2s.  Since I only had a few LEDs left over from the first, but a about 75 left over from making &lt;A HREF="http://boingboing.net/2008/08/20/simple-garden-lights.html"&gt;these&lt;/A&gt; for our wedding, I recycled them into the second Peggy so I could start coding and see some kind of result if my code worked successfully.&lt;P&gt;

I wired up the two peggys in paralell via a breadboard to the Arduino and started modifying code.&lt;P&gt;

The code changes were actually quite simple, I made a second header and data array so that the second Peggy2 has a different header that it acts on to change it's state and then coded that into the sketch for the second Peggy2.  I looked at changing the TWI address first but I think the Arduino code would need to be modified for that and right now it just spews data without modification and I didn't want to mess with that yet.&lt;P&gt;

I made the image 400x200 instead of square and then I made the renderToPeggy function loop through each array of 25x25 independently and send out each header and each chunk of data.  That was all it took and now each Peggy2 acts on it's own data and shows it's own pixels though both are receiving data for the other. (This could probably be more efficient but I wanted it to work right away.)&lt;P&gt;

I wrote a simple PHP script to gobble up &lt;A HREF="http://www.twitter.com"&gt;tweets&lt;/A&gt; that I was interested in by following the API guide to &lt;A HREF="http://apiwiki.twitter.com/Twitter-Search-API-Method%3A-search"&gt;search&lt;/A&gt; and dump them into a database.  Then another PHP script to distribute un-seen tweets via a URL and then modified the Processing code to ask for a new tweet after one has been displayed.  If there's nothing new the code just shows a random tweet from the last 10 in the database.&lt;P&gt;

Next steps in the project are;
&lt;UL&gt;
&lt;LI&gt;get the rest of the LEDs for the second Peggy2&lt;/LI&gt;
&lt;LI&gt;put both Peggys in some kind of a case, possibly with a coloured insert in front of the LEDs&lt;/LI&gt;
&lt;LI&gt;&lt;strike&gt;add the ability in the Processing code to show a logo or many logos between tweets&lt;/strike&gt;&lt;/LI&gt;
&lt;/UL&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8245626398372990899-5704966725269797255?l=www.weezey.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/eYnU2KDG4sxoe3Kx3AMKbt0tYqc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eYnU2KDG4sxoe3Kx3AMKbt0tYqc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/eYnU2KDG4sxoe3Kx3AMKbt0tYqc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eYnU2KDG4sxoe3Kx3AMKbt0tYqc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheWeezeyGeek/~4/_jFG8zbrNUc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.weezey.com/feeds/5704966725269797255/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8245626398372990899&amp;postID=5704966725269797255" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/5704966725269797255?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8245626398372990899/posts/default/5704966725269797255?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheWeezeyGeek/~3/_jFG8zbrNUc/multiple-peggy2s-showing-serial-video.html" title="Multiple Peggy2s showing serial video" /><author><name>Ian Service</name><uri>https://profiles.google.com/114430038565646465645</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-2IVvWpw2ayU/AAAAAAAAAAI/AAAAAAABVsk/Z7Cnv9GpTfw/s512-c/photo.jpg" /></author><thr:total>3</thr:total><feedburner:origLink>http://www.weezey.com/2009/12/multiple-peggy2s-showing-serial-video.html</feedburner:origLink></entry></feed>

