<?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>blog.mbentley.net</title>
	<atom:link href="http://blog.mbentley.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mbentley.net</link>
	<description>it&#039;s not clutter, just organized chaos</description>
	<lastBuildDate>Thu, 02 Sep 2010 19:07:40 +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>installing adobe flash player 64 bit on debian</title>
		<link>http://blog.mbentley.net/2010/07/installing-adobe-flash-64-bit-on-debian/</link>
		<comments>http://blog.mbentley.net/2010/07/installing-adobe-flash-64-bit-on-debian/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 13:45:22 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[update-alternatives]]></category>
		<category><![CDATA[x64]]></category>
		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">http://blog.mbentley.net/?p=428</guid>
		<description><![CDATA[somewhat recently, adobe has pulled all support for 64 bit flash player on linux. debian has also remove the support from it&#8217;s non-free archives so the &#8216;flashplugin-nonfree&#8217; package no longer works properly. i find that gnash and swfdec are pretty lacking and are not compatible with all websites which is a major problem for me. [...]]]></description>
			<content:encoded><![CDATA[<p>somewhat recently, adobe has pulled all support for 64 bit flash player on linux.  debian has also remove the support from it&#8217;s non-free archives so the &#8216;flashplugin-nonfree&#8217; package no longer works properly.  i find that gnash and swfdec are pretty lacking and are not compatible with all websites which is a major problem for me.  after searching online, i found a 64 bit copy of libflashplayer.so and wanted to install it the debian way using &#8216;update-alternatives&#8217;.  here are the steps to install it properly:</p>
<ul>
<li>first we want to remove the official &#8216;flashplugin-nonfree&#8217; package:</p>
<pre>aptitude remove --purge flashplugin-nonfree</pre>
</li>
<li>download libflashplayer.so from <a href="http://blog.mbentley.net/wp-content/uploads/2010/07/libflashplayer-10.0.45.2.linux-x86_64.so_.tar.gz">here</a>.</li>
<li>extract the file to a temporary location using:
<pre>tar zxvf libflashplayer-10.0.45.2.linux-x86_64.so_.tar.gz</pre>
<p>you should now see &#8216;libflashplayer.so&#8217;</li>
<li>from the same temporary location, execute the following commands to make a common location for the file to be stored and then to copy the file there:
<pre>sudo mkdir /usr/lib/adobe-flash
sudo cp libflashplayer.so /usr/lib/adobe-flash/</pre>
</li>
<li>next, you will need to create an update-alternatives entry using the following command (copy and paste <strong>both</strong> lines and insert it on the command line as a single command:
<pre>update-alternatives --install /usr/lib/mozilla/plugins/flash-mozilla.so \
flash-mozilla.so /usr/lib/adobe-flash/libflashplayer.so 20</pre>
<p>&#8216;&#8211;install&#8217; indicates that we are adding an entry, &#8216;/usr/lib/mozilla/plugins/flash-mozilla.so&#8217; indicates the symlink we want to add an option to, &#8216;flash-mozilla.so&#8217; indicates the update-alternatives name, &#8216;/usr/lib/adobe-flash/libflashplayer.so&#8217; indicates the file which you are adding, &#8217;20&#8242; indicates the priority.</li>
<li>now we just need to set the new flash player to be the default:
<pre>update-alternatives --config flash-mozilla.so</pre>
<p>make sure to choose the option for the newly created &#8216;/usr/lib/adobe-flash/libflashplayer.so&#8217;:</p>
<pre>There are 2 alternatives which provide `flash-mozilla.so'.

  Selection    Alternative
-----------------------------------------------
          1    /usr/lib/gnash/libgnashplugin.so
*+        2    /usr/lib/adobe-flash/libflashplayer.so

Press enter to keep the default[*], or type selection number: 2
Using '/usr/lib/adobe-flash/libflashplayer.so' to provide 'flash-mozilla.so'.</pre>
</li>
<li>now open up iceweasel (firefox) and navigate to &#8216;<a href="http://kb2.adobe.com/cps/155/tn_15507.html">http://kb2.adobe.com/cps/155/tn_15507.html</a>&#8216; and it should show the version of flash as &#8216;LNX 10,0,45,2&#8242;.</li>
</ul>
<p>and that should be it!  if you want to navigate to any flash based site or <a href="http://www.adobe.com/software/flash/about/">adobe&#8217;s flash test page</a> you should see the plugin working.  this has currently been tested on debian lenny (stable) and debian squeeze (testing).</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<div class="d">
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://bit.ly/ajKrpB&amp;title=installing+adobe+flash+player+64+bit+on+debian" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://bit.ly/ajKrpB&amp;title=installing+adobe+flash+player+64+bit+on+debian" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://bit.ly/ajKrpB" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://bit.ly/ajKrpB&amp;title=installing+adobe+flash+player+64+bit+on+debian" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=installing+adobe+flash+player+64+bit+on+debian+@+http://bit.ly/ajKrpB" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://blog.mbentley.net/2010/07/installing-adobe-flash-64-bit-on-debian/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>how to make free ringtones for the iPhone using iTunes</title>
		<link>http://blog.mbentley.net/2010/06/how-to-make-free-ringtones-for-the-iphone-using-itunes/</link>
		<comments>http://blog.mbentley.net/2010/06/how-to-make-free-ringtones-for-the-iphone-using-itunes/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 12:25:55 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[aac]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[iphone 2g]]></category>
		<category><![CDATA[iphone 3g]]></category>
		<category><![CDATA[iphone 3gs]]></category>
		<category><![CDATA[iphone 4]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[itunes 9.2]]></category>
		<category><![CDATA[m4r]]></category>
		<category><![CDATA[make ringtones]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[ringtones]]></category>

		<guid isPermaLink="false">http://blog.mbentley.net/?p=368</guid>
		<description><![CDATA[so you already have some songs in your itunes library and you want to make custom ringtones from them but don&#8217;t want to pay for them from the itunes store or the ringtone doesn&#8217;t have the part of the song you want. if you are looking to do just that, then you&#8217;re in luck and [...]]]></description>
			<content:encoded><![CDATA[<p>so you already have some songs in your itunes library and you want to make custom ringtones from them but don&#8217;t want to pay for them from the itunes store or the ringtone doesn&#8217;t have the part of the song you want.  if you are looking to do just that, then you&#8217;re in luck and all you need to create your own ringtones is itunes itself.  the steps are fairly simple.  they <em>may</em> work similarly on osx, but i have only tested this on windows.</p>
<ol>
<li>open itunes and find song you want to make a ringtone</li>
<li>each ringtone should be 30 seconds long.  play the song and look at what point in the song you want it to start and remember the minutes and seconds to start.  add 30 seconds for the end time and remember that as well</li>
<li>right click on the song, choose &#8216;get info&#8217; then go to the &#8216;options&#8217; tab (see <a href="#figure1">figure 1</a>)</li>
<li>change start time to beginning time and change the stop time to the ending time (remember:  should be 30 seconds after start time).  choose OK. (see <a href="#figure2">figure 2</a>)</li>
<li>right click on the song again, choose &#8216;create aac version&#8217;.  it should only take a few seconds to process</li>
<li>a new song will appear in your itunes library (it will be a 30 second song); right click on the new 30 second version and choose &#8216;show in windows explorer&#8217; (see <a href="#figure3">figure 3</a>)</li>
<li>this should take you to the location of the new file.  change file extension from &#8216;.m4a&#8217; to &#8216;.m4r&#8217;</li>
<li>i would suggest moving the file to a common location for ringtones only.  you will also want to make sure to remove old 30 second clip from itunes as it now points to an invalid file location</li>
<li>to import the new ringtone, go to the &#8216;file&#8217; menu then &#8216;add file to library&#8217;.  navigate to the new ringtone and add it to the library.  it should now appear in the &#8216;ringtones&#8217; section on the left (see <a href="#figure4">figure 4</a>)</li>
<li>make sure to undo your changes to the start/stop time of the original song (right click the original song, choose &#8216;get info&#8217;, goto the &#8216;options&#8217; tab, clear start/stop time checkboxes</li>
<li>sync your iphone and now the ringtone is available on your phone!</li>
</ol>
<table border="0" width="100%">
<tr>
<td align="center"><a name="figure1" href="http://blog.mbentley.net/wp-content/uploads/2010/06/info.jpg" class="smoothbox"><img src="http://blog.mbentley.net/wp-content/uploads/2010/06/info-300x266.jpg" alt="" title="info" width="300" height="266" class="aligncenter size-medium wp-image-379" /></a></td>
<td valign="bottom" align="center"><a name="figure2" href="http://blog.mbentley.net/wp-content/uploads/2010/06/info2.jpg" class="smoothbox"><img src="http://blog.mbentley.net/wp-content/uploads/2010/06/info2-300x266.jpg" alt="" title="info2" width="300" height="266" class="aligncenter size-medium wp-image-378" /></a></tr>
<tr>
<td align="center">figure 1 &#8211; get info, options tab</td>
<td align="center">figure 2 &#8211; set start/stop time</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td align="center"><a name="figure3" href="http://blog.mbentley.net/wp-content/uploads/2010/06/30_sec.jpg" class="smoothbox"><img src="http://blog.mbentley.net/wp-content/uploads/2010/06/30_sec-300x244.jpg" alt="" title="30_sec" width="300" height="244" class="aligncenter size-medium wp-image-377" /></a></td>
<td valign="bottom" align="center"><a name="figure4" href="http://blog.mbentley.net/wp-content/uploads/2010/06/new_ringtone.jpg" class="smoothbox"><img src="http://blog.mbentley.net/wp-content/uploads/2010/06/new_ringtone-300x244.jpg" alt="" title="new_ringtone" width="300" height="244" class="aligncenter size-medium wp-image-376" /></a></tr>
<tr>
<td align="center">figure 3 &#8211; new 30 second song</td>
<td align="center">figure 4 &#8211; new ringtone in itunes</td>
</tr>
</table>
<p>post a comment if you have any issues.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<div class="d">
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://bit.ly/aXlRbK&amp;title=how+to+make+free+ringtones+for+the+iPhone+using+iTunes" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://bit.ly/aXlRbK&amp;title=how+to+make+free+ringtones+for+the+iPhone+using+iTunes" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://bit.ly/aXlRbK" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://bit.ly/aXlRbK&amp;title=how+to+make+free+ringtones+for+the+iPhone+using+iTunes" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=how+to+make+free+ringtones+for+the+iPhone+using+iTunes+@+http://bit.ly/aXlRbK" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://blog.mbentley.net/2010/06/how-to-make-free-ringtones-for-the-iphone-using-itunes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone iOS 4 upgrade &#8211; restore lost pictures in camera roll</title>
		<link>http://blog.mbentley.net/2010/06/iphone-ios-4-upgrade-restore-lost-pictures-in-camera-roll/</link>
		<comments>http://blog.mbentley.net/2010/06/iphone-ios-4-upgrade-restore-lost-pictures-in-camera-roll/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 23:30:34 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[3gs]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[camera empty]]></category>
		<category><![CDATA[camera roll]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[iOS 4]]></category>
		<category><![CDATA[iOS4]]></category>
		<category><![CDATA[iphone 3g]]></category>
		<category><![CDATA[iphone 3gs]]></category>
		<category><![CDATA[iphone 4]]></category>
		<category><![CDATA[iphone os 4]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lost pictures]]></category>
		<category><![CDATA[lost video]]></category>
		<category><![CDATA[mac osx]]></category>
		<category><![CDATA[missing]]></category>
		<category><![CDATA[missing pictures]]></category>
		<category><![CDATA[no pictures]]></category>
		<category><![CDATA[no pictures or videos]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.mbentley.net/?p=364</guid>
		<description><![CDATA[so i decided to upgrade to the new iOS 4 on my iphone 3gs to see what it is all about. everything went smoothly. i installed itunes 9.2, downloaded the new firmware, asked my phone to do a restore using the new firmware and then had it restore my latest backup of info. everything seemed [...]]]></description>
			<content:encoded><![CDATA[<p>so i decided to upgrade to the new iOS 4 on my iphone 3gs to see what it is all about.  everything went smoothly.  i installed itunes 9.2, downloaded the new firmware, asked my phone to do a restore using the new firmware and then had it restore my latest backup of info.  everything seemed perfect after syncing with itunes but then i went into my camera roll and noticed i had no pictures!  in itunes, it showed over 1 GB worth of pictures so why were they not showing up?  i searched online for a little while i didn&#8217;t really come up with much at first.  many different solutions:  do a backup, sync, reboot, etc but nothing worked.  then i came across <a href="http://discussions.info.apple.com/thread.jspa?messageID=11734450">this discussion</a> on the apple forums.  i have slightly modified the steps.  if you use windows or osx, you can download <a href="http://www.macroplant.com/iphoneexplorer/">iphone explorer</a> and follow these steps:</p>
<pre>1.) connect your iphone using the usb cable
2.) launch iphone explorer
3.) backup and then delete the following files:
     /DCIM/.MISC/Info.plist
     /PhotoData/Photos.sqlite
     /PhotoData/PhotosAux.sqlite
4.) reboot your iphone</pre>
<p>a recent update to iphone explorer may have changed the folder paths.  if you don&#8217;t see the folders mentioned, try the following:</p>
<pre>1.) connect your iphone using the usb cable
2.) launch iphone explorer
3.) backup and then delete the following files:
     /Media/PhotoData/MISC/Info.plist
     /Media/PhotoData/Photos.sqlite (or /PhotoData/Photos.sqlite)
     /Media/PhotoData/PhotosAux.sqlite (or /PhotoData/PhotosAux.sqlite)
4.) reboot your iphone</pre>
<p>if you have linux, you shouldn&#8217;t need anything as long as you can mount your iphone as a device and delete the files listed above.  i used debian (squeeze) to access the files as it automatically mounts my iphone when i plug it in.  i just enabled &#8216;view hidden files&#8217; and i could access the files to delete.</p>
<p>once you have done that, just open your camera roll and it should re-index all of your photos!</p>
<p>*edit:  as Phil has pointed out in the comments, if the file &#8216;/DCIM/.MISC/Info.plist&#8217; does not exist or if you can&#8217;t find the folder &#8216;/DCIM/.MISC&#8217;, just skip past that file and follow the rest of the directions and it should still restore your photos in the camera roll.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<div class="d">
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://bit.ly/c1TZCw&amp;title=iPhone+iOS+4+upgrade+%26%238211%3B+restore+lost+pictures+in+camera+roll" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://bit.ly/c1TZCw&amp;title=iPhone+iOS+4+upgrade+%26%238211%3B+restore+lost+pictures+in+camera+roll" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://bit.ly/c1TZCw" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://bit.ly/c1TZCw&amp;title=iPhone+iOS+4+upgrade+%26%238211%3B+restore+lost+pictures+in+camera+roll" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=iPhone+iOS+4+upgrade+%26%238211%3B+restore+lost+pictures+in+camera+roll+@+http://bit.ly/c1TZCw" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://blog.mbentley.net/2010/06/iphone-ios-4-upgrade-restore-lost-pictures-in-camera-roll/feed/</wfw:commentRss>
		<slash:comments>81</slash:comments>
		</item>
		<item>
		<title>reusing an old ipod hard drive</title>
		<link>http://blog.mbentley.net/2010/04/reusing-an-old-ipod-hard-drive/</link>
		<comments>http://blog.mbentley.net/2010/04/reusing-an-old-ipod-hard-drive/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 13:26:56 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[new gadgets]]></category>
		<category><![CDATA[repairs]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[1.8"]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[dead]]></category>
		<category><![CDATA[external enclosure]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[hitachi]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[lif]]></category>
		<category><![CDATA[toshiba]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[zif]]></category>

		<guid isPermaLink="false">http://blog.mbentley.net/?p=318</guid>
		<description><![CDATA[so what happens when your ipod dies? what if you get a new one and simply have no use for your old one? if you don&#8217;t have a use for your ipod or it is broken and you have determined that it&#8217;s a model with a hard drive and it is still in working condition, [...]]]></description>
			<content:encoded><![CDATA[<p>so what happens when your ipod dies?  what if you get a new one and simply have no use for your old one?  if you don&#8217;t have a use for your ipod or it is broken and you have determined that it&#8217;s a model with a hard drive and it is still in working condition, you can simply turn it into an external hard drive.  i had a 5th gen video ipod that had a circuit board go bad and it already had a battery that wouldn&#8217;t hold a charge.  instead of buying parts to repair it, it just went ahead and bought a new one.</p>
<p>that left my old one for parts and pretty much the only thing of any value to me was the hard drive.  mine has a zif/lif connector which i hadn&#8217;t ran into before but after doing a little looking around, i found that you could find fairly inexpensive enclosures on ebay (search for &#8217;1.8 ZIF LIF external usb&#8217;).  from what i understand, some ipod hard drives are zif and others are ide.  just make sure you know which one you own before ordering.  the person i bought mine from on ebay had both types available.</p>
<table border="0" width="100%">
<tr>
<td align="center"><a href="http://blog.mbentley.net/wp-content/uploads/2010/04/ide.jpg" class="smoothbox"><img src="http://blog.mbentley.net/wp-content/uploads/2010/04/ide-240x300.jpg" alt="" title="ide" width="240" height="300" class="aligncenter size-medium wp-image-353" /></a></td>
<td valign="bottom" align="center"><a href="http://blog.mbentley.net/wp-content/uploads/2010/04/zif.jpg"  class="smoothbox"><img src="http://blog.mbentley.net/wp-content/uploads/2010/04/zif-261x300.jpg" alt="" title="zif" width="261" height="300" class="aligncenter size-medium wp-image-350" /></a></tr>
<tr>
<td align="center">1.8&#8243; ide drive</td>
<td align="center">1.8&#8243; zif drive</td>
</tr>
</table>
<p></p>
<table border="0">
<tr>
<td valign="top">the case that i bought is a hitachi mobile disk case.  there really isn&#8217;t anything special about it as it is simply a plastic case with a circuit board which converts the connector to mini usb.  i purchased it solely based on the plain look and small size.  it is only about the size of a credit card (just slightly bigger) which is about 1/2 to 2/3 the size of a standard 2.5&#8243; laptop hard drive in an external enclosure.</p>
<p>the plastic seems to be much more sturdy than that of my 2.5&#8243; laptop enclosure which needs replacing badly.   that is how the whole idea of looking for an 1.8&#8243; enclosure came to mind.  if you can help it, i would try to keep the screwing and unscrew of the case to a minimum to prevent stripping out the plastic threads in the hole as they tend to easily break on enclosures.  also do not over tighten them as that will definitely cause damage to the holes.
</td>
<td><a href="http://blog.mbentley.net/wp-content/uploads/2010/04/case.jpg" class="smoothbox"><img src="http://blog.mbentley.net/wp-content/uploads/2010/04/case-300x225.jpg" alt="" title="case" width="300" height="225" class="aligncenter size-medium wp-image-331" /></a></td>
</tr>
</table>
<p>the case doesn&#8217;t come with instructions but installation was a easy and took about 2 minutes.  if you have the ability to disassemble an ipod, you will easily be able to figure out how a zif connector works.  if you don&#8217;t know how to disassemble your dead ipod, just do a quick google search and you&#8217;ll find plenty of assistance.  the only reason the installation took 2 minutes was because the screws were so small, they were difficult to handle.  once it was all buttoned up, i just plugged it in, reformatted the drive and it worked like a charm.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<div class="d">
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://bit.ly/cz2OEi&amp;title=reusing+an+old+ipod+hard+drive" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://bit.ly/cz2OEi&amp;title=reusing+an+old+ipod+hard+drive" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://bit.ly/cz2OEi" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://bit.ly/cz2OEi&amp;title=reusing+an+old+ipod+hard+drive" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=reusing+an+old+ipod+hard+drive+@+http://bit.ly/cz2OEi" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://blog.mbentley.net/2010/04/reusing-an-old-ipod-hard-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>backing up all of your itunes settings</title>
		<link>http://blog.mbentley.net/2010/03/backing-up-all-of-your-itunes-settings/</link>
		<comments>http://blog.mbentley.net/2010/03/backing-up-all-of-your-itunes-settings/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 16:16:40 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://blog.mbentley.net/?p=267</guid>
		<description><![CDATA[i&#8217;ve seen tons of posts around the internet regarding backing up itunes. most of them seem to focus on backing up your itunes library. while this is great, it doesn&#8217;t cover everything you probably want to back up when doing something like a complete reinstall of windows. if you only back up your library, you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.mbentley.net/wp-content/uploads/2010/03/itunes-06-2.gif" class="smoothbox"><img src="http://blog.mbentley.net/wp-content/uploads/2010/03/itunes-06-2-300x213.gif" alt="" title="itunes" width="300" height="213" class="alignright size-medium wp-image-299" /></a>i&#8217;ve seen tons of posts around the internet regarding backing up itunes.  most of them seem to focus on backing up your itunes library.  while this is great, it doesn&#8217;t cover everything you probably want to back up when doing something like a complete reinstall of windows.  if you only back up your library, you will lose your settings as well as your playlists.  if you are like me, you have your music stored on a central server somewhere so backing up your music on your local computer is pointless anyway.</p>
<p>with that being said, there are a couple folders that you should back up if you want to keep your itunes settings intact when doing a full reinstall or migration to a new computer.  before you do a backup, i would suggest <a href="http://support.apple.com/kb/ht1420">deauthorizing</a> your computer from the itunes store.  this will prevent you from running out of the max of 5 authorizations and having to call apple support to have to clear one for you.  once you have deauthorized, make sure you close itunes.  next, you will need to find three folders:</p>
<p>Windows XP:</p>
<pre>"%HOMEPATH%\My Documents\My Music\iTunes"
"%HOMEPATH%\Application Data\Apple Computer"
"%HOMEPATH%\Local Settings\Application Data\Apple Computer"</pre>
<p>Windows Vista/7:</p>
<pre>"%HOMEPATH%\Music\iTunes"
"%HOMEPATH%\Application Data\Apple Computer"
"%HOMEPATH%\Local Settings\Application Data\Apple Computer"</pre>
<p>note:  %HOMEPATH% is equivilant to &#8216;c:\Documents and Settings\&lt;username&gt;&#8217; (WinXP) or &#8216;c:\Users\&lt;username&gt;&#8217; (Vista/7)</p>
<table width="100%" border="0">
<tr>
<td align="center"><a href="http://blog.mbentley.net/wp-content/uploads/2010/03/itunes_backup_1.jpg" class="smoothbox"><img src="http://blog.mbentley.net/wp-content/uploads/2010/03/itunes_backup_1-300x225.jpg" alt="" title="itunes_backup_1" width="300" height="225" class="alignnone size-medium wp-image-286" /></a><br />first folder (winxp)</td>
<td align="center"><a href="http://blog.mbentley.net/wp-content/uploads/2010/03/itunes_backup_2.jpg" class="smoothbox"><img src="http://blog.mbentley.net/wp-content/uploads/2010/03/itunes_backup_2-300x225.jpg" alt="" title="itunes_backup_2" width="300" height="225" class="alignnone size-medium wp-image-287" /></a><br />second folder (winxp)</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td align="center" colspan="2"><a href="http://blog.mbentley.net/wp-content/uploads/2010/03/itunes_backup_3.jpg" class="smoothbox"><img src="http://blog.mbentley.net/wp-content/uploads/2010/03/itunes_backup_3-300x225.jpg" alt="" title="itunes_backup_3" width="300" height="225" class="alignnone size-medium wp-image-288" /></a><br />third folder (winxp)</td>
</tr>
</table>
<p>simply store those folders somewhere safe such as an external hard drive or usb thumb drive.  when you install itunes, make sure to start it up for a first time then close it.  this will create the directories which you will want to restore the files to. simply copy the folders back to their proper locations, overwriting the existing contents that were created when you started itunes for the first time.  next, open itunes and it should appear just as it was before.  reauthorize your computer and you are ready to go.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<div class="d">
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://bit.ly/93SqVU&amp;title=backing+up+all+of+your+itunes+settings" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://bit.ly/93SqVU&amp;title=backing+up+all+of+your+itunes+settings" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://bit.ly/93SqVU" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://bit.ly/93SqVU&amp;title=backing+up+all+of+your+itunes+settings" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=backing+up+all+of+your+itunes+settings+@+http://bit.ly/93SqVU" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://blog.mbentley.net/2010/03/backing-up-all-of-your-itunes-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>it is amazing what you will find when cleaning&#8230;</title>
		<link>http://blog.mbentley.net/2010/03/it-is-amazing-what-you-will-find-when-cleaning/</link>
		<comments>http://blog.mbentley.net/2010/03/it-is-amazing-what-you-will-find-when-cleaning/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 13:00:41 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[extra computers]]></category>
		<category><![CDATA[lost and found]]></category>
		<category><![CDATA[old junk]]></category>

		<guid isPermaLink="false">http://blog.mbentley.net/?p=265</guid>
		<description><![CDATA[this really isn&#8217;t much of a howto or anything, but it really amazes me what sorts of stuff i will find when cleaning out my computer closet. i decided to reorganize things so it didn&#8217;t look like a total jumbled mess since i have a few extra computer cases and boxes of random parts. while [...]]]></description>
			<content:encoded><![CDATA[<p>this really isn&#8217;t much of a howto or anything, but it really amazes me what sorts of stuff i will find when cleaning out my computer closet.  i decided to reorganize things so it didn&#8217;t look like a total jumbled mess since i have a few extra computer cases and boxes of random parts.  while moving the cases around, i found nearly two whole computers.  they aren&#8217;t anything to get excited about (amd duron 1600 and an intel celeron d 2.66) but i totally forgot that i had them!  usually i pull all extra parts before tossing things in the closet but it would appear that these were forgotten at some point.  i have no clue what i might do with them as i need a bit of ddr to make them actually useful and i don&#8217;t really have much of a need for more computers.  i guess it is time to think of a new project to make use of an old computer besides a firewall or nas&#8230;</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<div class="d">
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://bit.ly/bvdS2K&amp;title=it+is+amazing+what+you+will+find+when+cleaning%26%238230%3B" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://bit.ly/bvdS2K&amp;title=it+is+amazing+what+you+will+find+when+cleaning%26%238230%3B" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://bit.ly/bvdS2K" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://bit.ly/bvdS2K&amp;title=it+is+amazing+what+you+will+find+when+cleaning%26%238230%3B" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=it+is+amazing+what+you+will+find+when+cleaning%26%238230%3B+@+http://bit.ly/bvdS2K" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://blog.mbentley.net/2010/03/it-is-amazing-what-you-will-find-when-cleaning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>stabilizing a firefox proxy through a putty ssh tunnel</title>
		<link>http://blog.mbentley.net/2010/03/stabilizing-a-firefox-proxy-through-a-putty-ssh-tunnel/</link>
		<comments>http://blog.mbentley.net/2010/03/stabilizing-a-firefox-proxy-through-a-putty-ssh-tunnel/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 13:28:46 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[connection abort]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[network error]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tunnel]]></category>
		<category><![CDATA[unstable]]></category>

		<guid isPermaLink="false">http://blog.mbentley.net/?p=225</guid>
		<description><![CDATA[when i am at work, i use a ssh tunnel when i need to bypass the proxy server. this works great except for when i visit certain sites with a large number of big images. one site would be boston.com &#8211; the big picture. it has a large number of high quality images and the [...]]]></description>
			<content:encoded><![CDATA[<table border="0">
<tr>
<td valign="top">when i am at work, i use a ssh tunnel when i need to bypass the proxy server.  this works great except for when i visit certain sites with a large number of big images.  one site would be <a href="http://www.boston.com/bigpicture/">boston.com &#8211; the big picture</a>.  it has a large number of high quality images and the ssh tunnel just doesn&#8217;t seem to be able to handle the traffic.  when the number of http requests overloads the ssh tunnel and then i get the message &#8216;network error: software caused connection abort&#8217; as seen to the right.</td>
<td><a href="http://blog.mbentley.net/wp-content/uploads/2010/03/ssh_tunnel_1.png" class="smoothbox"><img src="http://blog.mbentley.net/wp-content/uploads/2010/03/ssh_tunnel_1.png" alt="network error: software caused connection abort" title="network error: software caused connection abort" width="314" height="119" class="alignnone size-full wp-image-226" /></a></td>
</tr>
</table>
<p>in order to prevent this from happening, i found a setting in firefox that can control the number of http connections being made at once.  actually, there are two settings that i have tweaked in order to find a limit which seems to work well.   in firefox, navigate to &#8216;about:config&#8217;. from there, just type in &#8216;max-connections&#8217;.  you will now see two entries.  they are &#8216;network.http.max-connections&#8217; and &#8216;network.http.max-connections-per-server&#8217;.  in my case, i changed them to 10 and 4 respectively, after doing some testing.  see below for examples.  while this probably slows web browsing, it keeps the number of http connections low enough for the ssh tunnel to keep up with the requests.  i&#8217;d much rather have a slightly slower connection than to have to reconnect my ssh tunnel constantly.</p>
<table border="0" width="100%">
<tr>
<td align="center"><a href="http://blog.mbentley.net/wp-content/uploads/2010/03/ssh_tunnel_2.png" class="smoothbox"><img src="http://blog.mbentley.net/wp-content/uploads/2010/03/ssh_tunnel_2-300x153.png" alt="" title="ssh_tunnel_2" width="300" height="153" class="alignnone size-medium wp-image-227" /></a></td>
<td align="center"><a href="http://blog.mbentley.net/wp-content/uploads/2010/03/ssh_tunnel_3.png" class="smoothbox"><img src="http://blog.mbentley.net/wp-content/uploads/2010/03/ssh_tunnel_3-300x153.png" alt="" title="ssh_tunnel_3" width="300" height="153" class="alignnone size-medium wp-image-228" /></a></td>
</tr>
</table>
<p>feel free to comment if you have any questions or problems.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<div class="d">
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://bit.ly/8YuaPH&amp;title=stabilizing+a+firefox+proxy+through+a+putty+ssh+tunnel" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://bit.ly/8YuaPH&amp;title=stabilizing+a+firefox+proxy+through+a+putty+ssh+tunnel" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://bit.ly/8YuaPH" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://bit.ly/8YuaPH&amp;title=stabilizing+a+firefox+proxy+through+a+putty+ssh+tunnel" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=stabilizing+a+firefox+proxy+through+a+putty+ssh+tunnel+@+http://bit.ly/8YuaPH" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://blog.mbentley.net/2010/03/stabilizing-a-firefox-proxy-through-a-putty-ssh-tunnel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>creating an icon file (.ico) with photoshop</title>
		<link>http://blog.mbentley.net/2010/03/creating-an-icon-file-ico-with-photoshop/</link>
		<comments>http://blog.mbentley.net/2010/03/creating-an-icon-file-ico-with-photoshop/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 14:37:16 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[file extension]]></category>
		<category><![CDATA[ico]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.mbentley.net/?p=219</guid>
		<description><![CDATA[with this post, i am going to be keeping things pretty simple. i was recently asked why i didn&#8217;t have a favicon setup for my blog and website, i figured now is just as good of a time as any to create one. i just wanted something extremely simple. figured just my initials would work [...]]]></description>
			<content:encoded><![CDATA[<p>with this post, i am going to be keeping things pretty simple.  i was recently asked why i didn&#8217;t have a favicon setup for my blog and <a href="http://www.mbentley.net">website</a>, i figured now is just as good of a time as any to create one.  i just wanted something extremely simple.  figured just my initials would work for the time being.  now that i figured what i actually wanted, i then had to create it.  so i loaded up photoshop and made my 16&#215;16 favicon and went to save it and realized that photoshop (at least the version i have, 7.0) does not have .ico file support.  a quick google search led me to the web site of <a href="http://www.telegraphics.com.au/sw/">Telegraphics</a>.  on the site, they have a plugin that works with photoshop to add .ico support.  installation was more than simple (just check out the included readme if you really can&#8217;t figure it out).  all i had to do was use the &#8216;save as&#8217; function to save it as an .ico file.   then i just uploaded my new &#8216;favicon.ico&#8217; to the root directory of my blog and voila, i now have a favicon.  <img src="http://blog.mbentley.net/favicon.ico" alt="favicon" /></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<div class="d">
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://bit.ly/cQTRxz&amp;title=creating+an+icon+file+%28.ico%29+with+photoshop" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://bit.ly/cQTRxz&amp;title=creating+an+icon+file+%28.ico%29+with+photoshop" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://bit.ly/cQTRxz" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://bit.ly/cQTRxz&amp;title=creating+an+icon+file+%28.ico%29+with+photoshop" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=creating+an+icon+file+%28.ico%29+with+photoshop+@+http://bit.ly/cQTRxz" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://blog.mbentley.net/2010/03/creating-an-icon-file-ico-with-photoshop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>fixing an acer travelmate 2420 with high cpu temps</title>
		<link>http://blog.mbentley.net/2010/02/fixing-an-acer-travelmate-2420-with-high-cpu-temps/</link>
		<comments>http://blog.mbentley.net/2010/02/fixing-an-acer-travelmate-2420-with-high-cpu-temps/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 13:21:59 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[repairs]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[acer travelmate 2420]]></category>
		<category><![CDATA[arctic silver]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[disassembly]]></category>
		<category><![CDATA[dust]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[overheating]]></category>
		<category><![CDATA[service guide]]></category>
		<category><![CDATA[thermal paste]]></category>

		<guid isPermaLink="false">http://blog.mbentley.net/?p=214</guid>
		<description><![CDATA[i have owned an acer travelmate 2420 for about 5-6 years or so and i have noticed, especially more recently, that my cpu temperatures were pretty high. the cpu would idle around 60-65°C. a couple years ago, i started taking the laptop apart to see if there was access to the processor to reapply the [...]]]></description>
			<content:encoded><![CDATA[<p>i have owned an acer travelmate 2420 for about 5-6 years or so and i have noticed, especially more recently, that my cpu temperatures were pretty high.  the cpu would idle around 60-65°C.  a couple years ago, i started taking the laptop apart to see if there was access to the processor to reapply the thermal paste.  turned out that it wasn&#8217;t so easy to get to so i simply gave up since i couldn&#8217;t find a service manual for it anywhere online.  since the temps seemed to keep getting worse, i decided to try to look again.</p>
<p>this time i was able to find the manual (<a href='http://blog.mbentley.net/wp-content/uploads/2010/02/S.G_AS3620_TM2420_BOOK.pdf'>Aspire 3620/TravelMate 2420 Series Service Guide</a>).  it took quite a while, but i was able to disassemble the laptop using the service manual as it has pretty decent step by step instructions including screw locations.  in order to gain access to the processor, almost the entire laptop must be disassembled and the motherboard removed.  from there, i was able to remove the heatpipe from the processor and northbridge, clean them and then apply some new arctic silver 5 thermal paste.  another thing i noticed was that there was quite a gathering of dust on the heat sink of the heat pipe which certainly can&#8217;t help the temps.  cleaning that out with an old toothbrush did the trick.</p>
<p>reassembly of the laptop went much quicker than the disassembly phase.  it certainly helped that i used a piece of paper and made note of which screws went to what location.  acer is one of those manufacturers that uses multiple screw sizes for anything and everything unlike many dells i have come across where there are typically 2-3 types of screws or so for most things.  now that i have gotten the laptop back together, i am seeing temps around 50°C with it on my laptop.  this seems to be about a 10-15°C drop in temps and the thermal paste hasn&#8217;t had any time to cure.</p>
<p>reapplying thermal paste on an older laptop can definitely help out if you are having overheating issues.  i would just make sure you know what you are getting yourself into before trying it yourself as some laptops are much more difficult to take apart than others.  most manufacturers publish service manuals that can be found online.  you just might have to do a bit of digging to find them.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<div class="d">
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://bit.ly/bDnhVu&amp;title=fixing+an+acer+travelmate+2420+with+high+cpu+temps" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://bit.ly/bDnhVu&amp;title=fixing+an+acer+travelmate+2420+with+high+cpu+temps" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://bit.ly/bDnhVu" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://bit.ly/bDnhVu&amp;title=fixing+an+acer+travelmate+2420+with+high+cpu+temps" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=fixing+an+acer+travelmate+2420+with+high+cpu+temps+@+http://bit.ly/bDnhVu" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://blog.mbentley.net/2010/02/fixing-an-acer-travelmate-2420-with-high-cpu-temps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>port 25 blocked by your ISP &amp; exchange 2003</title>
		<link>http://blog.mbentley.net/2010/02/port-25-blocked-by-your-isp-exchange-2003/</link>
		<comments>http://blog.mbentley.net/2010/02/port-25-blocked-by-your-isp-exchange-2003/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 15:12:46 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[blocked ports]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[exchange 2003]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[port 25]]></category>
		<category><![CDATA[port 587]]></category>
		<category><![CDATA[port forwarding]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows server 2003]]></category>

		<guid isPermaLink="false">http://blog.mbentley.net/?p=183</guid>
		<description><![CDATA[as many people are aware, many ISPs block traffic on port 25 in order to attempt to prevent spammers from using bot infected hosts on their networks. this can be a problem for people who want to run a mail server from their home connection. yes, i realize that running an email server violates the [...]]]></description>
			<content:encoded><![CDATA[<p>as many people are aware, many ISPs block traffic on port 25 in order to attempt to prevent spammers from using bot infected hosts on their networks.  this can be a problem for people who want to run a mail server from their home connection.  yes, i realize that running an email server violates the TOS of most providers but that is a discussion for another day.  i personally use my email server as a learning experience but i also use it for my primary personal email.</p>
<p>users of comcast have recently reported that they are no longer able to relay their mail using &#8216;smtp.comcast.net&#8217; over port 25.  comcast had previously allowed port 25 traffic to be relayed inside their network when going to &#8216;smtp.comcast.net&#8217;.  unfortunately they are no longer allowing this which is a major problem for me any anyone who is using comcast&#8217;s smtp server as a smtp connector in exchange.</p>
<table border="0">
<tr>
<td valign="top">the easiest way to get around this problem is by changing the port in which your exchange server sends and receives email.  in my case, i decided to change mine to port 587 which is what comcast is using as the chances of them blocking that port is a bit slimmer than before.  in order to change this, i had to modify the port setting in two places (for each smtp server i had running).  start by opening <b>Exchange System Manager</b>.  from there, go to <b>Administrative Groups</b> > <b>First Administrative Group</b> > <b>Servers</b> > <b>[servername]</b> > <b>Protocols</b> > <b>SMTP</b> > then right click on <b>Default SMTP Virtual Server</b> and choose <b>Properties</b>.</td>
<td><a href="http://blog.mbentley.net/wp-content/uploads/2010/02/exchange_1.png" class="smoothbox"><img src="http://blog.mbentley.net/wp-content/uploads/2010/02/exchange_1-300x195.png" alt="" title="exchange_1" width="300" height="195" class="alignnone size-medium wp-image-189" /></a></td>
</tr>
</table>
<p>
then go to <strong>Advanced</strong> > <strong>Edit</strong> > then change the <strong>TCP port</strong> to the new port (in this case, <strong>587</strong>).  click <strong>OK</strong> twice and then click on the <strong>Delivery</strong> tab > <strong>Outbound connections</strong>.  change <strong>TCP port</strong> from 25 to the new value.  then choose <strong>OK</strong> twice which will return you to the <strong>Exchange System Manager</strong>.  if you have another exchange server in your organization, you will need to perform the same steps for the other servers.  once you have done this, you will need to restart the <strong>Default SMTP Virtual Server(s)</strong> for the changes to take effect (or a restart would work as well).</p>
<table border="0" width="100%">
<tr>
<td align="center"><a href="http://blog.mbentley.net/wp-content/uploads/2010/02/exchange_2.png" class="smoothbox"><img src="http://blog.mbentley.net/wp-content/uploads/2010/02/exchange_2-300x195.png" alt="" title="exchange_2" width="300" height="195" class="alignnone size-medium wp-image-190" /></a></td>
<td align="center"><a href="http://blog.mbentley.net/wp-content/uploads/2010/02/exchange_3.png" class="smoothbox"><img src="http://blog.mbentley.net/wp-content/uploads/2010/02/exchange_3-300x195.png" alt="" title="exchange_3" width="300" height="195" class="alignnone size-medium wp-image-188" /></a></tr>
</table>
<p>i use port forwarding on my router which i have setup to route incoming port 25 traffic to port 587.  even though port 25 is blocked, it enables me to connect using the default server port of 25 from inside my network.  i also use a no-ip service for incoming smtp redirection which will redirects all of my mail traffic to a high port so it will not be blocked by my ISP.  i had to configure the port forwarding on my router to point to port 587 internally instead of port 25 while still listening on the high port number as before.  this allows my email to continue to send and receive properly despite having port 25 blocked by my ISP.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<div class="d">
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://bit.ly/cYHOQ7&amp;title=port+25+blocked+by+your+ISP+%26%23038%3B+exchange+2003" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://bit.ly/cYHOQ7&amp;title=port+25+blocked+by+your+ISP+%26%23038%3B+exchange+2003" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://bit.ly/cYHOQ7" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://bit.ly/cYHOQ7&amp;title=port+25+blocked+by+your+ISP+%26%23038%3B+exchange+2003" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=port+25+blocked+by+your+ISP+%26%23038%3B+exchange+2003+@+http://bit.ly/cYHOQ7" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.mbentley.net/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://blog.mbentley.net/2010/02/port-25-blocked-by-your-isp-exchange-2003/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
