<?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"
	>

<channel>
	<title>Linux Basement Presents: Chad's Blog</title>
	<atom:link href="http://blog.chadwollenberg.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chadwollenberg.com</link>
	<description>Life, Fitness, and the Pursuit of Technology</description>
	<pubDate>Tue, 26 Aug 2008 16:19:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Asterisk on Hardy Server</title>
		<link>http://blog.chadwollenberg.com/2008/08/26/asterisk-on-hardy-server/</link>
		<comments>http://blog.chadwollenberg.com/2008/08/26/asterisk-on-hardy-server/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 16:19:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[technology]]></category>

		<category><![CDATA[asterisk]]></category>

		<guid isPermaLink="false">http://blog.chadwollenberg.com/?p=67</guid>
		<description><![CDATA[My notes on installing the latest Asterisk from Source on Ubuntu Hardy.  Fresh hardy install with only SSH and base packages.  apt-get install linux-headers-$(uname -r) build-essential automake autoconf bison flex libtool libncurses5-dev libssl-dev subversion   wget http://downloads.digium.com/pub/asterisk/releases/asterisk-1.4.21.2.tar.gz  wget http://downloads.digium.com/pub/zaptel/releases/zaptel-1.4.11.tar.gz  wget http://downloads.digium.com/pub/libpri/releases/libpri-1.4.7.tar.gz  tar xfvz zaptel-1.4.11.tar.gz -C /usr/src/  tar xfvz [...]]]></description>
			<content:encoded><![CDATA[<p>My notes on installing the latest Asterisk from Source on Ubuntu Hardy.<br id="l.wf" /> <br id="l.wf0" /> Fresh hardy install with only SSH and base packages.<br id="elmi" /> <br id="elmi0" /> apt-get install linux-headers-$(uname -r) build-essential automake autoconf bison flex libtool libncurses5-dev libssl-dev subversion <br id="elmi1" /> <br id="elmi2" /> wget http://downloads.digium.com/pub/asterisk/releases/asterisk-1.4.21.2.tar.gz<br id="d95p" /> <br id="d95p0" /> wget http://downloads.digium.com/pub/zaptel/releases/zaptel-1.4.11.tar.gz<br id="sycn" /> <br id="sycn0" /> wget http://downloads.digium.com/pub/libpri/releases/libpri-1.4.7.tar.gz<br id="l.wf3" /> <br id="l.wf4" /> tar xfvz zaptel-1.4.11.tar.gz -C /usr/src/<br id="cb4c" /> <br id="l.wf5" /> tar xfvz asterisk-1.4.21.2.tar.gz -C /usr/src/<br id="cb4c0" /> <br id="l.wf6" /> tar xfvz libpri-1.4.7.tar.gz -C /usr/src/<br id="qdnk" /> <br id="qdnk0" /> cd /usr/src/zaptel-1.4.11<br id="iv.p" /> <br id="iv.p0" /> ./configure<br id="iv.p1" /> <br id="iv.p2" /> make<br id="zh:s" /> <br id="zh:s0" /> make install<br id="zh:s1" /> <br id="zh:s2" /> Zaptel installed no problem. <br id="r1y7" /> <br id="r1y70" /> cd ../libpri-1.4.7<br id="r1y71" /> <br id="r1y72" /> make<br id="jn_o" /> make install<br id="jn_o0" /> <br id="jn_o1" /> Again, no problems.<br id="jn_o2" /> <br id="jn_o3" /> cd ../asterisk-1.4.21.2/<br id="jn_o4" /> <br id="jn_o5" /> ./configure<br id="bg09" /> make<br id="bg090" /> make install<br id="qdnk1" /> make samples (not required, but you will probably want the samples)<br id="i7gs" /> <br id="i7gs0" /> Again, compiled with no problems.<br id="m7vh" /> <br id="m7vh0" /> Now to install Asterisk GUI. The links that I found were all incorrect for SVN. With some research, I found out the version 2 is out, which changed the locations for the branches. The correct one is <code id="mal4">svn co http://svn.digium.com/svn/asterisk-gui/branches/2.0 asterisk-gui<br id="mal40" /> <br id="mal41" /> cd /usr/src/<br id="mal42" /> <br id="mal43" /> </code><code id="mal44">svn co http://svn.digium.com/svn/asterisk-gui/branches/2.0 asterisk-gui</code><br id="n.5_" /> <br id="n.5_0" /> ./configure<br id="bm56" /> make<br id="bm560" /> make install<br id="n.5_1" /> make checkconfig<br id="ox1n" /> &#8212; Checking Asterisk configuration to see if it will support the GUI &#8212;<br id="ox1n0" /> * Checking for http.conf: OK<br id="ox1n1" /> * Checking for manager.conf: OK<br id="ox1n2" /> * Checking if HTTP is enabled: FAILED<br id="ox1n3" /> &#8212; Please be sure you have &#8216;enabled = yes&#8217;<br id="ox1n4" /> &#8212; in /etc/asterisk/http.conf<br id="ox1n5" /> make: *** [checkconfig] Error 1<br id="ox1n6" /> <br id="xa0-" /> So I went into /etc/asterisk/http.conf and uncommented enabled = yes<br id="xa0-0" /> <br id="xa0-1" /> make checkconfig<br id="zlg2" /> &#8212; Checking Asterisk configuration to see if it will support the GUI &#8212;<br id="zlg20" /> * Checking for http.conf: OK<br id="zlg21" /> * Checking for manager.conf: OK<br id="zlg22" /> * Checking if HTTP is enabled: OK<br id="zlg23" /> * Checking if HTTP static support is enabled: FAILED<br id="zlg24" /> &#8212; Please be sure you have &#8216;enablestatic = yes&#8217;<br id="zlg25" /> &#8212; in /etc/asterisk/http.conf<br id="zlg26" /> make: *** [checkconfig] Error 1<br id="zlg27" /> <br id="zlg28" /> Again, went into /etc/asterisk/http.conf and uncommented enablestatic = yes<br id="grca" /> This happened again and again. I had to uncomment the following after all was said and done.<br id="grca0" /> <br id="q6ig" /> <br id="grca1" /> enabled = yes<br id="grca2" /> enablestatic = yes<br id="grca3" /> <br id="xe96" /> Then in /etc/asterisk/manager.conf<br id="xe960" /> enabled = yes<br id="aes0" /> webenabled = yes<br id="aes00" /> <br id="q6ig0" /> It should also be noted that if you bind the address to 127.0.0.1 you will only be able to access it from that IP, so change it to 0.0.0.0 to access it from anywhere. Also, you should enable an admin account right off the bat by editing /etc/asterisk/manager.conf and putting in<br id="szu5" /> [admin]<br id="szu50" /> secret = yourpasswordhere<br id="szu51" /> read = system,call,log,verbose,command,agent,config<br id="szu52" /> write = system,call,log,verbose,command,agent,config<br id="szu53" /> <br id="cs4b" /> <br id="cs4b0" /> Now do:<br id="cs4b1" /> modprobe zaptel<br id="soe1" /> modprobe ztdummy <br id="cs4b2" /> <br id="cs4b3" /> <br id="cs4b4" /> Add the following to your /etc/rc.local file to load these at startup.<br id="cs4b5" /></p>
<pre id="cs4b6">modprobe zaptel<br id="cs4b7" />modprobe ztdummy<br id="cs4b8" />asterisk –g <br id="mfzq" /><br id="mfzq0" />Now start asterisk and go to the configuration web gui:<br id="mfzq1" /><br id="mfzq2" />asterisk -g<br id="cs4b9" /></pre>
<p><a id="mfzq3" href="http://your-server-ip:8088/asterisk/static/config/cfgbasic.html">http://your-server-ip:8088/asterisk/static/config/cfgbasic.html</a><br id="hmxp" /> <br id="szu54" /> You use the admin username and password you set up previously in the manager.conf file. If you cannot login, you may want to check that file for typos.<br id="aes01" /> <br id="xe961" /> <br id="l.wf7" /> Credit to http://www.cahilig.org/install-asterisk-14-and-asterisk-gui-ubuntu-606-lts-server-and-debian-etch<br id="l.wf8" /> http://www.cahilig.org/install-asterisk-14-and-asterisk-gui-centos-4-and-centos-5#installation<br id="n.5_3" /> http://asterisknow.org/install-related<br id="n.5_4" /></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F26%2Fasterisk-on-hardy-server%2F&amp;title=Asterisk+on+Hardy+Server" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F26%2Fasterisk-on-hardy-server%2F&amp;title=Asterisk+on+Hardy+Server" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F26%2Fasterisk-on-hardy-server%2F&amp;title=Asterisk+on+Hardy+Server" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F26%2Fasterisk-on-hardy-server%2F&amp;title=Asterisk+on+Hardy+Server" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F26%2Fasterisk-on-hardy-server%2F&amp;title=Asterisk+on+Hardy+Server', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F26%2Fasterisk-on-hardy-server%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F26%2Fasterisk-on-hardy-server%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F26%2Fasterisk-on-hardy-server%2F&amp;title=Asterisk+on+Hardy+Server" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F26%2Fasterisk-on-hardy-server%2F&amp;title=Asterisk+on+Hardy+Server" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://blog.chadwollenberg.com/2008/08/26/asterisk-on-hardy-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title></title>
		<link>http://blog.chadwollenberg.com/2008/08/22/66/</link>
		<comments>http://blog.chadwollenberg.com/2008/08/22/66/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 14:32:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://blog.chadwollenberg.com/2008/08/22/66/</guid>
		<description><![CDATA[What&#8217;s the baby using?











]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s the baby using?<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/uqhu5d51o6s&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/uqhu5d51o6s&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F22%2F66%2F&amp;title=" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F22%2F66%2F&amp;title=" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F22%2F66%2F&amp;title=" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F22%2F66%2F&amp;title=" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F22%2F66%2F&amp;title=', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F22%2F66%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F22%2F66%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F22%2F66%2F&amp;title=" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F22%2F66%2F&amp;title=" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://blog.chadwollenberg.com/2008/08/22/66/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Diversion from the Norm</title>
		<link>http://blog.chadwollenberg.com/2008/08/04/diversion-from-the-norm/</link>
		<comments>http://blog.chadwollenberg.com/2008/08/04/diversion-from-the-norm/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 18:32:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[life]]></category>

		<category><![CDATA[networking]]></category>

		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.chadwollenberg.com/?p=64</guid>
		<description><![CDATA[I&#8217;ve been working on Cisco equipment for about 3 weeks now. It&#8217;s been nice to get away from the normal workload and concentrate on configurations from scratch. I like configuring routers and switches because it takes you back to the basics. It keeps you sharp on tcp/ip and how packets transverse on a network. If [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on Cisco equipment for about 3 weeks now. It&#8217;s been nice to get away from the normal workload and concentrate on configurations from scratch. I like configuring routers and switches because it takes you back to the basics. It keeps you sharp on tcp/ip and how packets transverse on a network. If there is one thing I would suggest to someone who wants to get into IT, it would be to learn how packets travel on a tcp/ip network. Not necessarily on a Cisco network, but the basics, on any network. This helps in all aspects of technology, even when you are trying to figure out why your port 8080 traffic will not go through a firewall. And really, I doubt it is a coincidence that hack it and packet rhyme. Right?</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F04%2Fdiversion-from-the-norm%2F&amp;title=Diversion+from+the+Norm" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F04%2Fdiversion-from-the-norm%2F&amp;title=Diversion+from+the+Norm" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F04%2Fdiversion-from-the-norm%2F&amp;title=Diversion+from+the+Norm" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F04%2Fdiversion-from-the-norm%2F&amp;title=Diversion+from+the+Norm" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F04%2Fdiversion-from-the-norm%2F&amp;title=Diversion+from+the+Norm', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F04%2Fdiversion-from-the-norm%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F04%2Fdiversion-from-the-norm%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F04%2Fdiversion-from-the-norm%2F&amp;title=Diversion+from+the+Norm" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F08%2F04%2Fdiversion-from-the-norm%2F&amp;title=Diversion+from+the+Norm" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://blog.chadwollenberg.com/2008/08/04/diversion-from-the-norm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Laptops and Geeks</title>
		<link>http://blog.chadwollenberg.com/2008/07/02/laptops-and-geeks/</link>
		<comments>http://blog.chadwollenberg.com/2008/07/02/laptops-and-geeks/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 04:31:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[life]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.chadwollenberg.com/?p=60</guid>
		<description><![CDATA[My wife is a geek. No doubt about it. We met ten years ago on the web, playing MUDs. I&#8217;m sure you have no idea what I&#8217;m talking about when I say MUD, but it was actually a game where you used your imagination. You know how when you watch a movie, that is based [...]]]></description>
			<content:encoded><![CDATA[<p>My wife is a geek. No doubt about it. We met ten years ago on the web, playing MUDs. I&#8217;m sure you have no idea what I&#8217;m talking about when I say MUD, but it was actually a game where you used your imagination. You know how when you watch a movie, that is based on a book? It&#8217;s not quite as good is it? Well, that&#8217;s what modern day MORPGs are to me now. Give me graphics, and I remove the illusion that my brain created with text based games. Also, the element of intimate customization is gone. I had literally hundreds of macros when I used to play MUDs. That quickly dwindled when I moved to everquest, DAOC, WOW.</p>
<p>I digress. My wife is a geek. Yesterday, I scored a 100 dollar laptop. The thing had been in repair, and the person who had it in repair got impatient, and bought a new laptop, and then got this one back. It seems to be working perfectly with linux. It was not working perfectly with Vista. In fact, I could not even get the control panel to come up. I had to run dxdiag just to find the system specs. So I bought the sucker and put Linux Mint 5.1 on it immediatly. Last night, I explained to the wife, I can put XP or vista back on it, but I don&#8217;t have time until the weekend. So for now, try out Mint. Also last night, I saw her install scriptmonkey on FireFox3. Nice. Like I said, she&#8217;s a geek to. I just have to reel her in.</p>
<p>Sure enough, today, she was playing Kingdom Of Loathing on that sucker happy as can be. Then, the big question. &#8220;Does it have FreeCell?&#8221; Oh cripes. Well let me show you the beauty of Linux my love, my dearest, my inquisitor. And thus I showed her the wonderful power of apt. At first, I could not find free-cell, but we left gnome-games package running to install lots of game goodness.</p>
<p>Tomorrow, providing free-cell is really there, I expect the person I last expected to move to linux so easily, moved to linux, so easily.</p>
<p>Hmm, I guess I&#8217;ll give some of her geek cred back. After all, I did marry a wood elf.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F07%2F02%2Flaptops-and-geeks%2F&amp;title=Laptops+and+Geeks" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F07%2F02%2Flaptops-and-geeks%2F&amp;title=Laptops+and+Geeks" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F07%2F02%2Flaptops-and-geeks%2F&amp;title=Laptops+and+Geeks" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F07%2F02%2Flaptops-and-geeks%2F&amp;title=Laptops+and+Geeks" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F07%2F02%2Flaptops-and-geeks%2F&amp;title=Laptops+and+Geeks', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F07%2F02%2Flaptops-and-geeks%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F07%2F02%2Flaptops-and-geeks%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F07%2F02%2Flaptops-and-geeks%2F&amp;title=Laptops+and+Geeks" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F07%2F02%2Flaptops-and-geeks%2F&amp;title=Laptops+and+Geeks" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://blog.chadwollenberg.com/2008/07/02/laptops-and-geeks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Banshe 1.0 on Hardy</title>
		<link>http://blog.chadwollenberg.com/2008/06/23/banshe-10-on-hardy/</link>
		<comments>http://blog.chadwollenberg.com/2008/06/23/banshe-10-on-hardy/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 02:23:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.chadwollenberg.com/?p=59</guid>
		<description><![CDATA[Want to install Banshee 1.0 on Hardy?
sudo nano /etc/apt/sources.list
add this
deb http://ppa.launchpad.net/banshee-team/ubuntu hardy main
deb-src http://ppa.launchpad.net/banshee-team/ubuntu hardy main
Then do
Sudo apt-get update
Sudo apt-get install bashee-1
Have fun!










]]></description>
			<content:encoded><![CDATA[<p>Want to install Banshee 1.0 on Hardy?</p>
<p>sudo nano /etc/apt/sources.list</p>
<p>add this</p>
<p>deb <a title="http://ppa.launchpad.net/banshee-team/ubuntu" href="http://ppa.launchpad.net/banshee-team/ubuntu">http://ppa.launchpad.net/banshee-team/ubuntu</a> hardy main<br />
deb-src <a title="http://ppa.launchpad.net/banshee-team/ubuntu" href="http://ppa.launchpad.net/banshee-team/ubuntu">http://ppa.launchpad.net/banshee-team/ubuntu</a> hardy main</p>
<p>Then do</p>
<p>Sudo apt-get update<br />
Sudo apt-get install bashee-1</p>
<p>Have fun!</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F06%2F23%2Fbanshe-10-on-hardy%2F&amp;title=Banshe+1.0+on+Hardy" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F06%2F23%2Fbanshe-10-on-hardy%2F&amp;title=Banshe+1.0+on+Hardy" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F06%2F23%2Fbanshe-10-on-hardy%2F&amp;title=Banshe+1.0+on+Hardy" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F06%2F23%2Fbanshe-10-on-hardy%2F&amp;title=Banshe+1.0+on+Hardy" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F06%2F23%2Fbanshe-10-on-hardy%2F&amp;title=Banshe+1.0+on+Hardy', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F06%2F23%2Fbanshe-10-on-hardy%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F06%2F23%2Fbanshe-10-on-hardy%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F06%2F23%2Fbanshe-10-on-hardy%2F&amp;title=Banshe+1.0+on+Hardy" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F06%2F23%2Fbanshe-10-on-hardy%2F&amp;title=Banshe+1.0+on+Hardy" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://blog.chadwollenberg.com/2008/06/23/banshe-10-on-hardy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hallelujah</title>
		<link>http://blog.chadwollenberg.com/2008/06/18/hallelujah/</link>
		<comments>http://blog.chadwollenberg.com/2008/06/18/hallelujah/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 03:33:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://blog.chadwollenberg.com/?p=58</guid>
		<description><![CDATA[One of my favorite songs ever. And my favorite version of it.











]]></description>
			<content:encoded><![CDATA[<p>One of my favorite songs ever. And my favorite version of it.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/vsa_xWLOghg&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/vsa_xWLOghg&amp;hl=en"></embed></object></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F06%2F18%2Fhallelujah%2F&amp;title=Hallelujah" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F06%2F18%2Fhallelujah%2F&amp;title=Hallelujah" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F06%2F18%2Fhallelujah%2F&amp;title=Hallelujah" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F06%2F18%2Fhallelujah%2F&amp;title=Hallelujah" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F06%2F18%2Fhallelujah%2F&amp;title=Hallelujah', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F06%2F18%2Fhallelujah%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F06%2F18%2Fhallelujah%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F06%2F18%2Fhallelujah%2F&amp;title=Hallelujah" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F06%2F18%2Fhallelujah%2F&amp;title=Hallelujah" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://blog.chadwollenberg.com/2008/06/18/hallelujah/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OLPC-XP</title>
		<link>http://blog.chadwollenberg.com/2008/05/21/olpc-xp/</link>
		<comments>http://blog.chadwollenberg.com/2008/05/21/olpc-xp/#comments</comments>
		<pubDate>Wed, 21 May 2008 12:51:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[education]]></category>

		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.chadwollenberg.com/?p=57</guid>
		<description><![CDATA[This picture says it all&#8230;











]]></description>
			<content:encoded><![CDATA[<p>This picture says it all&#8230;</p>
<p><img src="http://www.freesoftwaremagazine.com/files/www.freesoftwaremagazine.com/nodes/2873/strip.jpg" alt="" width="600" height="600" /></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F21%2Folpc-xp%2F&amp;title=OLPC-XP" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F21%2Folpc-xp%2F&amp;title=OLPC-XP" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F21%2Folpc-xp%2F&amp;title=OLPC-XP" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F21%2Folpc-xp%2F&amp;title=OLPC-XP" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F21%2Folpc-xp%2F&amp;title=OLPC-XP', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F21%2Folpc-xp%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F21%2Folpc-xp%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F21%2Folpc-xp%2F&amp;title=OLPC-XP" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F21%2Folpc-xp%2F&amp;title=OLPC-XP" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://blog.chadwollenberg.com/2008/05/21/olpc-xp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OLPC - The Corruption of Corporate Giants</title>
		<link>http://blog.chadwollenberg.com/2008/05/16/olpc-the-corruption-of-corporate-giants/</link>
		<comments>http://blog.chadwollenberg.com/2008/05/16/olpc-the-corruption-of-corporate-giants/#comments</comments>
		<pubDate>Fri, 16 May 2008 13:16:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[education]]></category>

		<category><![CDATA[technology]]></category>

		<category><![CDATA[OLPC]]></category>

		<guid isPermaLink="false">http://blog.chadwollenberg.com/?p=56</guid>
		<description><![CDATA[At some point, something went very wrong. The vision of the One Laptop Per Child project went well beyond giving consumers a &#8220;usable XP laptop&#8221;. Instead, by fostering the concept of giving third world countries&#8217; children a free and open source platform to learn and work on, we are setting a low barrier to entry [...]]]></description>
			<content:encoded><![CDATA[<p>At some point, something went very wrong. The vision of the One Laptop Per Child project went well beyond giving consumers a &#8220;usable XP laptop&#8221;. Instead, by fostering the concept of giving third world countries&#8217; children a free and open source platform to learn and work on, we are setting a low barrier to entry for them for the rest of their lives, to use and develop these open technologies.</p>
<p>From an article on CNN Money.</p>
<blockquote><p>&#8220;Microsoft&#8217;s Utzschneider says government technology ministers and other leaders have long been attracted to the XO&#8217;s innovative design, but were also partisans of Windows. They worried, he says, that support would be a problem, and also wanted students to use software they would also be using later in life. These are clearly reasonable concerns.&#8221;</p></blockquote>
<p>This statement by Microsoft is case and point. The fact that they believe that a proprietary system is more supportable by people in a third world country is absurd. Opening source code to your operating system allows anyone who is willing to know the inner workings of a system. What exactly is the support structure for a nearly obsolete operating system (XP) on the OLPC? It is a laughable notion that a child in Chile who&#8217;s family  makes 50 dollars a year is going to get any support from Microsoft when his XP OLPC blue screens. By making the system free and open, a support structure can, and has been built around the communities that receive the OLPC.</p>
<p>Microsoft wants these students to use software they will be using later in life? Putting children that will be reaching the corporate world in 10 years on windows XP benefits no one. It does not benefit the child, and it certainly does not benefit the countries they live in. Putting them on a free and open system that embraces web technologies built into the operating system embraces the future of computing. It is more important that children learn the underlying foundations of technology, and not the superficial layer on top. That is to say, they should be learning how to word process, not how to use Microsoft word. They should be learning how to surf the web, not how to use Internet Explorer. The argument that the OLPC is &#8220;hard to use&#8221; comes from people who do not have vision, and do not allow change. You have to look at these technological tools from the perspective of a Child who does not have preconceptions of what a computer is, or what a computer should be.</p>
<p>Unfortunately I think that bad business decisions have put the One Laptop Per Child program in jeopardy of failure, and now they are grasping at anything to keep afloat. This latest move clearly undermines the foundations that the project was built on, and it saddens me to see such a brilliant project become part of the proprietary grind.</p>
<p>It is true that many Governments will not purchase computers unless they have a Microsoft label on the box. However, this is a fault of government agencies being tied into monopolistic bad decisions. Many governments are now seeing the folly of relying so heavily on an operating system. As Web services and cloud computing become ever more prevalent, this reliance on proprietary software as a fundamental norm will go away, and I am hopeful, for all of us, that in the future we will not see such a pure project become corrupt by Corporate Giants.</p>
<p>Several Quotes in this article credited to http://money.cnn.com/2008/05/15/technology/microsoft_olpc.fortune/</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F16%2Folpc-the-corruption-of-corporate-giants%2F&amp;title=OLPC+-+The+Corruption+of+Corporate+Giants" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F16%2Folpc-the-corruption-of-corporate-giants%2F&amp;title=OLPC+-+The+Corruption+of+Corporate+Giants" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F16%2Folpc-the-corruption-of-corporate-giants%2F&amp;title=OLPC+-+The+Corruption+of+Corporate+Giants" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F16%2Folpc-the-corruption-of-corporate-giants%2F&amp;title=OLPC+-+The+Corruption+of+Corporate+Giants" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F16%2Folpc-the-corruption-of-corporate-giants%2F&amp;title=OLPC+-+The+Corruption+of+Corporate+Giants', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F16%2Folpc-the-corruption-of-corporate-giants%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F16%2Folpc-the-corruption-of-corporate-giants%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F16%2Folpc-the-corruption-of-corporate-giants%2F&amp;title=OLPC+-+The+Corruption+of+Corporate+Giants" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F16%2Folpc-the-corruption-of-corporate-giants%2F&amp;title=OLPC+-+The+Corruption+of+Corporate+Giants" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://blog.chadwollenberg.com/2008/05/16/olpc-the-corruption-of-corporate-giants/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Open Office 3.0 Beta</title>
		<link>http://blog.chadwollenberg.com/2008/05/15/open-office-30-beta/</link>
		<comments>http://blog.chadwollenberg.com/2008/05/15/open-office-30-beta/#comments</comments>
		<pubDate>Thu, 15 May 2008 18:46:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[technology]]></category>

		<category><![CDATA[OpenOffice 3]]></category>

		<guid isPermaLink="false">http://blog.chadwollenberg.com/?p=55</guid>
		<description><![CDATA[Thanks to Peter Nikolaidis for pointing out the .deb package for Ubuntu here.
Thanks to Tombuntu.com for the directions on how to get it installed once you untar it.
Install all of the packages in the DEBS subdirectory:

 sudo dpkg -i BEA300_m2_native_packed-2_en-US.9301/DEBS/*.deb
Clean up the downloaded files:
rm -r BEA300_m2_native_packed-2_en-US.9301/rm -r ~/Desktop/OOo_3.0.0beta_20080429_LinuxIntel_install_en-US_deb.tar.gz

You WILL need to make a launcher for [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to Peter Nikolaidis for pointing out the .deb package for Ubuntu <a title="http://www.ubuntu-unleashed.com/2008/05/openofficeorg-30-beta-released.html" href="http://blog.chadwollenberg.com">here</a>.</p>
<p>Thanks to <a href="http://tombuntu.com/index.php/2008/05/08/test-drive-openoffice-3-beta-in-ubuntu/">Tombuntu.com</a> for the directions on how to get it installed once you untar it.</p>
<p>Install all of the packages in the DEBS subdirectory:</p>
<ul>
<li> sudo dpkg -i BEA300_m2_native_packed-2_en-US.9301/DEBS/*.deb</li>
<li>Clean up the downloaded files:<br />
rm -r BEA300_m2_native_packed-2_en-US.9301/</code><code>rm -r ~/Desktop/OOo_3.0.0beta_20080429_LinuxIntel_install_en-US_deb.tar.gz</li>
</ul>
<p>You WILL need to make a launcher for your application with:</p>
<p>/opt/openoffice.org3/program/soffice</p>
<p>as the path.</p>
<div id="b6ly" style="padding: 1em 0pt; text-align: left;"><img id="iw7v0" style="width: 320px; height: 313.705px;" src="http://docs.google.com/a/linuxbasement.com/File?id=dhxs2zt_110gfj496fs_b" alt="" /></div>
<div style="padding: 1em 0pt; text-align: left;">It works!</div>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F15%2Fopen-office-30-beta%2F&amp;title=Open+Office+3.0+Beta" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F15%2Fopen-office-30-beta%2F&amp;title=Open+Office+3.0+Beta" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F15%2Fopen-office-30-beta%2F&amp;title=Open+Office+3.0+Beta" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F15%2Fopen-office-30-beta%2F&amp;title=Open+Office+3.0+Beta" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F15%2Fopen-office-30-beta%2F&amp;title=Open+Office+3.0+Beta', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F15%2Fopen-office-30-beta%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F15%2Fopen-office-30-beta%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F15%2Fopen-office-30-beta%2F&amp;title=Open+Office+3.0+Beta" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F05%2F15%2Fopen-office-30-beta%2F&amp;title=Open+Office+3.0+Beta" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://blog.chadwollenberg.com/2008/05/15/open-office-30-beta/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Oh, so true&#8230;</title>
		<link>http://blog.chadwollenberg.com/2008/04/21/oh-so-true/</link>
		<comments>http://blog.chadwollenberg.com/2008/04/21/oh-so-true/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 18:53:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[technology]]></category>

		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://blog.chadwollenberg.com/?p=54</guid>
		<description><![CDATA[










]]></description>
			<content:encoded><![CDATA[<p><a href="http://blaugh.com/2007/03/08/huge-software-sale" rel="bookmark"><img class="comic" title="Huge Software Sale" alt="Huge Software Sale" src="http://blaugh.com/cartoons/070308_buying_software.gif" width="447" height="250"/></a></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F04%2F21%2Foh-so-true%2F&amp;title=Oh%2C+so+true%26%238230%3B" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F04%2F21%2Foh-so-true%2F&amp;title=Oh%2C+so+true%26%238230%3B" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F04%2F21%2Foh-so-true%2F&amp;title=Oh%2C+so+true%26%238230%3B" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F04%2F21%2Foh-so-true%2F&amp;title=Oh%2C+so+true%26%238230%3B" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F04%2F21%2Foh-so-true%2F&amp;title=Oh%2C+so+true%26%238230%3B', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F04%2F21%2Foh-so-true%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F04%2F21%2Foh-so-true%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F04%2F21%2Foh-so-true%2F&amp;title=Oh%2C+so+true%26%238230%3B" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.chadwollenberg.com%2F2008%2F04%2F21%2Foh-so-true%2F&amp;title=Oh%2C+so+true%26%238230%3B" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://blog.chadwollenberg.com/2008/04/21/oh-so-true/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
