<?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>Kuma&#039;s Lair &#187; Linux</title>
	<atom:link href="http://www.scottkuma.net/category/computers/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.scottkuma.net</link>
	<description>It&#039;s just like my brain - only cleaner.</description>
	<lastBuildDate>Tue, 01 Nov 2011 14:11:45 +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>Pan&#8217;s at it again! Updating Pan Newsreader on Ubuntu 11.04 and 11.10</title>
		<link>http://www.scottkuma.net/pans-at-it-again-updating-pan-newsreader-on-ubuntu-11-10</link>
		<comments>http://www.scottkuma.net/pans-at-it-again-updating-pan-newsreader-on-ubuntu-11-10#comments</comments>
		<pubDate>Thu, 20 Oct 2011 20:17:40 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/?p=437</guid>
		<description><![CDATA[Another upgrade, another glitch with the package maintainer&#8217;s version of Pan Newsreader! As I stated back in my post in 2009, I enjoy browsing Usenet newsgroups in my spare time.  This last week, I upgraded all of my PCs to run Ubuntu 11.10 &#8211; Oneiric Ocelot.  In doing so, I started to once again have [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right;" title="newsicon" src="http://www.scottkuma.net/wp-content/uploads/2011/10/newsicon1-300x300.png" alt="" width="144" height="144" border="0" />Another upgrade, another glitch with the package maintainer&#8217;s version of Pan<a href="http://www.scottkuma.net/wp-content/uploads/2011/10/newsicon1.png"><br />
</a> Newsreader! <a title="Pan newsreader and multi-part images in Ubuntu 9.10 Karmic Koala" href="http://www.scottkuma.net/pan-newsreader-and-multi-part-images-in-ubuntu-9-10-karmic-koala" target="_blank">As I stated back in my post in 2009</a>, I enjoy browsing Usenet newsgroups in my spare time.  This last week, I upgraded all of my PCs to run Ubuntu 11.10 &#8211; Oneiric Ocelot.  In doing so, I started to once again have issues with the way pan displays images!  This time, it was decoding correctly, but was displaying the image twice.  A minor glitch, to be sure, but we like perfection&#8230;so&#8230;</p>
<p>It&#8217;s high time I posted a new set of instructions about how to build Pan Newsreader (for complete n00bz)!!!<span id="more-437"></span></p>
<p>First, fire up your terminal and install pan newsreader:</p>
<blockquote>
<pre>$ sudo apt-get install pan</pre>
</blockquote>
<p>So, why install pan, only to upgrade it?  Simply put, you don&#8217;t have to.  I like to, because then Ubuntu does nice things like makes the menu items so I can run this from Dash, installs icons, etc.</p>
<p>Next, we need to install the requirements needed to build pan.  These are the exact requirements that I needed from  fresh installs of Ubuntu 11.04 and 11.10.  Your mileage may vary!</p>
<blockquote>
<pre>$ sudo apt-get install git libgtk2.0-dev libgmime-2.4-dev gnome-common</pre>
</blockquote>
<p>This takes a while, and downloads over 100 MB of stuff&#8230;so it&#8217;s a good time to go read a goodnight story to your kids, or whatever it is you do in your spare time.  Note that I&#8217;m installing git, because it worked.  Previously I had to install kgit&#8230;again, YMMV.</p>
<p>Next, we need to clone the git source directory for pan.  We&#8217;ve installed git up above, so all we need to do is change to a convenient directory.  I like using my home directory, but you might choose another&#8230;</p>
<blockquote>
<pre>$ cd &lt;&lt;INSERT YOUR DIRECTORY HERE&gt;&gt;
$ git clone git://git.gnome.org/pan2</pre>
</blockquote>
<p>Let that run, and you&#8217;ll find a new directory entry called pan2.  Move into that, and let&#8217;s start the build process:  (Oh, by the way, if you want to make any alterations to pan like, for instance, <a href="http://ubuntuforums.org/showthread.php?t=349915" target="_blank">changing the maximum number of concurrent  connections per server</a>&#8230;now would be the time to do it!)</p>
<blockquote>
<pre>$ cd pan2
$ ./autogen.sh</pre>
</blockquote>
<p>You&#8217;ll see a bunch of things scroll past, as the compiler makes sure that you have all of the requirements, both in the compiler and the ancillary libraries, available and ready for use.  You will likely see a few complaints, but as long as no errors take place, you should be ok, and will be greeted with a cheery</p>
<p><strong>Now type `make&#8217; to compile Pan</strong></p>
<p>So, let&#8217;s do just that, and actually build our binary with:</p>
<blockquote>
<pre>$ make</pre>
</blockquote>
<p>Now it&#8217;s time to go brew a cuppa your favorite caffeinated  beverage.  Once again, I might suggest <a title="A nice Chai" href="http://www.samsclub.com/sams/shop/product.jsp?productId=156719&amp;navAction=" target="_blank">a nice chai.</a>  When everything calms down and your machine has flipped all the right bits, you should have a working binary file!  But, where is it?  And where should we put it?</p>
<p>Lets find out where your CURRENT pan binary is located:</p>
<blockquote>
<pre>$ which pan</pre>
</blockquote>
<p>This will probably return something like /usr/bin/pan &#8211; which is EXACTLY what it returned for me!  Make note of this, as you will need it &#8230; well, we&#8217;ll need it right now!  Let&#8217;s back up our current binary:</p>
<blockquote>
<pre>$ sudo mv /usr/bin/pan /usr/bin/pan_OLD</pre>
</blockquote>
<p>And let&#8217;s move the new binary into the old binary&#8217;s place, then set the correct owner.  Assuming you&#8217;re still in the pan2 directory from which we ran the autogen &amp; make, you will find the pan binary hiding as:  ./pan/gui/pan<br />
We&#8217;re in the final steps, now!</p>
<blockquote>
<pre>$ sudo cp ./pan/gui/pan /usr/bin/pan
$ sudo chown root:root /usr/bin/pan</pre>
</blockquote>
<p>You should now be able to run pan without any issues!  Let me know what you think of my tutorial, and how it worked out for you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/pans-at-it-again-updating-pan-newsreader-on-ubuntu-11-10/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.10 is just around the corner!</title>
		<link>http://www.scottkuma.net/ubuntu-10-10-is-just-around-the-corner</link>
		<comments>http://www.scottkuma.net/ubuntu-10-10-is-just-around-the-corner#comments</comments>
		<pubDate>Fri, 09 Apr 2010 19:41:32 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/?p=266</guid>
		<description><![CDATA[So a buddy and I were chatting today about Ubuntu and their naming convention, and decided that we needed to come up with a bunch of possible names for the upcoming Ubuntu 10.10 release, which is due in October!  Sometimes we springboarded from one adjective/animal to the next, so you&#8217;ll see some closely-related names&#8230; Maudlin [...]]]></description>
			<content:encoded><![CDATA[<p>So a buddy and I were chatting today about Ubuntu and their naming convention, and decided that we needed to come up with a bunch of possible names for the upcoming Ubuntu 10.10 release, which is due in October!  Sometimes we springboarded from one adjective/animal to the next, so you&#8217;ll see some closely-related names&#8230;</p>
<ul>
<li>Maudlin Mantis</li>
<li>Morose Manatee</li>
<li>Mellow Manatee</li>
<li>Mossy Manatee</li>
<li>Marauding Mongoose</li>
<li>Marauding Mudskipper</li>
<li>Magnanimous Moose</li>
<li>Morose Moose</li>
<li>Maternal Macaque</li>
<li>Miffed Meerkat</li>
<li>Majestic Mammoth</li>
<li>Moody Martin</li>
</ul>
<p>Also seen on the Ubuntu Blog: Masturbating Monkey!  :-)</p>
<p>Post your original creations (or links to your favorites found elsewhere) below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/ubuntu-10-10-is-just-around-the-corner/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pan newsreader and multi-part images in Ubuntu 9.10 Karmic Koala</title>
		<link>http://www.scottkuma.net/pan-newsreader-and-multi-part-images-in-ubuntu-9-10-karmic-koala</link>
		<comments>http://www.scottkuma.net/pan-newsreader-and-multi-part-images-in-ubuntu-9-10-karmic-koala#comments</comments>
		<pubDate>Sun, 03 Jan 2010 00:12:53 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/?p=226</guid>
		<description><![CDATA[There is an updated version of this tutorial for Ubuntu 11.10! For years, I have been a big fan of the usenet newsgroups. I think it&#8217;s one of the best little niches left on the internet, and it has one of the best ranges in content&#8230;  On usenet, you can have civilized, academic conversation, or [...]]]></description>
			<content:encoded><![CDATA[<h2>There is an <a title="Pan’s at it again! Updating Pan Newsreader on Ubuntu 11.10" href="http://www.scottkuma.net/pans-at-it-again-updating-pan-newsreader-on-ubuntu-11-10">updated version of this tutorial</a> for Ubuntu 11.10!</h2>
<p>For years, I have been a big fan of the usenet newsgroups. I think it&#8217;s one of the best little niches left on the internet, and it has one of the best ranges in content&#8230;  On usenet, you can have civilized, academic conversation, or unruly flame-wars between fanatics. You can also find some of the coolest binaries available on the net&#8230;hard-to-find music, out of print books in e-text, and pictures ranging from serene wallpapers to&#8230;well just about anything.</p>
<p>When Ubuntu&#8217;s newest version, Karmic Koala, came out, I was very dismayed to find that the distribution of the Pan newsreader available via the Synaptic package manager was broken.  Basically, any image that was posted as multi-part refused to load in the default window.</p>
<p>With some help from the folks on the pan-users mailing list, I was finally able to compile the code from a source repository being kept up by K.Haley, pan&#8217;s volunteer coder.  But I thought it might be nice to provide a step-by-step guide for newer linux users, as the whole process of downloading source from a github repository, the tracking down of the necessary development libraries, and the entire compilation process can be daunting.  Therefore, I came up with the following list of commands to run to get a patched version of Pan running from a normal install of Ubuntu 9.10 (Karmic Koala).<span id="more-226"></span></p>
<blockquote>
<pre>$ sudo apt-get install pan git git-core gnome-common libgtk2.0-dev libpcre3-dev libgmime-2.4-dev</pre>
</blockquote>
<p>This command is meant to be typed on a single line.  It will download quite a few libraries and a bunch of necessary programs &amp; components.  It also installs the version of Pan included in Koala&#8217;s distribution streams, so that you will have the Ubuntu menu items already in place to run it easily.  When you&#8217;re done you should have everything you need to proceed.  Continue with the following:</p>
<blockquote>
<pre>$ cd ~
$ mkdir src
$ cd src
$ git clone git://github.com/lostcoder/pan2.git
$ cd pan2
$ sh ./autogen.sh --prefix=$HOME</pre>
</blockquote>
<p>You shouldn&#8217;t have any error messages during the autogen.  If you do, they&#8217;re likely due to missing programs or libraries needed to build the application.  Please post your error messages here!  If you didn&#8217;t receive any errors, type:</p>
<blockquote>
<pre>$ make</pre>
</blockquote>
<p>This will take a while&#8230;so go treat yourself to a coffee, soda or your preferred method of caffeine distribution.  (I might recommend a nice chai!) If the compile completes without incident, continue with:</p>
<blockquote>
<pre>$ make install
$ cd /usr/bin
$ ls pan</pre>
</blockquote>
<p>For safety&#8217;s sake, let&#8217;s back up pan so that we can restore the package maintainer&#8217;s version later&#8230;:</p>
<blockquote>
<pre>$ sudo mv pan pan.OLD</pre>
</blockquote>
<p>Now let&#8217;s keep on going:</p>
<blockquote>
<pre>$ sudo mv $HOME/bin/pan .
$ sudo chown root: pan</pre>
</blockquote>
<p>And you&#8217;re done! You should now be able to use the Pan icon located in the &#8220;Internet&#8221; section of your main Ubuntu menus to run your newly-compiled application.</p>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/pan-newsreader-and-multi-part-images-in-ubuntu-9-10-karmic-koala/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>

