<?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; Linux</title>
	<atom:link href="http://www.jonzobrist.com/category/linux/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>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>I&#8217;m wondering if I should have my install script clone common Linux OS&#8217;s like Red Hat/CentOS and Debian/Ubuntu?</title>
		<link>http://www.jonzobrist.com/2011/08/22/im-wondering-if-i-should-have-my-install-script-clone-common-linux-oss-like-red-hatcentos-and-debianubuntu/</link>
		<comments>http://www.jonzobrist.com/2011/08/22/im-wondering-if-i-should-have-my-install-script-clone-common-linux-oss-like-red-hatcentos-and-debianubuntu/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 07:26:34 +0000</pubDate>
		<dc:creator>Jon Zobrist</dc:creator>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Migrating to the Cloud]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[Open Forum]]></category>
		<category><![CDATA[Open Question]]></category>
		<category><![CDATA[Question]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://jonzobrist.com/?p=357</guid>
		<description><![CDATA[So, I have a script that can run from init. You configure it from a config file, set it to start on boot via normal init, and then you can run it on to snapshot your data to Amazon S3 anytime. It supports directories/users/permissions as well as full MySQL dumps, only specific database MySQL dumps, [...]
Related posts:<ol>
<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>
<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%2F08%2F22%2Fim-wondering-if-i-should-have-my-install-script-clone-common-linux-oss-like-red-hatcentos-and-debianubuntu%2F' data-shr_title='I%27m+wondering+if+I+should+have+my+install+script+clone+common+Linux+OS%27s+like+Red+Hat%2FCentOS+and+Debian%2FUbuntu%3F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F08%2F22%2Fim-wondering-if-i-should-have-my-install-script-clone-common-linux-oss-like-red-hatcentos-and-debianubuntu%2F' data-shr_title='I%27m+wondering+if+I+should+have+my+install+script+clone+common+Linux+OS%27s+like+Red+Hat%2FCentOS+and+Debian%2FUbuntu%3F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>So, I have a script that can run from init. You configure it from a config file, set it to start on boot via normal init, and then you can run it on to snapshot your data to Amazon S3 anytime.</p>
<p>It supports directories/users/permissions as well as full MySQL dumps, only specific database MySQL dumps, and only specific table per database dump.</p>
<p>It goes both ways, run it with /etc/init.d/bluesun-setup.sh start and it deletes the local directories, and downloads all the updated ones from Amazon S3.</p>
<p>If you run it with /etc/init.d/bluesun-setup.sh updateS3 # it will push all the same configured files to Tar/GZ files on S3.</p>
<p>I need to polish it a bit more, but it&#8217;ll be free/open source here soon.</p>
<p>Any feedback is appreciated.</p>
<div class="shr-publisher-357"></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%2F22%2Fim-wondering-if-i-should-have-my-install-script-clone-common-linux-oss-like-red-hatcentos-and-debianubuntu%2F' data-shr_title='I%27m+wondering+if+I+should+have+my+install+script+clone+common+Linux+OS%27s+like+Red+Hat%2FCentOS+and+Debian%2FUbuntu%3F'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F08%2F22%2Fim-wondering-if-i-should-have-my-install-script-clone-common-linux-oss-like-red-hatcentos-and-debianubuntu%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%2F22%2Fim-wondering-if-i-should-have-my-install-script-clone-common-linux-oss-like-red-hatcentos-and-debianubuntu%2F' data-shr_title='I%27m+wondering+if+I+should+have+my+install+script+clone+common+Linux+OS%27s+like+Red+Hat%2FCentOS+and+Debian%2FUbuntu%3F'></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/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>
<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/08/22/im-wondering-if-i-should-have-my-install-script-clone-common-linux-oss-like-red-hatcentos-and-debianubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I am always cautious with this on my clipboard..</title>
		<link>http://www.jonzobrist.com/2011/06/15/i-am-always-cautious-with-this-on-my-clipboard/</link>
		<comments>http://www.jonzobrist.com/2011/06/15/i-am-always-cautious-with-this-on-my-clipboard/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 23:14:51 +0000</pubDate>
		<dc:creator>Jon Zobrist</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL Server Support]]></category>
		<category><![CDATA[msyql]]></category>
		<category><![CDATA[nuke]]></category>

		<guid isPermaLink="false">http://jonzobrist.com/?p=315</guid>
		<description><![CDATA[su mysql cd rm -Rf data/* innodb/* tmp/* logs/* mysqld/* mysql_install_db &#8211;defaults-file=${HOME}/etc/my.cnf ${HOME}/libexec/mysqld &#8211;defaults-file=${HOME}/etc/my.cnf &#62; ${HOME}/logs/init.log 2&#62;&#38;1 &#38; mysql_tzinfo_to_sql /usr/share/zoneinfo &#124; mysql -u root mysql &#160; &#160; &#160; &#160; &#160; No related posts. Related posts brought to you by Yet Another Related Posts Plugin.
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%2F06%2F15%2Fi-am-always-cautious-with-this-on-my-clipboard%2F' data-shr_title='I+am+always+cautious+with+this+on+my+clipboard..'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F06%2F15%2Fi-am-always-cautious-with-this-on-my-clipboard%2F' data-shr_title='I+am+always+cautious+with+this+on+my+clipboard..'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>su mysql</p>
<p>cd</p>
<p>rm -Rf data/* innodb/* tmp/* logs/* mysqld/*</p>
<p>mysql_install_db &#8211;defaults-file=${HOME}/etc/my.cnf</p>
<p>${HOME}/libexec/mysqld &#8211;defaults-file=${HOME}/etc/my.cnf &gt; ${HOME}/logs/init.log 2&gt;&amp;1 &amp;</p>
<p>mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="shr-publisher-315"></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%2F06%2F15%2Fi-am-always-cautious-with-this-on-my-clipboard%2F' data-shr_title='I+am+always+cautious+with+this+on+my+clipboard..'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F06%2F15%2Fi-am-always-cautious-with-this-on-my-clipboard%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F06%2F15%2Fi-am-always-cautious-with-this-on-my-clipboard%2F' data-shr_title='I+am+always+cautious+with+this+on+my+clipboard..'></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/06/15/i-am-always-cautious-with-this-on-my-clipboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo Quick Setup a Minecraft Server</title>
		<link>http://www.jonzobrist.com/2011/06/05/howto-quick-setup-a-minecraft-server/</link>
		<comments>http://www.jonzobrist.com/2011/06/05/howto-quick-setup-a-minecraft-server/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 22:46:29 +0000</pubDate>
		<dc:creator>Jon Zobrist</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Minecraft]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://jonzobrist.com/?p=297</guid>
		<description><![CDATA[My kids have dove into the game Minecraft and one of the first things they wanted was their own servers that they could customize and create lots of world. We&#8217;re now running 5 servers on my Linux box. I don&#8217;t notice a performance drop in using it for anything, and each one is set to [...]
Related posts:<ol>
<li><a href='http://www.jonzobrist.com/2011/05/29/quick-remote-smtp-page-script-in-python/' rel='bookmark' title='Quick remote SMTP page script in Python'>Quick remote SMTP page script in Python</a> <small>Disclaimer : You own what you do with this script,...</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%2F06%2F05%2Fhowto-quick-setup-a-minecraft-server%2F' data-shr_title='HowTo+Quick+Setup+a+Minecraft+Server'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F06%2F05%2Fhowto-quick-setup-a-minecraft-server%2F' data-shr_title='HowTo+Quick+Setup+a+Minecraft+Server'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>My kids have dove into the game <a title="Minecraft the game" href="http://www.minecraft.net/" target="_blank">Minecraft</a> and one of the first things they wanted was their own servers that they could customize and create lots of world.</p>
<p>We&#8217;re now running 5 servers on my Linux box. I don&#8217;t notice a performance drop in using it for anything, and each one is set to use 1GB of RAM, fortunately I have 8 GB&#8230;</p>
<p>This should be a quick howto that will work on <a title="Linux" href="http://www.linux.org" target="_blank">Linux</a> and <a title="Apple Macintosh OS X" href="http://www.apple.com/mac/" target="_blank">Macintosh</a> as long as you have screen and <a title="Java" href="http://www.java.com" target="_blank">java</a>.</p>
<p>I run the Minecraft servers under screen, so I can disconnect and reconnect to them, and they&#8217;ll keep running if my connection stops.</p>
<p>Quick setup :</p>
<p>(I use -R instead of -S to start and name the screen, since it will resume the same screen if it&#8217;s already running)</p>
<p>mkdir minecraft</p>
<p>cd minecraft</p>
<p>Edit a server.properties file, here&#8217;s a sample one :</p>
<div>#Minecraft server properties</div>
<div>#Thu May 26 12:13:41 MDT 2011</div>
<div>level-name=Whatever</div>
<div>hellworld=false</div>
<div>allow-nether=true</div>
<div>view-distance=10</div>
<div>spawn-monsters=false</div>
<div>white-listing=true</div>
<div>online-mode=true</div>
<div>spawn-animals=true</div>
<div>pvp=true</div>
<div>max-players=10</div>
<div>server-ip=</div>
<div>level-seed=8773934448</div>
<div>server-port=25565</div>
<div>allow-flight=false</div>
<div>white-list=false</div>
<p>Go to http://www.minecraft.net/download.jsp and copy the link that says &#8220;<a href="http://www.minecraft.net/download/minecraft_server.jar?v=1307312614783">minecraft_server.jar</a>&#8221; (it will update based on version, so copy it each time)</p>
<p>wget -O minecraft_server.jar http://www.minecraft.net/download/minecraft_server.jar?v=1307312614783</p>
<p>(that link will change with each version)</p>
<p>Now start your server</p>
<p>screen -R minecraft</p>
<p>java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui</p>
<p>Now type CTRL+a d</p>
<p>This will disconnect you from your  screen.</p>
<p>To reconnect run</p>
<p>screen -R minecraft</p>
<p>Now connect to your computer from minecraft, you may need to connect by IP address and port.</p>
<p>Running multiple servers on the same host is as easy as changing the port and setting up another directory, and the screen instances.</p>
<p>This is just a simple setup assuming you have a Mac or a Linux box already running.</p>
<p>I hope to cover using a Dynamic DNS service like <a title="DynDNS - Dynamic DNS" href="http://www.dyndns.com" target="_blank">DynDNS.com</a> , opening the ports in your router so your friends can connect from outside.</p>
<p>It may also help to find out your public IP address, you can go to <a title="Find my IP Address" href="http://jonzobrist.com/ip.php" target="_blank">http://jonzobrist.com/ip.php</a></p>
<p>I wonder if you could run a minecraft server with only 512MB RAM, would be perfect for the free tier of <a title="Amazon AWS" href="http://aws.amazon.com/" target="_blank">Amazon AWS</a>..</p>
<div class="shr-publisher-297"></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%2F06%2F05%2Fhowto-quick-setup-a-minecraft-server%2F' data-shr_title='HowTo+Quick+Setup+a+Minecraft+Server'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F06%2F05%2Fhowto-quick-setup-a-minecraft-server%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F06%2F05%2Fhowto-quick-setup-a-minecraft-server%2F' data-shr_title='HowTo+Quick+Setup+a+Minecraft+Server'></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/05/29/quick-remote-smtp-page-script-in-python/' rel='bookmark' title='Quick remote SMTP page script in Python'>Quick remote SMTP page script in Python</a> <small>Disclaimer : You own what you do with this script,...</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/06/05/howto-quick-setup-a-minecraft-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu codenames, my own cheat sheet, rant, and link</title>
		<link>http://www.jonzobrist.com/2011/06/01/ubuntu-codenames-my-own-cheat-sheet-rant-and-link/</link>
		<comments>http://www.jonzobrist.com/2011/06/01/ubuntu-codenames-my-own-cheat-sheet-rant-and-link/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 16:32:07 +0000</pubDate>
		<dc:creator>Jon Zobrist</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[codenames]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://jonzobrist.com/?p=288</guid>
		<description><![CDATA[I love Ubuntu. I use it everywhere. I love the Debian based dpkg, the default installs, the Amazon AWS compatible EUC cloud. I&#8217;m also a big fan of cool names, I like having printers and domains and whatever on some big, geeky, internal naming schema, like everything relates to Norse mythology or Star Trek. But, [...]
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%2F06%2F01%2Fubuntu-codenames-my-own-cheat-sheet-rant-and-link%2F' data-shr_title='Ubuntu+codenames%2C+my+own+cheat+sheet%2C+rant%2C+and+link'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F06%2F01%2Fubuntu-codenames-my-own-cheat-sheet-rant-and-link%2F' data-shr_title='Ubuntu+codenames%2C+my+own+cheat+sheet%2C+rant%2C+and+link'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I love <a title="Ubuntu home page" href="http://www.ubuntu.org" target="_blank">Ubuntu</a>.</p>
<p>I use it everywhere. I love the <a title="Debian" href="http://www.debian.org/" target="_blank">Debian</a> based dpkg, the default installs, the Amazon AWS compatible <a title="Ubuntu UEC Cloud" href="http://www.ubuntu.com/business/cloud/overview" target="_blank">EUC cloud</a>.</p>
<p>I&#8217;m also a big fan of cool names, I like having printers and domains and whatever on some big, geeky, internal naming schema, like everything relates to Norse mythology or Star Trek.</p>
<p>But, I CANNOT STAND the code names for Ubuntu projects being used to refer to the version. I&#8217;m running Ubuntu 9.04, or 8.04 LTS, or 10.04 LTS, etc. I am not running Ubuntu Honey Badger, or whatever code name they developed under.</p>
<p>This is only annoying when I&#8217;m trying to find instructions about how to do something and people say things like  &#8217;Well, I tried this and it worked on Hoary&#8217;. WTF is a Hoary? Please, don&#8217;t tell me, I don&#8217;t care.</p>
<p>So, for my own sanity I am posting this rant, and linking to the page with a list of Development Codes for Ubuntu, as I&#8217;m sure, going forward, I&#8217;m going to need it.</p>
<p><a href="https://wiki.ubuntu.com/DevelopmentCodeNames">https://wiki.ubuntu.com/DevelopmentCodeNames</a></p>
<p>And for my quick use, the versions I use most:</p>
<p>8.04 Hardy Heron</p>
<p>9.04 Jaunty Jackalope</p>
<p>10.04 Lucid lynx</p>
<p>11.04 Natty Narwhal</p>
<p>&nbsp;</p>
<div class="shr-publisher-288"></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%2F06%2F01%2Fubuntu-codenames-my-own-cheat-sheet-rant-and-link%2F' data-shr_title='Ubuntu+codenames%2C+my+own+cheat+sheet%2C+rant%2C+and+link'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F06%2F01%2Fubuntu-codenames-my-own-cheat-sheet-rant-and-link%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F06%2F01%2Fubuntu-codenames-my-own-cheat-sheet-rant-and-link%2F' data-shr_title='Ubuntu+codenames%2C+my+own+cheat+sheet%2C+rant%2C+and+link'></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/06/01/ubuntu-codenames-my-own-cheat-sheet-rant-and-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick remote SMTP page script in Python</title>
		<link>http://www.jonzobrist.com/2011/05/29/quick-remote-smtp-page-script-in-python/</link>
		<comments>http://www.jonzobrist.com/2011/05/29/quick-remote-smtp-page-script-in-python/#comments</comments>
		<pubDate>Sun, 29 May 2011 17:58:07 +0000</pubDate>
		<dc:creator>Jon Zobrist</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[Alert]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://jonzobrist.com/?p=280</guid>
		<description><![CDATA[Disclaimer : You own what you do with this script, and are responsible for it. This script could cause problems with SMTP / mail server administrators, and you should be sure to get any use approved. I make no claims about the scripts fitness for any specific use. I have several servers that are not [...]
Related posts:<ol>
<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>
<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%2F05%2F29%2Fquick-remote-smtp-page-script-in-python%2F' data-shr_title='Quick+remote+SMTP+page+script+in+Python'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F05%2F29%2Fquick-remote-smtp-page-script-in-python%2F' data-shr_title='Quick+remote+SMTP+page+script+in+Python'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Disclaimer : You own what you do with this script, and are responsible for it. This script could cause problems with SMTP / mail server administrators, and you should be sure to get any use approved. I make no claims about the scripts fitness for any specific use.</p>
<p>I have several servers that are not allowed to communicate with the outside world. Often times this helps a lot, but it can be a pain when trying to send e-mail alerts. Combine that sometimes I&#8217;m not root on these boxes so I can&#8217;t simply change the postfix/exim/qmail/sendmail default relay server to something.</p>
<p>The work around is this script, which uses a hard coded SMTP server, so you&#8217;ll need to edit the script to change the from, to, and the smtp servers IP.</p>
<p>I haven&#8217;t set it to take arguments, as I rarely re-use it for different things. Let me know if you&#8217;d benefit from that and I&#8217;ll throw them in.</p>
<p><a title="Page.py script" href="http://jonzobrist.com/files/page.py.gz">Here is the script in gzipped format</a></p>
<p>Here is the code of the script :</p>
<p>#!/usr/bin/python<br />
#Author : jon@jonzobrist.com<br />
#License : BSD/public/freeware</p>
<p>import smtplib<br />
import sys</p>
<p>def prompt(prompt):<br />
return raw_input(prompt).strip()</p>
<p>fromaddr = &#8220;noreply@example.com&#8221;<br />
#toaddrs = ['userA@example.com','userB@example.com','Phone1@txt.att.net','Phone2@txt.att.net','userC@example.com']<br />
toaddrs = ['userA@example.com']<br />
subject = &#8220;[ALERT] Alert from localhost&#8221;</p>
<p>msg = (&#8220;From: %s\r\nTo: %s\r\nSubject: %s\r\n\r\n&#8221;<br />
% (fromaddr,toaddrs,subject))<br />
msg = msg + sys.argv[1]<br />
server = smtplib.SMTP(&#8216;server.ip.or.hostname&#8217;)<br />
#server.set_debuglevel(1)<br />
server.sendmail(fromaddr, toaddrs, msg)<br />
server.quit()</p>
<p>&nbsp;</p>
<p>Enjoy!</p>
<div class="shr-publisher-280"></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%2F05%2F29%2Fquick-remote-smtp-page-script-in-python%2F' data-shr_title='Quick+remote+SMTP+page+script+in+Python'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F05%2F29%2Fquick-remote-smtp-page-script-in-python%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F05%2F29%2Fquick-remote-smtp-page-script-in-python%2F' data-shr_title='Quick+remote+SMTP+page+script+in+Python'></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/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>
<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/05/29/quick-remote-smtp-page-script-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My EC2 EBS RAID-0 creation script</title>
		<link>http://www.jonzobrist.com/2011/05/04/my-ec2-ebs-raid-0-creation-script/</link>
		<comments>http://www.jonzobrist.com/2011/05/04/my-ec2-ebs-raid-0-creation-script/#comments</comments>
		<pubDate>Thu, 05 May 2011 05:53:56 +0000</pubDate>
		<dc:creator>Jon Zobrist</dc:creator>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[EBS]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Support - Servers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[RAID-0]]></category>
		<category><![CDATA[RAID0]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://jonzobrist.com/?p=261</guid>
		<description><![CDATA[I want to write up a full howto/tutorial, but have not had the time. Here is the script that I referred to in my post at http://jonzobrist.com/2011/04/16/ec2-raid0-on-linux-with-ebs-volumes-notes/ This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR [...]
Related posts:<ol>
<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/04/16/ec2-raid0-on-linux-with-ebs-volumes-notes/' rel='bookmark' title='EC2 RAID0 on Linux with EBS volumes notes'>EC2 RAID0 on Linux with EBS volumes notes</a> <small>&nbsp; I&#8217;m almost done with my publish / post of...</small></li>
<li><a href='http://www.jonzobrist.com/2011/04/21/getting-started-with-chef/' rel='bookmark' title='Getting started with Chef.'>Getting started with Chef.</a> <small>I write a lot of scripts, configure a lot of...</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%2F05%2F04%2Fmy-ec2-ebs-raid-0-creation-script%2F' data-shr_title='My+EC2+EBS+RAID-0+creation+script'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F05%2F04%2Fmy-ec2-ebs-raid-0-creation-script%2F' data-shr_title='My+EC2+EBS+RAID-0+creation+script'></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/05/20110504-114718.jpg"><img class="alignleft size-medium wp-image-263" title="20110504-114718.jpg" src="http://jonzobrist.com/wp-content/uploads/2011/05/20110504-114718-224x300.jpg" alt="" width="224" height="300" /></a></p>
<p>I want to write up a full howto/tutorial, but have not had the time.</p>
<p>Here is the script that I referred to in my post at <a title="EC2 RAID0 on Linux" href="http://jonzobrist.com/2011/04/16/ec2-raid0-on-linux-with-ebs-volumes-notes/">http://jonzobrist.com/2011/04/16/ec2-raid0-on-linux-with-ebs-volumes-notes/</a></p>
<p>This program  is  distributed in  the  hope that it will  be  useful but WITHOUT ANY  WARRANTY; without  even  the  implied  warranty  of MERCHANTABILITY  or  FITNESS  FOR  A  PARTICULAR  PURPOSE.  See  the <a title="GNU Public License" href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License HERE </a>for more details.</p>
<p><a href="../files/setup-ec2-raid-0.zip" target="_blank">http://jonzobrist.com/files/setup-ec2-raid-0.zip</a></p>
<p><a href="http://jonzobrist.com/files/setup-ec2-raid-0.sh.gz" target="_blank">http://jonzobrist.com/files/setup-ec2-raid-0.sh.gz</a></p>
<p>This script needs an AWS command line setup, and may need some minor tweaking if you&#8217;re not running a Ubuntu server.</p>
<p>Ubuntu&#8217;s latest AMI&#8217;s are available for <a title="Ubuntu 10.04 UEC EC2 AMIs" href="http://uec-images.ubuntu.com/releases/10.04/release/" target="_blank">10.04 here.</a></p>
<p>Please feel free to submit patches, comments, or questions.</p>
<p>Thanks to everyone whose helpful posts online and in the AWS forums helped me with this script. I could not have done it with out your generous sharing of work.</p>
<p>Enjoy!</p>
<p>&nbsp;</p>
<div class="shr-publisher-261"></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%2F05%2F04%2Fmy-ec2-ebs-raid-0-creation-script%2F' data-shr_title='My+EC2+EBS+RAID-0+creation+script'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F05%2F04%2Fmy-ec2-ebs-raid-0-creation-script%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F05%2F04%2Fmy-ec2-ebs-raid-0-creation-script%2F' data-shr_title='My+EC2+EBS+RAID-0+creation+script'></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/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/04/16/ec2-raid0-on-linux-with-ebs-volumes-notes/' rel='bookmark' title='EC2 RAID0 on Linux with EBS volumes notes'>EC2 RAID0 on Linux with EBS volumes notes</a> <small>&nbsp; I&#8217;m almost done with my publish / post of...</small></li>
<li><a href='http://www.jonzobrist.com/2011/04/21/getting-started-with-chef/' rel='bookmark' title='Getting started with Chef.'>Getting started with Chef.</a> <small>I write a lot of scripts, configure a lot of...</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/05/04/my-ec2-ebs-raid-0-creation-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting started with Chef.</title>
		<link>http://www.jonzobrist.com/2011/04/21/getting-started-with-chef/</link>
		<comments>http://www.jonzobrist.com/2011/04/21/getting-started-with-chef/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 17:08:48 +0000</pubDate>
		<dc:creator>Jon Zobrist</dc:creator>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[Chef]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Support - Servers]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[chef]]></category>
		<category><![CDATA[knife]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://jonzobrist.com/?p=249</guid>
		<description><![CDATA[I write a lot of scripts, configure a lot of systems, and do a lot of snapshot related backup/restore/sync stuff on servers in house, and in the cloud. Chef is a Ruby-based configuration management engine. There is a good intro here. I set up a Chef Server. There&#8217;s a good overview here. I followed the [...]
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%2F04%2F21%2Fgetting-started-with-chef%2F' data-shr_title='Getting+started+with+Chef.'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F04%2F21%2Fgetting-started-with-chef%2F' data-shr_title='Getting+started+with+Chef.'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I write a lot of scripts, configure a lot of systems, and do a lot of snapshot related backup/restore/sync stuff on servers in house, and in the cloud.<br />
Chef is a Ruby-based configuration management engine. There is a good intro <a title="Chef information" href="http://www.rubyinside.com/chef-tasty-server-configuraiton-2162.html">here</a>.</p>
<p>I set up a Chef Server. There&#8217;s a good overview <a title="Chef Server Setup" href="http://vagrantup.com/docs/provisioners/chef_server.html">here.</a></p>
<p>I followed the instructions to setup a Chef server from this <a title="Setup Chef with RubyGems" href="http://wiki.opscode.com/display/chef/Bootstrap+Chef+RubyGems+Installation">Wiki on Opscode.</a></p>
<p>I also referred to the information from Grig Gheorghiu&#8217;s blog <a title="Chef installation and minimal configuration" href="http://agiletesting.blogspot.com/2010/07/chef-installation-and-minimal.html">here</a>.</p>
<p>Now that my server is up, I&#8217;m hoping to port my server configurations to Chef, with heavy reliance on <a title="Amazon EC2 AWS" href="http://aws.amazon.com/ec2/">EC2</a> and hopefully <a title="Ubuntu Enterprise Cloud UEC" href="http://www.ubuntu.com/business/cloud/overview">UEC</a>.</p>
<div class="shr-publisher-249"></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%2F04%2F21%2Fgetting-started-with-chef%2F' data-shr_title='Getting+started+with+Chef.'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F04%2F21%2Fgetting-started-with-chef%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2011%2F04%2F21%2Fgetting-started-with-chef%2F' data-shr_title='Getting+started+with+Chef.'></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/04/21/getting-started-with-chef/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

