<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Join the Kearneyville &#187; Uncategorized</title>
	<atom:link href="http://kearneyville.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://kearneyville.com</link>
	<description>Land of the Kearneys</description>
	<lastBuildDate>Fri, 20 Jan 2012 18:10:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kearneyville.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Join the Kearneyville &#187; Uncategorized</title>
		<link>http://kearneyville.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kearneyville.com/osd.xml" title="Join the Kearneyville" />
	<atom:link rel='hub' href='http://kearneyville.com/?pushpress=hub'/>
		<item>
		<title>Using YourKit Profiles on Fedora with Tomcat as an RPM</title>
		<link>http://kearneyville.com/2012/01/20/using-yourkit-profiles-on-fedora-with-tomcat-as-an-rpm/</link>
		<comments>http://kearneyville.com/2012/01/20/using-yourkit-profiles-on-fedora-with-tomcat-as-an-rpm/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 18:10:24 +0000</pubDate>
		<dc:creator>bryankearney</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kearneyville.com/2012/01/20/using-yourkit-profiles-on-fedora-with-tomcat-as-an-rpm/</guid>
		<description><![CDATA[We use YourKit at work, and it is a pretty good profiles which runs on Linux. All of the instructions I saw talk about how to integrate with Tomcat if you have the tarball install. We install with the rpms, and so a bit of investigation was required. First, install YourKit in /opt. I had <a href="http://kearneyville.com/2012/01/20/using-yourkit-profiles-on-fedora-with-tomcat-as-an-rpm/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kearneyville.com&amp;blog=4478569&amp;post=220&amp;subd=bryankearney&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We use <a href="http://www.yourkit.com/">YourKit</a> at work, and it is a pretty good profiles which runs on Linux. All of the instructions I saw talk about how to integrate with Tomcat if you have the tarball install. We install with the rpms, and so a bit of investigation was required.</p>
<p>First, install YourKit in /opt. I had it in ~/bin but I got a whole bunch of permission errors. I have SELinux set to permissive, and this still did not help. So, for me, it is installed in /opt/yjp-9.5.4/.</p>
<p>Next, I added the Config for the agent to the /etc/tomcat6/tocmcat6.conf file. The line looks like this:</p>
<p>JAVA_OPTS=&#8221;-agentpath:/opt/yjp-9.5.4/bin/linux-x86-64/libyjpagent.so=disablestacktelemetry,disableexceptiontelemetry,builtinprobes=none,delay=10000&#8243;</p>
<p>When you do a &#8220;service tomcat6 start&#8221; the init scripts will pick up the JAVA_OPTS variable. You can then laucnh the profiler and connect to do the needful in looking for performance issues.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bryankearney.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bryankearney.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bryankearney.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bryankearney.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bryankearney.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bryankearney.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bryankearney.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bryankearney.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bryankearney.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bryankearney.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bryankearney.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bryankearney.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bryankearney.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bryankearney.wordpress.com/220/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kearneyville.com&amp;blog=4478569&amp;post=220&amp;subd=bryankearney&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kearneyville.com/2012/01/20/using-yourkit-profiles-on-fedora-with-tomcat-as-an-rpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4c56a3b7521998dbeb492443bc9e514d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bryankearney</media:title>
		</media:content>
	</item>
		<item>
		<title>Movie article missing the point</title>
		<link>http://kearneyville.com/2011/12/27/movie-article-missing-the-point/</link>
		<comments>http://kearneyville.com/2011/12/27/movie-article-missing-the-point/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 23:58:11 +0000</pubDate>
		<dc:creator>bryankearney</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kearneyville.com/?p=181</guid>
		<description><![CDATA[This morning I read an article that discussed how movie ticket prices are going up but revenue is going down. In the afternoon, we went to a matinee showing of Hugo. The day proved how much the article is misses the point. As a family, four of us went in the middle of the day. <a href="http://kearneyville.com/2011/12/27/movie-article-missing-the-point/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kearneyville.com&amp;blog=4478569&amp;post=181&amp;subd=bryankearney&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This morning I read an <a href="http://www.newsobserver.com/2011/12/27/1735444/movie-ticket-prices-rise-but-sales.html">article</a> that discussed how movie ticket prices are going up but revenue is going down. In the afternoon, we went to a matinee showing of <a href="http://www.imdb.com/title/tt0970179/">Hugo</a>. The day proved how much the article is misses the point.</p>
<p>As a family, four of us went in the middle of the day. Tickets cost us 28 dollars (2 adults, 2 kids). We went for popcorn and 2 waters to split across us.. add on another 18 dollars. So, for a matinee showing the family is out 46 dollars. We were lucky, since the movie was very good and was a good way to spend a rainy day.</p>
<p>Back to the article. A movie is a minimum of 50 dollars right now for me. Even if the quality is super high (and lets be honest, they are not always super) I am not going to go out and drop $50 every weekend for a  2 hour activity. Especially when I have to sit through 30 minutes of ads before it. I am going to wait 3 months and rent it at home where I will be out a buck for a rental or 7 bucks for my monthly Netflix Rental. </p>
<p>The auto dealerships have figured it out. Some try to get as many dollars from each customer, or they try and get a large number of customers. The movie industry is trying to do the former. The latter may be a better way to increase the health of the industry.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bryankearney.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bryankearney.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bryankearney.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bryankearney.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bryankearney.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bryankearney.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bryankearney.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bryankearney.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bryankearney.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bryankearney.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bryankearney.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bryankearney.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bryankearney.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bryankearney.wordpress.com/181/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kearneyville.com&amp;blog=4478569&amp;post=181&amp;subd=bryankearney&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kearneyville.com/2011/12/27/movie-article-missing-the-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4c56a3b7521998dbeb492443bc9e514d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bryankearney</media:title>
		</media:content>
	</item>
		<item>
		<title>Project Katello: Open Source System Management</title>
		<link>http://kearneyville.com/2011/06/16/project-katello-open-source-system-management/</link>
		<comments>http://kearneyville.com/2011/06/16/project-katello-open-source-system-management/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 12:17:50 +0000</pubDate>
		<dc:creator>bryankearney</dc:creator>
				<category><![CDATA[candlepin]]></category>
		<category><![CDATA[geek stuff]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://kearneyville.com/?p=166</guid>
		<description><![CDATA[As a followup to the Candlepin Post.. we have just opened up the larger project for Open Source Systems Management. The project is called Katello. The name rhymes with Jello, so that should help. The goal of this project is to bring together Content Management, Subscription Management, and Configuration Management. If you are interested in <a href="http://kearneyville.com/2011/06/16/project-katello-open-source-system-management/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kearneyville.com&amp;blog=4478569&amp;post=166&amp;subd=bryankearney&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As a followup to the <a href="http://kearneyville.com/2011/06/07/project-candlepin/">Candlepin Post.</a>. we have just opened up the larger project for Open Source Systems Management. The project is called <a href="http:///www.katello.org">Katello</a>. The name rhymes with Jello, so that should help. The goal of this project is to bring together <a href="http://www.pulpproject.org">Content Management</a>, <a href="http://www.candlepinproject.org">Subscription Management</a>, and <a href="http://www.theforeman.org">Configuration Management</a>.</p>
<p>If you are interested in participating, we would love the help. Come on bye, check it out, and say hi!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bryankearney.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bryankearney.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bryankearney.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bryankearney.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bryankearney.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bryankearney.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bryankearney.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bryankearney.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bryankearney.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bryankearney.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bryankearney.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bryankearney.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bryankearney.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bryankearney.wordpress.com/166/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kearneyville.com&amp;blog=4478569&amp;post=166&amp;subd=bryankearney&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kearneyville.com/2011/06/16/project-katello-open-source-system-management/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4c56a3b7521998dbeb492443bc9e514d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bryankearney</media:title>
		</media:content>
	</item>
		<item>
		<title>Why Phone Books</title>
		<link>http://kearneyville.com/2011/06/15/why-phone-books/</link>
		<comments>http://kearneyville.com/2011/06/15/why-phone-books/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 16:01:55 +0000</pubDate>
		<dc:creator>bryankearney</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kearneyville.com/?p=162</guid>
		<description><![CDATA[We started to get this years roung of phone books. I dont know who uses them any more. Here is my message: Please note, the second image is the recycle bin<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kearneyville.com&amp;blog=4478569&amp;post=162&amp;subd=bryankearney&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We started to get this years roung of phone books. I dont know who uses them any more. Here is my message:</p>
<p><a href="http://bryankearney.files.wordpress.com/2011/06/phone_companies.png"><img class="alignnone size-medium wp-image-163" title="phone_companies" src="http://bryankearney.files.wordpress.com/2011/06/phone_companies.png?w=147&#038;h=300" alt="" width="147" height="300" /></a></p>
<p>Please note, the second image is the recycle bin <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bryankearney.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bryankearney.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bryankearney.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bryankearney.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bryankearney.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bryankearney.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bryankearney.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bryankearney.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bryankearney.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bryankearney.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bryankearney.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bryankearney.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bryankearney.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bryankearney.wordpress.com/162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kearneyville.com&amp;blog=4478569&amp;post=162&amp;subd=bryankearney&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kearneyville.com/2011/06/15/why-phone-books/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4c56a3b7521998dbeb492443bc9e514d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bryankearney</media:title>
		</media:content>

		<media:content url="http://bryankearney.files.wordpress.com/2011/06/phone_companies.png?w=147" medium="image">
			<media:title type="html">phone_companies</media:title>
		</media:content>
	</item>
		<item>
		<title>Check out OpenSource.com</title>
		<link>http://kearneyville.com/2010/01/25/check-out-opensource-com/</link>
		<comments>http://kearneyville.com/2010/01/25/check-out-opensource-com/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 14:34:07 +0000</pubDate>
		<dc:creator>bryankearney</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kearneyville.com/?p=98</guid>
		<description><![CDATA[Red Hat has just put out a new community service, opensource.com. The goal is get together and discuss how the open source principals can be applied not only to technology but to business, education, and government. Come on bye.. and check out the conversation.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kearneyville.com&amp;blog=4478569&amp;post=98&amp;subd=bryankearney&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Red Hat has just put out a new community service, opensource.com. The goal is get together and discuss how the open source principals can be applied not only to technology but to business, education, and government. Come on bye.. and check out the conversation.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bryankearney.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bryankearney.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bryankearney.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bryankearney.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bryankearney.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bryankearney.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bryankearney.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bryankearney.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bryankearney.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bryankearney.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bryankearney.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bryankearney.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bryankearney.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bryankearney.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kearneyville.com&amp;blog=4478569&amp;post=98&amp;subd=bryankearney&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kearneyville.com/2010/01/25/check-out-opensource-com/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4c56a3b7521998dbeb492443bc9e514d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bryankearney</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Oracle 10-xe on Fedora 11 x86_64</title>
		<link>http://kearneyville.com/2010/01/07/installing-oracle-10-xe-on-fedora-11-x86_64/</link>
		<comments>http://kearneyville.com/2010/01/07/installing-oracle-10-xe-on-fedora-11-x86_64/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 21:38:32 +0000</pubDate>
		<dc:creator>bryankearney</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kearneyville.com/?p=96</guid>
		<description><![CDATA[I had to install Oracle XE on a Fedora 11 machine, and had lots of trouble. This blog post: http://remcodeblok.blogspot.com/2009/07/install-oracle-xe-on-fedora-11-x8664.html provided the help to get it running. A couple of other things to note: 1) You have to install xterm. The rpm does not force that depdency for you. 2) If you do not have <a href="http://kearneyville.com/2010/01/07/installing-oracle-10-xe-on-fedora-11-x86_64/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kearneyville.com&amp;blog=4478569&amp;post=96&amp;subd=bryankearney&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had to install Oracle XE on a Fedora 11 machine, and had lots of trouble. This blog post:</p>
<p>http://remcodeblok.blogspot.com/2009/07/install-oracle-xe-on-fedora-11-x8664.html</p>
<p>provided the help to get it running. A couple of other things to note:</p>
<p>1) You have to install xterm. The rpm does not force that depdency for you.<br />
2) If you do not have glibc installed, there is no visible error message. No log, and the rpm does not enfore the dependency.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bryankearney.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bryankearney.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bryankearney.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bryankearney.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bryankearney.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bryankearney.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bryankearney.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bryankearney.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bryankearney.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bryankearney.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bryankearney.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bryankearney.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bryankearney.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bryankearney.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kearneyville.com&amp;blog=4478569&amp;post=96&amp;subd=bryankearney&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kearneyville.com/2010/01/07/installing-oracle-10-xe-on-fedora-11-x86_64/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4c56a3b7521998dbeb492443bc9e514d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bryankearney</media:title>
		</media:content>
	</item>
		<item>
		<title>Happy Cucumber is Happy!</title>
		<link>http://kearneyville.com/2009/09/15/happy-cucumber-is-happy/</link>
		<comments>http://kearneyville.com/2009/09/15/happy-cucumber-is-happy/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 00:21:55 +0000</pubDate>
		<dc:creator>bryankearney</dc:creator>
				<category><![CDATA[funny]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kearneyville.com/?p=76</guid>
		<description><![CDATA[Veggies are fun!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kearneyville.com&amp;blog=4478569&amp;post=76&amp;subd=bryankearney&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Veggies are fun!</p>
<p><img alt="" src="http://bryankearney.files.wordpress.com/2009/09/happycuke.jpg?w=615&#038;h=461" title="Happy Cucumber" class="aligncenter" width="615" height="461" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bryankearney.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bryankearney.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bryankearney.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bryankearney.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bryankearney.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bryankearney.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bryankearney.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bryankearney.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bryankearney.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bryankearney.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bryankearney.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bryankearney.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bryankearney.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bryankearney.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kearneyville.com&amp;blog=4478569&amp;post=76&amp;subd=bryankearney&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kearneyville.com/2009/09/15/happy-cucumber-is-happy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4c56a3b7521998dbeb492443bc9e514d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bryankearney</media:title>
		</media:content>

		<media:content url="http://bryankearney.files.wordpress.com/2009/09/happycuke.jpg" medium="image">
			<media:title type="html">Happy Cucumber</media:title>
		</media:content>
	</item>
		<item>
		<title>Me no longer being a luddite</title>
		<link>http://kearneyville.com/2008/08/11/hello-world/</link>
		<comments>http://kearneyville.com/2008/08/11/hello-world/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 14:38:57 +0000</pubDate>
		<dc:creator>bryankearney</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Alright&#8230;. it is about time I stopped being a luddite. I have tried Facebook, Twitter (well.. identi.ca).. so now let me try a blog. Since I am doing a bit of coding this will allow me to post what I have done. And.. expose the internet more to my kids<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kearneyville.com&amp;blog=4478569&amp;post=1&amp;subd=bryankearney&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Alright&#8230;. it is about time I stopped being a luddite. I have tried Facebook, Twitter (well.. identi.ca).. so now let me try a blog. Since I am doing a bit of coding this will allow me to post what I have done. And.. expose the internet more to my kids <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bryankearney.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bryankearney.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bryankearney.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bryankearney.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bryankearney.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bryankearney.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bryankearney.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bryankearney.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bryankearney.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bryankearney.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bryankearney.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bryankearney.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bryankearney.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bryankearney.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bryankearney.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bryankearney.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kearneyville.com&amp;blog=4478569&amp;post=1&amp;subd=bryankearney&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kearneyville.com/2008/08/11/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4c56a3b7521998dbeb492443bc9e514d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bryankearney</media:title>
		</media:content>
	</item>
	</channel>
</rss>
