<?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>jon zobrist (dot) com &#187; Jon Zobrist</title>
	<atom:link href="http://www.jonzobrist.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonzobrist.com</link>
	<description>Unix, Linux, IT, Cloud, Meat</description>
	<lastBuildDate>Fri, 06 Jan 2012 18:59:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Capturing users IP addresses in Apache httpd and Tomcat logs behind an ELB</title>
		<link>http://www.jonzobrist.com/2012/01/06/capturing-users-ip-addresses-in-apache-httpd-and-tomcat-logs-behind-an-elb/</link>
		<comments>http://www.jonzobrist.com/2012/01/06/capturing-users-ip-addresses-in-apache-httpd-and-tomcat-logs-behind-an-elb/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 18:59:34 +0000</pubDate>
		<dc:creator>Jon Zobrist</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[ELB]]></category>
		<category><![CDATA[Linux Support - Servers]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.jonzobrist.com/?p=462</guid>
		<description><![CDATA[
Related posts:<ol>
<li><a href='http://www.jonzobrist.com/2011/09/24/reading-peecho-minimizing-downtime-on-amazon-aws/' rel='bookmark' title='Reading : Peecho Minimizing Downtime on Amazon AWS'>Reading : Peecho Minimizing Downtime on Amazon AWS</a> <small>...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2012%2F01%2F06%2Fcapturing-users-ip-addresses-in-apache-httpd-and-tomcat-logs-behind-an-elb%2F' data-shr_title='Capturing+users+IP+addresses+in+Apache+httpd+and+Tomcat+logs+behind+an+ELB'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2012%2F01%2F06%2Fcapturing-users-ip-addresses-in-apache-httpd-and-tomcat-logs-behind-an-elb%2F' data-shr_title='Capturing+users+IP+addresses+in+Apache+httpd+and+Tomcat+logs+behind+an+ELB'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>When an Elastic Load Balancer handles a connection it sends it&#8217;s own (internal/private/10.x) address instead of the clients. It sends the clients along with the request as X-Forwarded-For. To log this you need to log X-Forwarded-For instead of the source IP.</p>
<p>Here are 2 links discussing the problem, the first covers a basic Apache &amp; Tomcat setup, but the second one has a point about direct access getting not logged and has an Apache httpd specific solution.</p>
<p><a title="Amazon ELB Capturing Client IP Address" href="http://blog.kenweiner.com/2009/09/amazon-elb-capturing-client-ip-address.html">http://blog.kenweiner.com/2009/09/amazon-elb-capturing-client-ip-address.html</a></p>
<p><a title="How to log client IP in Apache behind ELB" href="http://blog.grahampoulter.com/2011/10/how-to-log-client-ip-from-apache-behind.html">http://blog.grahampoulter.com/2011/10/how-to-log-client-ip-from-apache-behind.html</a></p>
<p>Thanks @grahampoulter and @kweiner</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="shr-publisher-462"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2012%2F01%2F06%2Fcapturing-users-ip-addresses-in-apache-httpd-and-tomcat-logs-behind-an-elb%2F' data-shr_title='Capturing+users+IP+addresses+in+Apache+httpd+and+Tomcat+logs+behind+an+ELB'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2012%2F01%2F06%2Fcapturing-users-ip-addresses-in-apache-httpd-and-tomcat-logs-behind-an-elb%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2012%2F01%2F06%2Fcapturing-users-ip-addresses-in-apache-httpd-and-tomcat-logs-behind-an-elb%2F' data-shr_title='Capturing+users+IP+addresses+in+Apache+httpd+and+Tomcat+logs+behind+an+ELB'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>Related posts:<ol>
<li><a href='http://www.jonzobrist.com/2011/09/24/reading-peecho-minimizing-downtime-on-amazon-aws/' rel='bookmark' title='Reading : Peecho Minimizing Downtime on Amazon AWS'>Reading : Peecho Minimizing Downtime on Amazon AWS</a> <small>&nbsp; What the guys over at Peecho have done is...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jonzobrist.com/2012/01/06/capturing-users-ip-addresses-in-apache-httpd-and-tomcat-logs-behind-an-elb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to rotate the MySQL General Query Log</title>
		<link>http://www.jonzobrist.com/2011/10/24/script-to-rotate-the-mysql-general-query-log/</link>
		<comments>http://www.jonzobrist.com/2011/10/24/script-to-rotate-the-mysql-general-query-log/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 06:31:23 +0000</pubDate>
		<dc:creator>Jon Zobrist</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL Server Support]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[General Query Log]]></category>
		<category><![CDATA[Logrotate]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQL Troubleshooting]]></category>
		<category><![CDATA[Rotate]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://jonzobrist.com/?p=213</guid>
		<description><![CDATA[You want general query logging in, but don&#8217;t want to keep those pesky query log files around? I generally setup the MySQL user and run this from cron. Here&#8217;s my script to do so, here&#8217;s a gzip&#8217;d version, and here is a zipped version &#160; #!/bin/bash #setup a user in mysql with the RELOAD priviledge [...]
Related posts:<ol>
<li><a href='http://www.jonzobrist.com/2011/06/15/i-am-always-cautious-with-this-on-my-clipboard/' rel='bookmark' title='I am always cautious with this on my clipboard..'>I am always cautious with this on my clipboard..</a> <small>su mysql cd rm -Rf data/* innodb/* tmp/* logs/* mysqld/*...</small></li>
<li><a href='http://www.jonzobrist.com/2011/03/19/s3-du-sh-script-to-get-bucket-size-on-amazon-aws-s3/' rel='bookmark' title='S3-du.sh script to get bucket size on Amazon AWS S3'>S3-du.sh script to get bucket size on Amazon AWS S3</a> <small>Here is my script s3-du.sh that I wrote to determine...</small></li>
<li><a href='http://www.jonzobrist.com/2011/05/04/my-ec2-ebs-raid-0-creation-script/' rel='bookmark' title='My EC2 EBS RAID-0 creation script'>My EC2 EBS RAID-0 creation script</a> <small>I want to write up a full howto/tutorial, but have...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F10%2F24%2Fscript-to-rotate-the-mysql-general-query-log%2F' data-shr_title='Script+to+rotate+the+MySQL+General+Query+Log'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F10%2F24%2Fscript-to-rotate-the-mysql-general-query-log%2F' data-shr_title='Script+to+rotate+the+MySQL+General+Query+Log'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>You want general query logging in, but don&#8217;t want to keep those pesky query log files around?</p>
<p>I generally setup the MySQL user and run this from cron.</p>
<p>Here&#8217;s my script to do so, <a title="Rotate General Log Bash Script Gzipped" href="http://www.jonzobrist.com/files/rotate-general-log.sh.gz">here&#8217;s a gzip&#8217;d version</a>, and here is a <a title="Rotate General Log Bash Script Zipped Version" href="http://www.jonzobrist.com/files/rotate-general-log.sh.zip">zipped version</a></p>
<p>&nbsp;</p>
<pre>#!/bin/bash
#setup a user in mysql with the RELOAD priviledge
#grant RELOAD on *.* to reloader@'localhost' identified by 'PASSWORD';
#flush privileges;

user="reloader"
password="PASSWORD"
LOG="${HOME}/mysqld/mysqld.log"
LOGARCHIVE="${HOME}/logarchive"
NEW_LOG="${LOGARCHIVE}/mysqld-`date +%F-%s`.log"
KEEP_MIN=15
MAX_LOAD="5.0"
RUNFILE="${HOME}/rotate-general-log.pid"

if [ -f ${RUNFILE} ]
 then
  echo "Runfile ${RUNFILE} exists, exiting at `date`"
  ${HOME}/bin/page.sh "Runfile ${RUNFILE} exists, exiting at `date`"
  exit 1
 else
  echo "$$" &gt; ${RUNFILE}
fi

#if [ $(echo "`cut -f1 -d ' ' /proc/loadavg` &lt; ${MAX_LOAD}" | bc) -eq 1 ];
if [ $(echo "`cut -f1 -d ' ' /proc/loadavg` &lt; ${MAX_LOAD}" | bc) -eq 1 ];
 then
  echo "System load less than ${MAX_LOAD}, proceeding [DEBUG]"
else
  echo "log rotate delayed, due to system load &gt; ${MAX_LOAD}"
  ${HOME}/bin/page.sh "log rotate delayed, due to system load &gt; ${MAX_LOAD}"
  /bin/rm ${RUNFILE}
  exit 1
fi

MYSQLD_PID=`pgrep mysqld`

if [ ! "${MYSQLD_PID}" ]
 then
  echo "Mysqld is NOT running, paging and exiting at `date`"
  ${HOME}/bin/page.sh "NO MySQLD on `hostname` at `date`"
  /bin/rm ${RUNFILE}
  exit 1
else
  echo "Mysqld running at `date`, PID ${MYSQLD_PID}, continuing"
fi

if [ -d "${LOGARCHIVE}" ]
 then
  echo "Moving general log at `date`"
  /bin/mv ${LOG} ${NEW_LOG}
  touch ${LOG}
  chmod og-rwx ${LOG}
  echo "Flushing general log at `date`"
  mysqladmin -u ${user} -p --password="${password}" flush-logs
  echo "Done flushing general log at `date`"
  echo "Gzipping ${NEW_LOG} log at `date`"
  gzip ${NEW_LOG}
  echo "Done gzipping ${NEW_LOG} log at `date`"
  echo "Size is `du -sh ${LOGARCHIVE}` pre-clean"
  echo "Cleaning ${LOGARCHIVE}, deleting files older than ${KEEP_MIN} minutes at `date`"
  find ${LOGARCHIVE} -iname "*.gz" -mmin +${KEEP_MIN} -print -exec /bin/rm {} \;
  echo "Done cleaning ${LOGARCHIVE}, at `date`"
  echo "Size is `du -sh ${LOGARCHIVE}` post-clean"
else
 echo "Missing logarchive dir ${LOGARCHIVE}"
  ${HOME}/bin/page.sh "Missing logarchive dir ${LOGARCHIVE}"
 /bin/rm ${RUNFILE}
 exit 1
fi

/bin/rm ${RUNFILE}
echo "Done at `date`"</pre>
<div class="shr-publisher-213"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F10%2F24%2Fscript-to-rotate-the-mysql-general-query-log%2F' data-shr_title='Script+to+rotate+the+MySQL+General+Query+Log'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F10%2F24%2Fscript-to-rotate-the-mysql-general-query-log%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F10%2F24%2Fscript-to-rotate-the-mysql-general-query-log%2F' data-shr_title='Script+to+rotate+the+MySQL+General+Query+Log'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>Related posts:<ol>
<li><a href='http://www.jonzobrist.com/2011/06/15/i-am-always-cautious-with-this-on-my-clipboard/' rel='bookmark' title='I am always cautious with this on my clipboard..'>I am always cautious with this on my clipboard..</a> <small>su mysql cd rm -Rf data/* innodb/* tmp/* logs/* mysqld/*...</small></li>
<li><a href='http://www.jonzobrist.com/2011/03/19/s3-du-sh-script-to-get-bucket-size-on-amazon-aws-s3/' rel='bookmark' title='S3-du.sh script to get bucket size on Amazon AWS S3'>S3-du.sh script to get bucket size on Amazon AWS S3</a> <small>Here is my script s3-du.sh that I wrote to determine...</small></li>
<li><a href='http://www.jonzobrist.com/2011/05/04/my-ec2-ebs-raid-0-creation-script/' rel='bookmark' title='My EC2 EBS RAID-0 creation script'>My EC2 EBS RAID-0 creation script</a> <small>I want to write up a full howto/tutorial, but have...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jonzobrist.com/2011/10/24/script-to-rotate-the-mysql-general-query-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Comments on &#8216;Cheap Hosting Amazon AWS&#8217; Blog Post</title>
		<link>http://www.jonzobrist.com/2011/10/09/my-comments-on-cheap-hosting-amazon-aws-blog-post/</link>
		<comments>http://www.jonzobrist.com/2011/10/09/my-comments-on-cheap-hosting-amazon-aws-blog-post/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 16:43:09 +0000</pubDate>
		<dc:creator>Jon Zobrist</dc:creator>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[Spot Instances]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Amazon Strategies]]></category>
		<category><![CDATA[Amazon Web Services]]></category>
		<category><![CDATA[Blog Post]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[Spot Pricing]]></category>

		<guid isPermaLink="false">http://www.jonzobrist.com/?p=428</guid>
		<description><![CDATA[My Comments on the post “Cheap Hosting Case Study: You Get What You Pay For (And Sometimes Not At All)” These are all interesting points that anyone using AWS, and especially Spot Instances should know. The service provider (Amazon AWS) should not be blamed for the user mis-understanding how their service works. There are 3 [...]
Related posts:<ol>
<li><a href='http://www.jonzobrist.com/2011/06/28/thinking-about-hosting-a-wordpress-site-on-s3/' rel='bookmark' title='Thinking about hosting a WordPress site on S3'>Thinking about hosting a WordPress site on S3</a> <small>I recently moved my Joomla backed consulting website completely to...</small></li>
<li><a href='http://www.jonzobrist.com/2011/03/19/s3-du-sh-script-to-get-bucket-size-on-amazon-aws-s3/' rel='bookmark' title='S3-du.sh script to get bucket size on Amazon AWS S3'>S3-du.sh script to get bucket size on Amazon AWS S3</a> <small>Here is my script s3-du.sh that I wrote to determine...</small></li>
<li><a href='http://www.jonzobrist.com/2011/09/24/reading-peecho-minimizing-downtime-on-amazon-aws/' rel='bookmark' title='Reading : Peecho Minimizing Downtime on Amazon AWS'>Reading : Peecho Minimizing Downtime on Amazon AWS</a> <small>&nbsp; What the guys over at Peecho have done is...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F10%2F09%2Fmy-comments-on-cheap-hosting-amazon-aws-blog-post%2F' data-shr_title='My+Comments+on+%27Cheap+Hosting+Amazon+AWS%27+Blog+Post'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F10%2F09%2Fmy-comments-on-cheap-hosting-amazon-aws-blog-post%2F' data-shr_title='My+Comments+on+%27Cheap+Hosting+Amazon+AWS%27+Blog+Post'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>My Comments on the post</p>
<pre><a title="Cheap Hosting Amazon AWS Blog Post" href="http://resource.onlinetech.com/cheap-hosting-case-study-you-get-what-you-pay-for-and-sometimes-not-at-all/" target="_blank">“Cheap Hosting Case Study: You Get What You Pay For (And Sometimes Not At All)”</a></pre>
<p>These are all interesting points that anyone using AWS, and especially Spot Instances should know. The service provider (Amazon AWS) should not be blamed for the user mis-understanding how their service works.</p>
<p>There are 3 things about Spot instances that everyone should know, that Amazon is less than clear about on their product pages, and I found out at the AWS Summit in SF.<br />
1. You have your instance only for as long as your price is higher than the current spot price, and this is measured much more frequently than the bid interval of 1 hour. So you could launch an instance for up to $.15/hr it could run for 30 minutes, and then be terminated unexpectedly when the spot price is over $.15/hr<br />
2. People can, and do, bid HIGHER than the on-demand price for spot instances to get priority machine allocation. This means they get priority OVER all other spot prices, AND over “normal” on demand users.<br />
3. Spot instances are terminated without a safety net, all data/jobs/processes on them need to be designed to be re-entrant, and fail-able. The mentality for typical spot instance usage is, there is a need, a spot instance is launched, it checks out a job from a queue (like SQS, but frequently a custom setup), it runs, *IF* it finishes, it returns success, *IF* it does not finish, another instance picks up the job.<br />
The better your application and plan meet the functionality of spot instances the more you can work the system and save a lot.<br />
Design and plan for failure, and you will love the cloud.<br />
Design and plan like you have a physical server, and you will complain that the cloud let you down.</p>
<div class="shr-publisher-428"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F10%2F09%2Fmy-comments-on-cheap-hosting-amazon-aws-blog-post%2F' data-shr_title='My+Comments+on+%27Cheap+Hosting+Amazon+AWS%27+Blog+Post'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F10%2F09%2Fmy-comments-on-cheap-hosting-amazon-aws-blog-post%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F10%2F09%2Fmy-comments-on-cheap-hosting-amazon-aws-blog-post%2F' data-shr_title='My+Comments+on+%27Cheap+Hosting+Amazon+AWS%27+Blog+Post'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>Related posts:<ol>
<li><a href='http://www.jonzobrist.com/2011/06/28/thinking-about-hosting-a-wordpress-site-on-s3/' rel='bookmark' title='Thinking about hosting a WordPress site on S3'>Thinking about hosting a WordPress site on S3</a> <small>I recently moved my Joomla backed consulting website completely to...</small></li>
<li><a href='http://www.jonzobrist.com/2011/03/19/s3-du-sh-script-to-get-bucket-size-on-amazon-aws-s3/' rel='bookmark' title='S3-du.sh script to get bucket size on Amazon AWS S3'>S3-du.sh script to get bucket size on Amazon AWS S3</a> <small>Here is my script s3-du.sh that I wrote to determine...</small></li>
<li><a href='http://www.jonzobrist.com/2011/09/24/reading-peecho-minimizing-downtime-on-amazon-aws/' rel='bookmark' title='Reading : Peecho Minimizing Downtime on Amazon AWS'>Reading : Peecho Minimizing Downtime on Amazon AWS</a> <small>&nbsp; What the guys over at Peecho have done is...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jonzobrist.com/2011/10/09/my-comments-on-cheap-hosting-amazon-aws-blog-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entrepreneur Links</title>
		<link>http://www.jonzobrist.com/2011/10/08/entrepreneur-links/</link>
		<comments>http://www.jonzobrist.com/2011/10/08/entrepreneur-links/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 00:13:30 +0000</pubDate>
		<dc:creator>Jon Zobrist</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Entrepreneur]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://www.jonzobrist.com/?p=424</guid>
		<description><![CDATA[I’ve always thought of myself as an entrepreneur. My first business was setup at a family reunion when I was a boy, and was a candy distribution network through my cousins. It ended in all of them getting some free candy, and me being out all of my $20 birthday money. I enjoy thinking up business [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F10%2F08%2Fentrepreneur-links%2F' data-shr_title='Entrepreneur+Links'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F10%2F08%2Fentrepreneur-links%2F' data-shr_title='Entrepreneur+Links'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I’ve always thought of myself as an entrepreneur. My first business was setup at a family reunion when I was a boy, and was a candy distribution network through my cousins. It ended in all of them getting some free candy, and me being out all of my $20 birthday money. I enjoy thinking up business ideas, and planning them out, and sharing them with friends. I have not launched many businesses, and my only “real” business venture was to start my own Internet Service Provider (ISP) in 1996. I learned a lot, and ended up selling it to a larger ISP.<br />
Today the barrier to starting a business is lower than ever. There is lots of names for the advantages that modern technology bring new startups, and ‘The Lean Startup’ is probably the most commonly referred to.</p>
<p>I was browsing <a title="Make Use Of" href="http://bit.ly/jNVzFx" target="_blank">makeuseof.com</a> and found these articles that have interesting links for those starting up new businesses.</p>
<p><a title="3 Free Tools to Plan and Visualise Your Start-Up Business" href="http://bit.ly/pkyt3e" target="_blank">3 Free Tools to Plan and Visualise Your Start-Up Business</a><br />
<a title="10 Awesome &amp; Inspiring Blogs for Entrepreneurs and Business Owners" href="http://bit.ly/reASLM" target="_blank">10 Awesome &amp; Inspiring Blogs for Entrepreneurs and Business Owners</a><br />
<a title="10 Best Websites That Show You How to Start a Business" href="http://bit.ly/rbsWwI" target="_blank">10 Best Websites That Show You How to Start a Business</a></p>
<div></div>
<div></div>
<div class="shr-publisher-424"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F10%2F08%2Fentrepreneur-links%2F' data-shr_title='Entrepreneur+Links'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F10%2F08%2Fentrepreneur-links%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F10%2F08%2Fentrepreneur-links%2F' data-shr_title='Entrepreneur+Links'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jonzobrist.com/2011/10/08/entrepreneur-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MCOD &#8211; 9.28.2011 &#8211; Simple OS X Bash Changes</title>
		<link>http://www.jonzobrist.com/2011/09/28/mcod-9-28-2011-simple-os-x-bash-changes/</link>
		<comments>http://www.jonzobrist.com/2011/09/28/mcod-9-28-2011-simple-os-x-bash-changes/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 05:57:48 +0000</pubDate>
		<dc:creator>Jon Zobrist</dc:creator>
				<category><![CDATA[Mac Command of the Day]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[bashrc]]></category>
		<category><![CDATA[bash_profile]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.jonzobrist.com/?p=418</guid>
		<description><![CDATA[Macintosh Command of the Day Sept 28, 2011 I have no idea why I did not do this sooner! On my Macs I always had that md5sum the command doesn&#8217;t exist, and I hate that the output of the md5 command that does exist is not the same as the GNU tools. Sure it&#8217;s BSD [...]
Related posts:<ol>
<li><a href='http://www.jonzobrist.com/2011/08/31/mcod-8-31-2011-lock-your-screen-in-os-x-from-the-menubar/' rel='bookmark' title='MCOD &#8211; 8.31.2011 &#8211; Lock your screen in OS X from the menubar'>MCOD &#8211; 8.31.2011 &#8211; Lock your screen in OS X from the menubar</a> <small>&nbsp; &nbsp; 1. Launch the “Keychain Access” application located in...</small></li>
<li><a href='http://www.jonzobrist.com/2011/05/29/lcod-5-29-2011-2-quick-tcp-port-check-scripts-in-python/' rel='bookmark' title='LCOD 5.29.2011 &#8211; 2 quick TCP port check scripts in Python'>LCOD 5.29.2011 &#8211; 2 quick TCP port check scripts in Python</a> <small>Disclaimer : These scripts could be considered malicious and should...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F28%2Fmcod-9-28-2011-simple-os-x-bash-changes%2F' data-shr_title='MCOD+-+9.28.2011+-+Simple+OS+X+Bash+Changes'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F28%2Fmcod-9-28-2011-simple-os-x-bash-changes%2F' data-shr_title='MCOD+-+9.28.2011+-+Simple+OS+X+Bash+Changes'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Macintosh Command of the Day Sept 28, 2011</p>
<p>I have no idea why I did not do this sooner!</p>
<p>On my Macs I always had that md5sum the command doesn&#8217;t exist, and I hate that the output of the md5 command that does exist is not the same as the GNU tools. Sure it&#8217;s BSD (And I&#8217;ll always love my BSD), but I think compatibility to the GNU tools buys more for BSD and OS X than incompatibility.</p>
<p>Add this to your ~/.bashrc (and source it or restart your terminal)</p>
<pre>alias md5sum='md5 -r '</pre>
<p>Now your md5sum &lt;filename&gt; works the same as on the 1,000,000,000 Linux boxes out there.</p>
<p>Also in my .bashrc on my Macbook Air is</p>
<pre>alias ll='ls -Falh'
alias lg='ls -Falh|grep -i '
declare -x EDITOR="/usr/bin/vim"
declare -x JAVA_HOME="/usr/"</pre>
<pre><span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 13px; line-height: 19px; white-space: normal;">-Jon</span></pre>
<p>&nbsp;</p>
<div class="shr-publisher-418"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F28%2Fmcod-9-28-2011-simple-os-x-bash-changes%2F' data-shr_title='MCOD+-+9.28.2011+-+Simple+OS+X+Bash+Changes'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F28%2Fmcod-9-28-2011-simple-os-x-bash-changes%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F28%2Fmcod-9-28-2011-simple-os-x-bash-changes%2F' data-shr_title='MCOD+-+9.28.2011+-+Simple+OS+X+Bash+Changes'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>Related posts:<ol>
<li><a href='http://www.jonzobrist.com/2011/08/31/mcod-8-31-2011-lock-your-screen-in-os-x-from-the-menubar/' rel='bookmark' title='MCOD &#8211; 8.31.2011 &#8211; Lock your screen in OS X from the menubar'>MCOD &#8211; 8.31.2011 &#8211; Lock your screen in OS X from the menubar</a> <small>&nbsp; &nbsp; 1. Launch the “Keychain Access” application located in...</small></li>
<li><a href='http://www.jonzobrist.com/2011/05/29/lcod-5-29-2011-2-quick-tcp-port-check-scripts-in-python/' rel='bookmark' title='LCOD 5.29.2011 &#8211; 2 quick TCP port check scripts in Python'>LCOD 5.29.2011 &#8211; 2 quick TCP port check scripts in Python</a> <small>Disclaimer : These scripts could be considered malicious and should...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jonzobrist.com/2011/09/28/mcod-9-28-2011-simple-os-x-bash-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading : Peecho Minimizing Downtime on Amazon AWS</title>
		<link>http://www.jonzobrist.com/2011/09/24/reading-peecho-minimizing-downtime-on-amazon-aws/</link>
		<comments>http://www.jonzobrist.com/2011/09/24/reading-peecho-minimizing-downtime-on-amazon-aws/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 18:56:24 +0000</pubDate>
		<dc:creator>Jon Zobrist</dc:creator>
				<category><![CDATA[AutoScale]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[ELB]]></category>
		<category><![CDATA[Route53]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[SQS]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Amazon AWS]]></category>
		<category><![CDATA[Reading]]></category>

		<guid isPermaLink="false">http://www.jonzobrist.com/?p=411</guid>
		<description><![CDATA[&#160; What the guys over at Peecho have done is cool. Similar to the path I&#8217;ve taken with auto-scaling and machine updating from S3. I am going to add some of their ideas, and will incorporate that in my upcoming posts with scripts to do it. Check it out on their blog &#8211; http://www.peecho.com/blog/minimizing-downtime-on-amazon-aws.html &#160; [...]
Related posts:<ol>
<li><a href='http://www.jonzobrist.com/2011/06/26/moved-my-consulting-website-to-amazon-s3/' rel='bookmark' title='Moved my consulting website to Amazon S3'>Moved my consulting website to Amazon S3</a> <small>It&#8217;s a Joomla site, but I rarely have updated it,...</small></li>
<li><a href='http://www.jonzobrist.com/2011/03/19/s3-du-sh-script-to-get-bucket-size-on-amazon-aws-s3/' rel='bookmark' title='S3-du.sh script to get bucket size on Amazon AWS S3'>S3-du.sh script to get bucket size on Amazon AWS S3</a> <small>Here is my script s3-du.sh that I wrote to determine...</small></li>
<li><a href='http://www.jonzobrist.com/2011/06/28/thinking-about-hosting-a-wordpress-site-on-s3/' rel='bookmark' title='Thinking about hosting a WordPress site on S3'>Thinking about hosting a WordPress site on S3</a> <small>I recently moved my Joomla backed consulting website completely to...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F24%2Freading-peecho-minimizing-downtime-on-amazon-aws%2F' data-shr_title='Reading+%3A+Peecho+Minimizing+Downtime+on+Amazon+AWS'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F24%2Freading-peecho-minimizing-downtime-on-amazon-aws%2F' data-shr_title='Reading+%3A+Peecho+Minimizing+Downtime+on+Amazon+AWS'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>&nbsp;</p>
<p>What the guys over at Peecho have done is cool. Similar to the path I&#8217;ve taken with auto-scaling and machine updating from S3.</p>
<p>I am going to add some of their ideas, and will incorporate that in my upcoming posts with scripts to do it.</p>
<p>Check it out on their blog &#8211; <a title="Peecho Minimizing Downtime on Amazon AWS" href="http://www.peecho.com/blog/minimizing-downtime-on-amazon-aws.html" target="_blank">http://www.peecho.com/blog/minimizing-downtime-on-amazon-aws.html</a></p>
<p>&nbsp;</p>
<div class="shr-publisher-411"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F24%2Freading-peecho-minimizing-downtime-on-amazon-aws%2F' data-shr_title='Reading+%3A+Peecho+Minimizing+Downtime+on+Amazon+AWS'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F24%2Freading-peecho-minimizing-downtime-on-amazon-aws%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F24%2Freading-peecho-minimizing-downtime-on-amazon-aws%2F' data-shr_title='Reading+%3A+Peecho+Minimizing+Downtime+on+Amazon+AWS'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>Related posts:<ol>
<li><a href='http://www.jonzobrist.com/2011/06/26/moved-my-consulting-website-to-amazon-s3/' rel='bookmark' title='Moved my consulting website to Amazon S3'>Moved my consulting website to Amazon S3</a> <small>It&#8217;s a Joomla site, but I rarely have updated it,...</small></li>
<li><a href='http://www.jonzobrist.com/2011/03/19/s3-du-sh-script-to-get-bucket-size-on-amazon-aws-s3/' rel='bookmark' title='S3-du.sh script to get bucket size on Amazon AWS S3'>S3-du.sh script to get bucket size on Amazon AWS S3</a> <small>Here is my script s3-du.sh that I wrote to determine...</small></li>
<li><a href='http://www.jonzobrist.com/2011/06/28/thinking-about-hosting-a-wordpress-site-on-s3/' rel='bookmark' title='Thinking about hosting a WordPress site on S3'>Thinking about hosting a WordPress site on S3</a> <small>I recently moved my Joomla backed consulting website completely to...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jonzobrist.com/2011/09/24/reading-peecho-minimizing-downtime-on-amazon-aws/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your IE new tab has been hijacked (but not by me)</title>
		<link>http://www.jonzobrist.com/2011/09/08/your-ie-new-tab-has-been-hijacked-but-not-by-me/</link>
		<comments>http://www.jonzobrist.com/2011/09/08/your-ie-new-tab-has-been-hijacked-but-not-by-me/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 16:17:32 +0000</pubDate>
		<dc:creator>Jon Zobrist</dc:creator>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[ELB]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows Security]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[hijack]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[script kiddies]]></category>

		<guid isPermaLink="false">http://www.jonzobrist.com/?p=388</guid>
		<description><![CDATA[The short version is that you are at my site because someone hijacked your new or private tab in Internet Explorer. Please do not blame me, my web servers have been slammed with lots of traffic from this and it will cost me money, and I did not cause it. Here is how to fix [...]
Related posts:<ol>
<li><a href='http://www.jonzobrist.com/2011/06/28/thinking-about-hosting-a-wordpress-site-on-s3/' rel='bookmark' title='Thinking about hosting a WordPress site on S3'>Thinking about hosting a WordPress site on S3</a> <small>I recently moved my Joomla backed consulting website completely to...</small></li>
<li><a href='http://www.jonzobrist.com/2011/06/06/amazon-keeps-doing-it-again-and-again-aws-route53/' rel='bookmark' title='Amazon keeps doing it again and again! AWS route53'>Amazon keeps doing it again and again! AWS route53</a> <small>Amazon almost makes me laugh whenever I sign up my...</small></li>
<li><a href='http://www.jonzobrist.com/2011/07/23/have-my-auto-update-script-mostly-ready-this-is-a-test/' rel='bookmark' title='Have my auto update script mostly ready, this is a test!'>Have my auto update script mostly ready, this is a test!</a> <small>Hopefully the new server will start automatically behind the ELB,...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F08%2Fyour-ie-new-tab-has-been-hijacked-but-not-by-me%2F' data-shr_title='Your+IE+new+tab+has+been+hijacked+%28but+not+by+me%29'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F08%2Fyour-ie-new-tab-has-been-hijacked-but-not-by-me%2F' data-shr_title='Your+IE+new+tab+has+been+hijacked+%28but+not+by+me%29'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>The short version is that you are at my site because someone hijacked your new or private tab in Internet Explorer.</p>
<p>Please do not blame me, my web servers have been slammed with lots of traffic from this and it will cost me money, and I did not cause it.</p>
<p>Here is how to fix it. Below is a detailed description of what I think happened.</p>
<p>You will need to use the windows registry editor to fix it, or you can download <a title="Registery Fix for hijacked browser tab" href="http://www.jonzobrist.com/vscript/aboutUrls.zip">this registry file</a>, and double click on it.</p>
<p>Open Regedit and go to : HKLM\Software\Microsoft\Internet Explorer\AboutURLs<br />
On the right pane double click on the tabs value and change it to : res://ieframe.dll/tabswelcome.htm.</p>
<p>I use Amazon Web Services to host this blog. Part of those services is a load balancer called an Enterprise Load Balancer (ELB).</p>
<p>I point my site at an amazon name (www-jonzobrist-com-954435911.us-east-1.elb.amazonaws.com) and Amazon handles the IP addresses and networking. The upside is I get great scalability for very low cost. Sometimes people set their load balancer incorrectly, and point a hostname (in this case gg.blogpear.com) directly at one of the IP addresses in their load balancer pool. This is wrong because Amazon can change at any time which IP address gets assigned to which load balancer, and they do not guarantee you will ever get that IP back. Someone, who is probably a malicious hacker type, hijacked your browser tab for either new tab or private tab in your Internet Explorer browser. They pointed it at a DNS name gg.blogpear.com, and that DNS name at an IP address on Amazon&#8217;s ELB. Somehow Amazon gave me that IP for my www.jonzobrist.com pool, so I got all the traffic. This killed my web servers quickly, and took me most of the day to recover from. I did so initially by setting up rules to return a quick 403 &#8211; permission denied error to all the requests. Then as I investigated it further, I figured out (I think) what happened. So now, you get redirected to this page, and hopefully you will get your computer cleaned up and we can all move on without too much trouble.</p>
<p>I recommend you also get a virus scanner, something like Avast, which is free for the non pro version. Download it from <a title="Avast anti-virus" href="http://www.avast.com/" target="_blank">Avast</a>.</p>
<p>I would also recommend you download and use <a title="Google Chrome web browser" href="http://www.google.com/chrome/" target="_blank">Google Chrome</a> and <a title="Mozila Firefox" href="http://www.firefox.com/" target="_blank">Mozilla Firefox</a>, as they are both more secure (and generally better) web browsers.</p>
<p>I hope this helps!</p>
<p>-Jon Zobrist &lt;<a title="jon@jonzobrist.com" href="mailto:jon@jonzobrist.com" target="_blank">jon@jonzobrist.com</a>&gt; <a title="Jon Zobrist's website" href="http://www.jonzobrist.com/" target="_blank">http://www.jonzobrist.com/</a></p>
<div class="shr-publisher-388"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F08%2Fyour-ie-new-tab-has-been-hijacked-but-not-by-me%2F' data-shr_title='Your+IE+new+tab+has+been+hijacked+%28but+not+by+me%29'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F08%2Fyour-ie-new-tab-has-been-hijacked-but-not-by-me%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F08%2Fyour-ie-new-tab-has-been-hijacked-but-not-by-me%2F' data-shr_title='Your+IE+new+tab+has+been+hijacked+%28but+not+by+me%29'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>Related posts:<ol>
<li><a href='http://www.jonzobrist.com/2011/06/28/thinking-about-hosting-a-wordpress-site-on-s3/' rel='bookmark' title='Thinking about hosting a WordPress site on S3'>Thinking about hosting a WordPress site on S3</a> <small>I recently moved my Joomla backed consulting website completely to...</small></li>
<li><a href='http://www.jonzobrist.com/2011/06/06/amazon-keeps-doing-it-again-and-again-aws-route53/' rel='bookmark' title='Amazon keeps doing it again and again! AWS route53'>Amazon keeps doing it again and again! AWS route53</a> <small>Amazon almost makes me laugh whenever I sign up my...</small></li>
<li><a href='http://www.jonzobrist.com/2011/07/23/have-my-auto-update-script-mostly-ready-this-is-a-test/' rel='bookmark' title='Have my auto update script mostly ready, this is a test!'>Have my auto update script mostly ready, this is a test!</a> <small>Hopefully the new server will start automatically behind the ELB,...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jonzobrist.com/2011/09/08/your-ie-new-tab-has-been-hijacked-but-not-by-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snowed in? 15 Thinks you should be using online CCOD &#8211; 9.6.2011</title>
		<link>http://www.jonzobrist.com/2011/09/06/snowed-in-15-thinks-you-should-be-using-online-ccod-9-6-2011/</link>
		<comments>http://www.jonzobrist.com/2011/09/06/snowed-in-15-thinks-you-should-be-using-online-ccod-9-6-2011/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 06:31:13 +0000</pubDate>
		<dc:creator>Jon Zobrist</dc:creator>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[Communications]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[CCOD. Computers]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://jonzobrist.com/?p=360</guid>
		<description><![CDATA[There are a ton of cool things to do on the Internet. New doors are open to everyone. I&#8217;m surprised how often we take it for granted that everyone is in on the latest trend in tech. Here is my humble addition to a list of things that I think people should be using online. [...]
Related posts:<ol>
<li><a href='http://www.jonzobrist.com/2011/03/08/finally-on-ec2/' rel='bookmark' title='Finally On EC2'>Finally On EC2</a> <small>I can&#8217;t believe it took me this long to nut-up...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F06%2Fsnowed-in-15-thinks-you-should-be-using-online-ccod-9-6-2011%2F' data-shr_title='Snowed+in%3F+15+Thinks+you+should+be+using+online+CCOD+-+9.6.2011'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F06%2Fsnowed-in-15-thinks-you-should-be-using-online-ccod-9-6-2011%2F' data-shr_title='Snowed+in%3F+15+Thinks+you+should+be+using+online+CCOD+-+9.6.2011'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>There are a ton of cool things to do on the Internet. New doors are open to everyone. I&#8217;m surprised how often we take it for granted that everyone is in on the latest trend in tech. Here is my humble addition to a list of things that I think people should be using online.</p>
<p>&nbsp;</p>
<p>1. <a title="Twitter" href="http://www.twitter.com" target="_blank">Twitter</a> &#8211; News *stream*, or should I say FLOOD. Follow smart people, get smart (filtered) news and info. Want to blow your news mind? Get <a title="TweetDeck" href="http://www.tweetdeck.com/" target="_blank">tweetdeck</a> and put in a search for any hot topic. (Don&#8217;t follow #earthquake unless you want to feel constant fear).</p>
<p>2. <a title="Facebook" href="http://www.facebook.com" target="_blank">Facebook</a> &#8211; Connect with your family and friends. Be benign on Facebook! The Internet is public, immortal, and Facebook does hate your privacy.</p>
<p>3. <a title="Amazon Web Services" href="http://aws.amazon.com" target="_blank">Amazon AWS/EC2 </a>- What you don&#8217;t need a virtual server? You sure about that? Not for your blog? Not even if it scales infinitely? Not even if it&#8217;s free?</p>
<p>4. <a title="Wordpress Blog and Web Page CMS" href="http://www.wordpress.com" target="_blank">WordPress</a> &#8211; <a title="Joomla CMS" href="http://www.joomla.org/" target="_blank">Joomla</a> and <a title="Drupal CMS" href="http://www.drupal.com/" target="_blank">Drupal</a> are cool, but WordPress is the king of the web page CMS.</p>
<p>5. <a title="Gmail - Google Mail" href="http://www.gmail.com" target="_blank">Gmail</a> &#8211; Seriously, stop deleting your email, get a gmail account. Use your own domains (Google Apps is still free for &lt; 10 users).</p>
<p>6. <a title="Google Docs" href="http://docs.google.com" target="_blank">Google Docs</a> &#8211; If you haven&#8217;t had 10 people all editing the same spreadsheet at the same time you have not Cloud&#8217;d it up.</p>
<p>7. Cloud Music (<a title="Google Music" href="http://music.google.com" target="_blank">Google Music</a>, <a title="Amazon Music" href="http://www.amazon.com/Music" target="_blank">Amazon Music Locker</a>, <a title="Apple iCloud" href="http://www.apple.com/icloud/" target="_blank">iCloud</a>, <a title="Soundcloud" href="http://soundcloud.com/" target="_blank">Soundcloud</a>, <a title="Spotify music service" href="http://www.spotify.com/" target="_blank">Spotify</a>) &#8211; This is new, try them all out, find new music, sync your own.</p>
<p>8. <a title="Google Search Engine" href="http://www.google.com" target="_blank">Google</a> &#8211; Search done right. Everyone has been playing catchup for a while now, and I&#8217;m sure that one day they will, but until then, google.com</p>
<p>9. <a title="Snopes" href="http://snopes.com" target="_blank">Snopes</a> &#8211; The Internet means rapid access to information sharing, but many people share false information. Sites like <a title="Snopes is it true or not" href="http://snopes.com" target="_blank">snopes.com</a></p>
<p>10. <a title="Deal sites from Google Search" href="http://www.google.com/?q=deal%20sites" target="_blank">Shopping</a> - Deal sites like <a title="SlickDeals" href="http://slickdeals.net" target="_blank">slickdeals.net</a>, <a title="FatWallet" href="http://www.fatwallet.com" target="_blank">fatwallet.com</a>, <a title="Woot one deal one day" href="http://www.woot.com/" target="_blank">woot</a> and more track deals as they happen, often with good comments on how to maximize them. The people on some of these sites are mad geniuses when it comes to getting the most for your buck.</p>
<p>11. <a title="Skype online chat and calling" href="http://www.skype.com" target="_blank">Skype</a> &#8211; Everyone has it, get on and video chat your friends in other countries for free. Ride this one until Microsoft torpedos it, and we all move to Google Chat, which you should be on already via your gmail account.</p>
<p>12. <a title="Linux" href="http://www.kernel.org/" target="_blank">Linux</a> &#8211; If you are even slightly technically inclined, Linux opens the door to you (for free) to everything from <a title="CinePaint high end movie effects" href="http://www.cinepaint.org/more/" target="_blank">high end movie effects</a> to  <a title="Deft Linux Forensics toolkit" href="http://www.deftlinux.net/" target="_blank">computer forensics</a>. Get started with a Live CD from <a title="Ubuntu Linux" href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> (Your computer is probably 64-bit, and you probably want the desktop version &#8211; You can boot the CD and use Linux without doing anything to your computer), and NO it does not run Office or any Windows program, but it does run thousands of cool programs.</p>
<p>13. Photo sites (<a title="Picasa web albums" href="https://picasaweb.google.com" target="_blank">Picasa</a>, <a title="Flickr photo sharing" href="http://www.flickr.com" target="_blank">Flickr</a>, <a title="SmugMug Photos" href="http://www.smugmug.com/" target="_blank">Smugmug</a>) There is no reason you should be burning a photo CD to send to your friends and family. Get an upload utility, and start putting your photos on the &#8216;net. You don&#8217;t have to share them, and I would highly recommend NOT sharing them publicly unless they are very public information. I do not post pictures with faces in them without permission from the person owning the face, and, in general, don&#8217;t do this.</p>
<p>14. Education (<a title="KhanAcademy" href="http://www.khanacademy.org/" target="_blank">Khanadademy</a>, <a title="Alison.com online education" href="http://alison.com/" target="_blank">Alison.com,</a> <a title="MIT Open Courseware" href="http://ocw.mit.edu/index.htm" target="_blank">MIT Open Courseware</a>, <a title="Instructables howto online" href="http://www.instructables.com/" target="_blank">Instructables</a>, <a title="K12 education online" href="http://www.k12.com" target="_blank">k12</a>) &#8211; There are too many to name, and pretty much access to infinite information is it&#8217;s own education. Don&#8217;t think that just because a skill isn&#8217;t directly computer related that you can&#8217;t learn howto do it online, and for maybe for free.</p>
<p>15. <a title="Wikipedia" href="http://www.wikipedia.org/" target="_blank">Wikipedia</a> - What is a wikipedia? Well, a wiki is a website that anyone can edit the pages of, so, Wikipedia is an encyclopedia that anyone can edit. Not always right, but rarely uninformative.</p>
<p>&nbsp;</p>
<p>Well, I hope this helps. Please send me your lists or additions (comment below, or email to <a title="jon@jonzobrist.com" href="mailto:jon@jonzobrist.com" target="_blank">jon@jonzobrist.com</a>).</p>
<p>&nbsp;</p>
<div class="shr-publisher-360"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F06%2Fsnowed-in-15-thinks-you-should-be-using-online-ccod-9-6-2011%2F' data-shr_title='Snowed+in%3F+15+Thinks+you+should+be+using+online+CCOD+-+9.6.2011'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F06%2Fsnowed-in-15-thinks-you-should-be-using-online-ccod-9-6-2011%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F09%2F06%2Fsnowed-in-15-thinks-you-should-be-using-online-ccod-9-6-2011%2F' data-shr_title='Snowed+in%3F+15+Thinks+you+should+be+using+online+CCOD+-+9.6.2011'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>Related posts:<ol>
<li><a href='http://www.jonzobrist.com/2011/03/08/finally-on-ec2/' rel='bookmark' title='Finally On EC2'>Finally On EC2</a> <small>I can&#8217;t believe it took me this long to nut-up...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jonzobrist.com/2011/09/06/snowed-in-15-thinks-you-should-be-using-online-ccod-9-6-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MCOD &#8211; 8.31.2011 &#8211; Lock your screen in OS X from the menubar</title>
		<link>http://www.jonzobrist.com/2011/08/31/mcod-8-31-2011-lock-your-screen-in-os-x-from-the-menubar/</link>
		<comments>http://www.jonzobrist.com/2011/08/31/mcod-8-31-2011-lock-your-screen-in-os-x-from-the-menubar/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 16:34:52 +0000</pubDate>
		<dc:creator>Jon Zobrist</dc:creator>
				<category><![CDATA[Mac Command of the Day]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Lock Screen]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Screen Lock]]></category>
		<category><![CDATA[Screensaver]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.jonzobrist.com/?p=380</guid>
		<description><![CDATA[&#160; &#160; 1. Launch the “Keychain Access” application located in /Applications/Utilities. 2. Choose “Show Status in Menu Bar” from the View menu. 3. Now you have a lock in the menu bar. Use this menu to &#8220;Lock Screen&#8221; when you leave your computer Thanks to Mac Daily News for this howto, from here - http://macdailynews.com/2003/03/13/lock_your_mac_os_x_screen_from_the_menu_bar_by_adding_lock_icon/ &#160; [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F08%2F31%2Fmcod-8-31-2011-lock-your-screen-in-os-x-from-the-menubar%2F' data-shr_title='MCOD+-+8.31.2011+-+Lock+your+screen+in+OS+X+from+the+menubar'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F08%2F31%2Fmcod-8-31-2011-lock-your-screen-in-os-x-from-the-menubar%2F' data-shr_title='MCOD+-+8.31.2011+-+Lock+your+screen+in+OS+X+from+the+menubar'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>&nbsp;</p>
<p>&nbsp;</p>
<p>1. Launch the “Keychain Access” application located in /<a id="KonaLink1" href="http://macdailynews.com/2003/03/13/lock_your_mac_os_x_screen_from_the_menu_bar_by_adding_lock_icon/#"><span style="color: blue;">Applications</span></a>/Utilities.<br />
2. Choose “Show Status in Menu Bar” from the View menu.<br />
3. Now you have a lock in the menu bar. Use this menu to &#8220;Lock Screen&#8221; when you leave your computer</p>
<p>Thanks to <a title="Mac Daily News" href="http://macdailynews.com" target="_blank">Mac Daily News</a> for this howto, from here -</p>
<p><a title="Lock your screen in OS X from Menubar" href="http://macdailynews.com/2003/03/13/lock_your_mac_os_x_screen_from_the_menu_bar_by_adding_lock_icon/">http://macdailynews.com/2003/03/13/lock_your_mac_os_x_screen_from_the_menu_bar_by_adding_lock_icon/</a></p>
<p>&nbsp;</p>
<div class="shr-publisher-380"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F08%2F31%2Fmcod-8-31-2011-lock-your-screen-in-os-x-from-the-menubar%2F' data-shr_title='MCOD+-+8.31.2011+-+Lock+your+screen+in+OS+X+from+the+menubar'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F08%2F31%2Fmcod-8-31-2011-lock-your-screen-in-os-x-from-the-menubar%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F08%2F31%2Fmcod-8-31-2011-lock-your-screen-in-os-x-from-the-menubar%2F' data-shr_title='MCOD+-+8.31.2011+-+Lock+your+screen+in+OS+X+from+the+menubar'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jonzobrist.com/2011/08/31/mcod-8-31-2011-lock-your-screen-in-os-x-from-the-menubar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Very disappointed how many places had the Touchpad deal, and how Barnes &amp; Noble apparently lied about having any.</title>
		<link>http://www.jonzobrist.com/2011/08/23/very-disappointed-how-many-places-had-the-touchpad-deal-and-how-barnes-noble-apparently-lied-about-having-any/</link>
		<comments>http://www.jonzobrist.com/2011/08/23/very-disappointed-how-many-places-had-the-touchpad-deal-and-how-barnes-noble-apparently-lied-about-having-any/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 02:16:11 +0000</pubDate>
		<dc:creator>Jon Zobrist</dc:creator>
				<category><![CDATA[Android Hardware]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[HP TouchPad]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Deal]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[Economics of Scale]]></category>
		<category><![CDATA[HP Touchpad]]></category>
		<category><![CDATA[Touchpad]]></category>
		<category><![CDATA[WebOS]]></category>

		<guid isPermaLink="false">http://jonzobrist.com/?p=367</guid>
		<description><![CDATA[http://www.groubal.com/barnes-noble-screwed-me-out-of-my-touchpad/ I could have got one 15 other places, but why order it twice? Now it may be too late. Oh well, I complained online, and don&#8217;t really care if HP Touchpad dies more silently to me than it would have if I had got some at a discount. I think the key lesson is [...]
Related posts:<ol>
<li><a href='http://www.jonzobrist.com/2011/08/22/hp-webos-touchpad-discontinued-fire-sale/' rel='bookmark' title='HP WebOS TouchPad discontinued &#8211; FIRE SALE'>HP WebOS TouchPad discontinued &#8211; FIRE SALE</a> <small>Short answer : Want a good tablet for CHEAP? Get...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F08%2F23%2Fvery-disappointed-how-many-places-had-the-touchpad-deal-and-how-barnes-noble-apparently-lied-about-having-any%2F' data-shr_title='Very+disappointed+how+many+places+had+the+Touchpad+deal%2C+and+how+Barnes+%26+Noble+apparently+lied+about+having+any.'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F08%2F23%2Fvery-disappointed-how-many-places-had-the-touchpad-deal-and-how-barnes-noble-apparently-lied-about-having-any%2F' data-shr_title='Very+disappointed+how+many+places+had+the+Touchpad+deal%2C+and+how+Barnes+%26+Noble+apparently+lied+about+having+any.'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://jonzobrist.com/wp-content/uploads/2011/08/hp-touchpad-front.png"><img class="alignnone size-full wp-image-368" title="hp-touchpad-front" src="http://jonzobrist.com/wp-content/uploads/2011/08/hp-touchpad-front.png" alt="HP Touchpad" width="230" height="287" /></a></p>
<p><a title="HP Screwed ME Out Of My Touchpads (2)" href="http://www.groubal.com/barnes-noble-screwed-me-out-of-my-touchpad/ ">http://www.groubal.com/barnes-noble-screwed-me-out-of-my-touchpad/</a></p>
<p>I could have got one 15 other places, but why order it twice?</p>
<p>Now it may be too late. Oh well, I complained online, and don&#8217;t really care if HP Touchpad dies more silently to me than it would have if I had got some at a discount.</p>
<p>I think the key lesson is $99/$149 is WAY under what most people (2M) are willing to pay for a nice tablet. VS. $500/800 that they are being sold for by major players.</p>
<p>Economics of scale seem very game-able at this point. That is, it seems a safe bet for someone to order a few million tablets of whatever nice OS that they can sell for $99/149 or $199/249 and work those economies of scale.</p>
<div class="shr-publisher-367"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F08%2F23%2Fvery-disappointed-how-many-places-had-the-touchpad-deal-and-how-barnes-noble-apparently-lied-about-having-any%2F' data-shr_title='Very+disappointed+how+many+places+had+the+Touchpad+deal%2C+and+how+Barnes+%26+Noble+apparently+lied+about+having+any.'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F08%2F23%2Fvery-disappointed-how-many-places-had-the-touchpad-deal-and-how-barnes-noble-apparently-lied-about-having-any%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F08%2F23%2Fvery-disappointed-how-many-places-had-the-touchpad-deal-and-how-barnes-noble-apparently-lied-about-having-any%2F' data-shr_title='Very+disappointed+how+many+places+had+the+Touchpad+deal%2C+and+how+Barnes+%26+Noble+apparently+lied+about+having+any.'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>Related posts:<ol>
<li><a href='http://www.jonzobrist.com/2011/08/22/hp-webos-touchpad-discontinued-fire-sale/' rel='bookmark' title='HP WebOS TouchPad discontinued &#8211; FIRE SALE'>HP WebOS TouchPad discontinued &#8211; FIRE SALE</a> <small>Short answer : Want a good tablet for CHEAP? Get...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jonzobrist.com/2011/08/23/very-disappointed-how-many-places-had-the-touchpad-deal-and-how-barnes-noble-apparently-lied-about-having-any/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

