<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jim Zimmerman&#039;s Technical Blog</title>
	<atom:link href="http://jim-zimmerman.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://jim-zimmerman.com</link>
	<description>My notes, things I have learned, notes I have taken, and documentation I have created or found.</description>
	<lastBuildDate>Sat, 28 Aug 2010 04:28:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Wordbook plugin.</title>
		<link>http://jim-zimmerman.com/?p=394</link>
		<comments>http://jim-zimmerman.com/?p=394#comments</comments>
		<pubDate>Sat, 28 Aug 2010 04:28:34 +0000</pubDate>
		<dc:creator>Jgz</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[wordbook]]></category>

		<guid isPermaLink="false">http://jim-zimmerman.com/?p=394</guid>
		<description><![CDATA[I am trying to get the wordbook plugin to post on my facebook wall. Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>I am trying to get the wordbook plugin to post on my facebook wall.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://jim-zimmerman.com/?p=394" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://jim-zimmerman.com/?feed=rss2&amp;p=394</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Event ID 21 and 42 &#8211; Terminal Server license errors.</title>
		<link>http://jim-zimmerman.com/?p=395</link>
		<comments>http://jim-zimmerman.com/?p=395#comments</comments>
		<pubDate>Thu, 26 Aug 2010 18:26:46 +0000</pubDate>
		<dc:creator>Jgz</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[citrix]]></category>
		<category><![CDATA[Event Id 21]]></category>
		<category><![CDATA[Event Id 42]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[terminal server]]></category>

		<guid isPermaLink="false">http://jim-zimmerman.com/?p=395</guid>
		<description><![CDATA[If a Windows Terminal server client receives the following kind, they need to remove the corrupt license registry key on the client. The following two messages were identified on a Citrix license server. The solution was to remove the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSLicensing The key will be recreated the next time the client connects to [...]]]></description>
			<content:encoded><![CDATA[<p>If a Windows Terminal server client receives the following kind, they need to remove the corrupt license registry key on the client.  The following two messages were identified on a Citrix license server.</p>
<p><a href="http://jim-zimmerman.com/wp-content/uploads/2010/08/EventID42.png"><img src="http://jim-zimmerman.com/wp-content/uploads/2010/08/EventID42-272x300.png" alt="" title="Event ID: 42" width="272" height="300" class="alignnone size-medium wp-image-397" /></a></p>
<p><a href="http://jim-zimmerman.com/wp-content/uploads/2010/08/EventID21.png"><img src="http://jim-zimmerman.com/wp-content/uploads/2010/08/EventID21-270x300.png" alt="" title="Event ID: 21" width="270" height="300" class="alignnone size-medium wp-image-396" /></a></p>
<p>The solution was to remove the following registry key:</p>
<p><em>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSLicensing</em></p>
<p>The key will be recreated the next time the client connects to the Citrix server.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://jim-zimmerman.com/?p=395" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://jim-zimmerman.com/?feed=rss2&amp;p=395</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to increase shmmax kernel parameter in linux.</title>
		<link>http://jim-zimmerman.com/?p=392</link>
		<comments>http://jim-zimmerman.com/?p=392#comments</comments>
		<pubDate>Fri, 20 Aug 2010 23:14:06 +0000</pubDate>
		<dc:creator>Jgz</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[kernel parameters]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shmmax]]></category>
		<category><![CDATA[sysctl]]></category>

		<guid isPermaLink="false">http://jim-zimmerman.com/?p=392</guid>
		<description><![CDATA[Used the following to modify the shmmax kernel parameter in Fedora 13 after updating postgresql on a machine running WiKID for two-factor authentication. Modifies the parameter: # sysctl -w kernel.shmmax=67108864 Changes the parameter so a reboot is not required. # sysctl -p /etc/sysctl.conf To keep the new setting after rebooting: # vi /etc/sysctl.conf &#8230; kernel.shmmax=67108864 [...]]]></description>
			<content:encoded><![CDATA[<p>Used the following to modify the shmmax kernel parameter in Fedora 13 after updating postgresql on a machine running WiKID for two-factor authentication.</p>
<p>Modifies the parameter:<br />
# sysctl -w kernel.shmmax=67108864<br />
Changes the parameter so a reboot is not required.<br />
# sysctl -p /etc/sysctl.conf </p>
<p>To keep the new setting after rebooting:<br />
# vi /etc/sysctl.conf<br />
&#8230;<br />
kernel.shmmax=67108864<br />
&#8230;</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://jim-zimmerman.com/?p=392" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://jim-zimmerman.com/?feed=rss2&amp;p=392</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hex editor &#8211; vi?</title>
		<link>http://jim-zimmerman.com/?p=387</link>
		<comments>http://jim-zimmerman.com/?p=387#comments</comments>
		<pubDate>Wed, 11 Aug 2010 23:03:14 +0000</pubDate>
		<dc:creator>Jgz</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[hex editor]]></category>
		<category><![CDATA[vi]]></category>

		<guid isPermaLink="false">http://jim-zimmerman.com/?p=387</guid>
		<description><![CDATA[Open the file as your normally would ( For example, vi mybinary.fil): To view in hex: Enter the following from command mode: :%!xxd To switch back: Enter the following from command mode: :%!xxd -r Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>Open the file as your normally would ( For example, vi mybinary.fil):<br />
To view in hex:<br />
 Enter the following from command mode: <em>:%!xxd</em></p>
<p>To switch back:<br />
 Enter the following from command mode: <em>:%!xxd -r</em></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://jim-zimmerman.com/?p=387" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://jim-zimmerman.com/?feed=rss2&amp;p=387</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yourls restored.</title>
		<link>http://jim-zimmerman.com/?p=378</link>
		<comments>http://jim-zimmerman.com/?p=378#comments</comments>
		<pubDate>Tue, 10 Aug 2010 03:28:02 +0000</pubDate>
		<dc:creator>Jgz</dc:creator>
				<category><![CDATA[Other Stuff]]></category>
		<category><![CDATA[yourls]]></category>

		<guid isPermaLink="false">http://jim-zimmerman.com/?p=378</guid>
		<description><![CDATA[I ended up having to just restore the old files. Someday when I get more time, I will figure out what is wrong. I believe the plugin is too new for the version of Yourls I am running (1.2). Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>I ended up having to just restore the old files.  Someday when I get more time, I will figure out what is wrong.  I believe the plugin is too new for the version of Yourls I am running (1.2).</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://jim-zimmerman.com/?p=378" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://jim-zimmerman.com/?feed=rss2&amp;p=378</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>YOURLS plugin after upgrade.</title>
		<link>http://jim-zimmerman.com/?p=381</link>
		<comments>http://jim-zimmerman.com/?p=381#comments</comments>
		<pubDate>Mon, 09 Aug 2010 22:41:25 +0000</pubDate>
		<dc:creator>Jgz</dc:creator>
				<category><![CDATA[Other Stuff]]></category>
		<category><![CDATA[yourls]]></category>

		<guid isPermaLink="false">http://jim-zimmerman.com/?p=381</guid>
		<description><![CDATA[I am having trouble with the yourls plugin for WordPress, since I updated it this morning. It keeps saying the username or password is incorrect despite manually verifying them. Might have to test sending some tweets. Sorry. Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>I am having trouble with the yourls plugin for WordPress, since I updated it this morning.  It keeps saying the username or password is incorrect despite manually verifying them.  Might have to test sending some tweets.  Sorry.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://jim-zimmerman.com/?p=381" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://jim-zimmerman.com/?feed=rss2&amp;p=381</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More AT&amp;T, iPhone musings.</title>
		<link>http://jim-zimmerman.com/?p=379</link>
		<comments>http://jim-zimmerman.com/?p=379#comments</comments>
		<pubDate>Mon, 09 Aug 2010 16:54:06 +0000</pubDate>
		<dc:creator>Jgz</dc:creator>
				<category><![CDATA[Other Stuff]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://jim-zimmerman.com/?p=379</guid>
		<description><![CDATA[Recently, I was up in the heart of San Francisco. As somebody who lives about 15 miles north of the San Fernando Valley in Los Angeles and gets ok AT&#038;T/iPhone service, I have to say that I think that people that are complaining in the Bay Area are a bunch of spoiled, whining babies. From [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I was up in the heart of San Francisco.  As somebody who lives about 15 miles north of the San Fernando Valley in Los Angeles and gets ok AT&#038;T/iPhone service, I have to say that I think that people that are complaining in  the Bay Area are a bunch of spoiled, whining babies.  From every corner of the city, I was amazed by the great service I was getting compared to what I get at home.  Just goes to show you, it is all relative.  Come to Santa Clarita Valley and then you guys might have something to complain about.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://jim-zimmerman.com/?p=379" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://jim-zimmerman.com/?feed=rss2&amp;p=379</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a custom SMS/MMS tone on an iPhone.</title>
		<link>http://jim-zimmerman.com/?p=372</link>
		<comments>http://jim-zimmerman.com/?p=372#comments</comments>
		<pubDate>Thu, 05 Aug 2010 03:50:55 +0000</pubDate>
		<dc:creator>Jgz</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[new text message]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://jim-zimmerman.com/?p=372</guid>
		<description><![CDATA[To create a custom SMS tone for a jailbroken iPhone on MacOS from iTunes: 1.) Start iTunes. 2.) Go to Preferences/General. 3.) Click &#8220;Import Settings&#8221; next to &#8220;Ask To Import CD.&#8221; 4.) Change &#8220;Import Using&#8221; from &#8220;Mp3 Encoder&#8221; or other to &#8220;Aiff Encoder.&#8221; 5.) Right click on the song you want to convert and go [...]]]></description>
			<content:encoded><![CDATA[<p>To create a custom SMS tone for a jailbroken iPhone on MacOS from iTunes:</p>
<p>1.) Start iTunes.<br />
2.) Go to Preferences/General.<br />
3.) Click  &#8220;Import Settings&#8221; next to &#8220;Ask To Import CD.&#8221;<br />
4.) Change &#8220;Import Using&#8221; from &#8220;Mp3 Encoder&#8221; or other to &#8220;Aiff Encoder.&#8221;<br />
5.) Right click on the song you want to convert and go to &#8220;Get Info.&#8221;<br />
6.) Click on the Options tab and go to “Start Time” and “Stop Time.&#8221;<br />
7.) Enter the desired time range that you want and click &#8220;Ok.&#8221;. It should be less than 30 seconds in duration.<br />
8.) Right click the clip and click &#8220;Create AIFF Version.&#8221;<br />
9.) Rename the resulting .aif file to sms-received[1-6].cap.<br />
  For example: Rename myfile.aif to sms-received1.cap.<br />
10.) Ensure that ssh is installed on your jailborken iPhone.<br />
11.) Replace one of the sms-received[1-6].caf files in /System/Library/Audio/UISounds with your newly created sms-received[1-6].cap file.  I used FileZilla to transfer the file from my Mac to the iPhone, but you can use any sftp/scp client or the command line from Terminal.<br />
12.) Now, on your iPhone, you can find your newly create sound in Settings/Sounds/&#8221;New Text Message.&#8221;  The selection names do not change, but you can select each one to hear the sample to find your custom SMS/MMS text sound.<br />
13.) Remember to switch back to Import Settings in iTunes.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://jim-zimmerman.com/?p=372" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://jim-zimmerman.com/?feed=rss2&amp;p=372</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to repair Dell boot record to access restore partition.</title>
		<link>http://jim-zimmerman.com/?p=368</link>
		<comments>http://jim-zimmerman.com/?p=368#comments</comments>
		<pubDate>Sun, 04 Jul 2010 01:31:01 +0000</pubDate>
		<dc:creator>Jgz</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[boot record]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://jim-zimmerman.com/?p=368</guid>
		<description><![CDATA[The boot record on a Dell E310 was modified over time as a result of various system updates. I was unable to access the restore partition, when the OS needed to be restored, using Ctrl-F11 at the BIOS boot screen. To restore the boot record so that I could use Ctrl-F11, I created a bootable [...]]]></description>
			<content:encoded><![CDATA[<p>The boot record on a Dell E310 was modified over time as a result of various system updates.  I was unable to access the restore partition, when the OS needed to be restored, using Ctrl-F11 at the BIOS boot screen.  To restore the boot record so that I could use Ctrl-F11, I created a bootable DOS CD using the fdfullcd.iso from the FreeDOS site (http://www.freedos.org/).  Then, I created another CD with the dsrfix.exe (http://www.goodells.net/dellrestore/files/dsrfix.zip) utility on it.  I unzipped the dsrfix.zip file and burn the contents of the zip file onto a CD.  </p>
<p>From here, I booted the FreeDOS CD.  Then, I removed the FreeDOS CD and put in the dsrfix CD.  I ran mscdex.exe at this point.  However, I do not believe that was necessary.  Then, I switched to the E: drive and ran dsrfix.  I had an alert on pbr descriptor 3.  Next, I ran dsrfix /F.  This repaired the record so that Ctrl-F11 worked.   Thanks to Dan Goodell (http://www.goodells.net/dellrestore/).  According to Dan&#8217;s site, his utility has been tested on the following Dell systems: Dimension 1100, 2400, 3000, 3100, 4550, 4600, 4700, 5000, 5100, 5150, 8200, 8300, 8400, 9100, 9150, B110, E310, E510, E520, E521, XPS 400, XPS 410, XPS 720, XPS Gen 4. Inspiron 500m, 510m, 600m, 630m, 640m, 700m, 1150, 1200, 1300, 1501(AMD), 2200, 5100, 5150, 6000, 6400, 8600, 9300, 9400, B120, B130, E1405, E1505, E1705, M710, M1210, XPS, XPS Gen 2, XPS M1710. Vostro 200.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://jim-zimmerman.com/?p=368" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://jim-zimmerman.com/?feed=rss2&amp;p=368</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 4 and iPhone3Gs</title>
		<link>http://jim-zimmerman.com/?p=365</link>
		<comments>http://jim-zimmerman.com/?p=365#comments</comments>
		<pubDate>Fri, 25 Jun 2010 19:07:12 +0000</pubDate>
		<dc:creator>Jgz</dc:creator>
				<category><![CDATA[Other Stuff]]></category>
		<category><![CDATA[baseband]]></category>
		<category><![CDATA[IOS4]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[jailbreak]]></category>

		<guid isPermaLink="false">http://jim-zimmerman.com/?p=365</guid>
		<description><![CDATA[Got my iPhone4 on Wednesday (6/23/2010), so I spent the previous weekend jailbreaking and unlocking my 3Gs. Unfortunately, I used Spirit to jailbreak my 3.1.3 iPhone3Gs with the 05.21.01 baseband and it was the first time I did jailbreak the phone. So I was unable to update it to IOS4. I need it be unlocked [...]]]></description>
			<content:encoded><![CDATA[<p>Got my iPhone4 on Wednesday (6/23/2010), so I spent the previous weekend jailbreaking and unlocking my 3Gs.  Unfortunately, I used Spirit to jailbreak my 3.1.3 iPhone3Gs with the 05.21.01 baseband and it was the first time I did jailbreak the phone.  So I was unable to update it to IOS4.  I need it be unlocked to work on Tmobile.  Nonetheless, using it was better than I thought it would be, but the signal in my home is really weak unless I am upstairs.  I am keeping an eye out to figure out how I can update it to IOS4 and unlock it.</p>
<p>By the way, I like the new phone a lot.  I had issues getting it ordered, but I only did it through Apple.  And I have to say to everybody that was complaining about AT&#038;T, Apple had their own issues too.  A lot of the time was when it was verifying my AT&#038;T account, but there were other times when it was all Apple.  I was able to get my order processed at about 5pm Pacific time.  </p>
<p>My only issues so far have been the sharp edges.  I hate having to use a case, but I think I going to have to.  Also, I have noticed the signal degredation, when holding the phone in my left hand, which I do all the time.  The case should help with that too.  </p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://jim-zimmerman.com/?p=365" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://jim-zimmerman.com/?feed=rss2&amp;p=365</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
