<?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>HandsomePlanet &#187; tech</title>
	<atom:link href="http://www.handsomeplanet.com/archives/category/tech/feed" rel="self" type="application/rss+xml" />
	<link>http://www.handsomeplanet.com</link>
	<description>technology and other perplexities</description>
	<lastBuildDate>Sun, 05 Sep 2010 02:26:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>lucidor</title>
		<link>http://www.handsomeplanet.com/archives/203</link>
		<comments>http://www.handsomeplanet.com/archives/203#comments</comments>
		<pubDate>Sun, 05 Sep 2010 02:25:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.handsomeplanet.com/?p=203</guid>
		<description><![CDATA[I&#8217;ve been looking at a number of different ebooks and e-readers lately.  Lucidor is a project which is a little better looking than some of the older apps, but it is still pretty early in development. Here&#8217;s a copy of lucidor 0.9, which was difficult to find due to problems with the lucidor site: lucidor_0.9-1_all.deb [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking at a number of different ebooks and e-readers lately.  Lucidor is a project which is a little better looking than some of the older apps, but it is still pretty early in development.</p>
<p>Here&#8217;s a copy of lucidor 0.9, which was difficult to find due to problems with the lucidor site:</p>
<p><a href="http://www.handsomeplanet.com/wp-content/uploads/2010/09/lucidor_0.9-1_all.deb_.gz">lucidor_0.9-1_all.deb</a></p>
<p>md5sum:  08faa6b60df2dae654e70431aa2e7626  lucidor_0.9-1_all.deb.gz<br />
sha1sum: 0397853f5c4fe013fe36aed71ec0aa219f7f35f2  lucidor_0.9-1_all.deb.gz</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handsomeplanet.com/archives/203/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>installing the development version of the sphinx documentation tool</title>
		<link>http://www.handsomeplanet.com/archives/178</link>
		<comments>http://www.handsomeplanet.com/archives/178#comments</comments>
		<pubDate>Mon, 12 Jul 2010 15:58:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.handsomeplanet.com/?p=178</guid>
		<description><![CDATA[Get the latest version from bitbucket: $ hg clone http://bitbucket.org/birkenfeld/sphinx The remainder of the instructions are based on the README, but details will vary according to what package dependencies need to be met. That is, some additional packages beyond what is described here may need to be installed. Change to the new directory, build, and [...]]]></description>
			<content:encoded><![CDATA[<p>Get the latest version from bitbucket:<br />
<code><br />
$ hg clone http://bitbucket.org/birkenfeld/sphinx<br />
</code><br />
The remainder of the instructions are based on the README, but details will vary according to what package dependencies need to be met.   That is, some additional packages beyond what is described here may need to be installed.<br />
Change to the new directory, build, and install.<br />
<code><br />
cd sphinx<br />
python setup.py build<br />
sudo python setup.py install<br />
</code><br />
Build sphinx&#8217;s documentation with sphinx:<br />
<code><br />
cd doc<br />
sphinx-build . _build/html<br />
</code><br />
And, that should do it.</p>
<p>Also see the bitbucket sphinx <a href="http://bitbucket.org/birkenfeld/sphinx/wiki/Home">wiki</a> .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handsomeplanet.com/archives/178/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>installing ntop on Ubuntu : problem with rrd directories</title>
		<link>http://www.handsomeplanet.com/archives/175</link>
		<comments>http://www.handsomeplanet.com/archives/175#comments</comments>
		<pubDate>Wed, 16 Jun 2010 18:40:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[ntop]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.handsomeplanet.com/?p=175</guid>
		<description><![CDATA[The ubuntu install for ntop is broken without some additional steps. &#8216;Ubuntu Bloke&#8217; had the easy fix : "Create the directories that for some reason are not created by the installer sudo mkdir /var/lib/ntop/rrd sudo mkdir /var/lib/ntop/rrd/graphics sudo mkdir /var/lib/ntop/rrd/flows sudo mkdir /var/lib/ntop/rrd/interfaces sudo mkdir /var/lib/ntop/rrd/interfaces/eth0 sudo mkdir /var/lib/ntop/rrd/interfaces/ppp0 sudo chmod -R 775 /var/lib/ntop"]]></description>
			<content:encoded><![CDATA[<p>The ubuntu install for ntop is broken without some additional steps.</p>
<p>&#8216;Ubuntu Bloke&#8217; had <a title="http://tuxnetworks.blogspot.com/2010/04/network-monitoring-with-ntop.html " href="http://tuxnetworks.blogspot.com/2010/04/network-monitoring-with-ntop.html" target="_blank">the easy fix</a> :</p>
<p><code>"Create the directories that for some reason are not created by the installer<br />
sudo mkdir /var/lib/ntop/rrd<br />
sudo mkdir /var/lib/ntop/rrd/graphics<br />
sudo mkdir /var/lib/ntop/rrd/flows<br />
sudo mkdir /var/lib/ntop/rrd/interfaces<br />
sudo mkdir /var/lib/ntop/rrd/interfaces/eth0<br />
sudo mkdir /var/lib/ntop/rrd/interfaces/ppp0<br />
sudo chmod -R 775 /var/lib/ntop"</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handsomeplanet.com/archives/175/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco 3560, 3750 archive command to install or upgrade IOS via tar file</title>
		<link>http://www.handsomeplanet.com/archives/164</link>
		<comments>http://www.handsomeplanet.com/archives/164#comments</comments>
		<pubDate>Fri, 21 May 2010 19:18:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[CLI]]></category>

		<guid isPermaLink="false">http://www.handsomeplanet.com/?p=164</guid>
		<description><![CDATA[Some newer L3 Cisco switches are now happier if you use the &#8216;archive&#8217; facility to manage images. If you only want the IOS, and not the web interface and so on, use the /imageonly flag. From the Cisco release notes : For example: Switch# archive download-sw /overwrite tftp://198.30.20.19/c3750-ipservices-tar.122-50.SE.tar Check the release notes or command reference [...]]]></description>
			<content:encoded><![CDATA[<p>Some newer L3 Cisco switches are now happier if you use the &#8216;archive&#8217; facility to manage images.<br />
If you only want the IOS, and not the web interface and so on, use the /imageonly flag.<br />
From the <a title="release notes" href="http://origin-www.cisco.com/en/US/docs/switches/lan/catalyst3750/software/release/12.2_53_se/release/notes/OL21141.html">Cisco release notes</a> :<br />
For example:<br />
<span style="font-family: monospace;">Switch# archive download-sw /overwrite tftp://198.30.20.19/c3750-ipservices-tar.122-50.SE.tar</span></p>
<p>Check the release notes or command reference (or in-exec help) for further options.</p>
<p>This apparently does away with &#8216;boot system statements&#8217; as well,  as you can see if you run &#8216;show boot&#8217; on the switches.  The image set by your &#8216;archive&#8217; command becomes the active image on reboot.  I&#8217;m not sure what happens if you have both explicit &#8216;system boot &lt;blah&gt;&#8217; statements and the automatic IOS precedence setting configured via the fancy archive method.<br />
<code><br />
anynode#sh boot<br />
BOOT path-list      : flash:c3750-ipservicesk9-mz.122-53.SE1/c3750-ipservicesk9-mz.122-53.SE1.bin<br />
Config file         : flash:/config.text<br />
Private Config file : flash:/private-config.text<br />
Enable Break        : no<br />
Manual Boot         : no<br />
HELPER path-list    :<br />
Auto upgrade        : yes<br />
Auto upgrade path   :<br />
Timeout for Config<br />
          Download:    0 seconds<br />
Config Download<br />
       via DHCP:       disabled (next boot: disabled)<br />
-------------------<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handsomeplanet.com/archives/164/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DreamPie Python editor</title>
		<link>http://www.handsomeplanet.com/archives/159</link>
		<comments>http://www.handsomeplanet.com/archives/159#comments</comments>
		<pubDate>Mon, 17 May 2010 16:12:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[DreamPie]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.handsomeplanet.com/?p=159</guid>
		<description><![CDATA[I&#8217;ve been trying out the DreamPie python editor, and it looks promising.  It&#8217;s free, GPLv3. I just added an entry for it at http://wiki.python.org/moin/PythonEditors : DreamPie (sourceforge) Works on Windows, Linux and Mac. (Mac support requires MacPorts .) Interactive shell with history box and code box, auto-completion of attributes and file names, auto-display of function arguments [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying out the DreamPie python editor, and it looks promising.  It&#8217;s free, GPLv3.</p>
<p>I just added an entry for it at <a href="http://wiki.python.org/moin/PythonEditors">http://wiki.python.org/moin/PythonEditors</a> :</p>
<ul>
<li><a href="http://dreampie.sourceforge.net/">DreamPie (sourceforge)</a></li>
<li>Works on Windows, Linux and Mac. (Mac support requires <a title="MacPorts" href="http://macports.org/" target="_blank">MacPorts</a> .)</li>
<li>Interactive shell with history box and code box, auto-completion of attributes and file names, auto-display of function arguments and documentation. Keeps your recent results, provides session history saving (optionally in HTML), interactive plotting with matplotlib. Extremely fast and responsive. GPL3 .</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.handsomeplanet.com/archives/159/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>interesting: launchpad recipes for merging branch updates into PPA&#8217;s</title>
		<link>http://www.handsomeplanet.com/archives/152</link>
		<comments>http://www.handsomeplanet.com/archives/152#comments</comments>
		<pubDate>Fri, 07 May 2010 21:16:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[bazaar]]></category>
		<category><![CDATA[launchpad]]></category>

		<guid isPermaLink="false">http://www.handsomeplanet.com/?p=152</guid>
		<description><![CDATA[OK, this sounds very cool ; still in development: http://how-bazaar.blogspot.com/ What does this really mean? Lets say you want to have a daily build of a project, like gwibber. You would then create a recipe that uses trunk as a base branch, merge in the packaging info, and say &#8220;Please build this every day into [...]]]></description>
			<content:encoded><![CDATA[<p>OK, this sounds very cool ; still in development:</p>
<blockquote><p><a title="http://how-bazaar.blogspot.com/" href="http://how-bazaar.blogspot.com/">http://how-bazaar.blogspot.com/</a></p>
<p>What does this really mean?</p>
<p>Lets say you want to have a daily  build of a project, like <a href="https://launchpad.net/gwibber">gwibber</a>.   You would then create a recipe that uses trunk as a base branch, merge  in the packaging info, and say <em>&#8220;Please build this every day into my  PPA&#8221;</em>.  And Launchpad will.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.handsomeplanet.com/archives/152/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the music sounds better from ubuntuone?</title>
		<link>http://www.handsomeplanet.com/archives/136</link>
		<comments>http://www.handsomeplanet.com/archives/136#comments</comments>
		<pubDate>Sat, 01 May 2010 00:05:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntuone]]></category>

		<guid isPermaLink="false">http://www.handsomeplanet.com/?p=136</guid>
		<description><![CDATA[Bought a few tracks from the new Ubuntu One digital music service. I have at least temporarily switched back to Rhythmbox from Banshee to take advantage of the rhythmbox-ubuntuone-music-store plugin, and all is well. It looks pretty spiffy, tracks are inexpensive and DMCA-free. Because I&#8217;ve been gradually moving my music to digital formats inside shared [...]]]></description>
			<content:encoded><![CDATA[<p>Bou<a href="http://www.handsomeplanet.com/wp-content/uploads/2010/04/ubuntuone.png"><img class="alignleft size-full wp-image-139" title="ubuntuone" src="http://www.handsomeplanet.com/wp-content/uploads/2010/04/ubuntuone.png" alt="" width="48" height="48" /></a>ght a few tracks from the new Ubuntu One digital music service.  I have at least temporarily switched back to Rhythmbox from Banshee to take advantage of the rhythmbox-ubuntuone-music-store plugin, and all is well.  It looks pretty spiffy, tracks are inexpensive and DMCA-free.   Because I&#8217;ve been gradually moving my music to digital formats inside shared folders, this approach makes sense, and it works really well.   For whatever reason (the new toy phenomenon?), I&#8217;m having more fun listening to the music than I should be.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handsomeplanet.com/archives/136/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04, Lucid Lynx, Released</title>
		<link>http://www.handsomeplanet.com/archives/137</link>
		<comments>http://www.handsomeplanet.com/archives/137#comments</comments>
		<pubDate>Sat, 01 May 2010 00:03:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[Lucid]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.handsomeplanet.com/?p=137</guid>
		<description><![CDATA[Lucid Lynx has arrived. The release day was yesterday, though I&#8217;ve been running several systems on 10.04 since the alpha stage. It&#8217;s well done. I don&#8217;t yet have a use for the social networking tools/toys (the gwibber app and indicator-me gnome package), but I&#8217;m not unhappy with them either. The server image has been robust [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<dl id="attachment_143" class="wp-caption alignleft" style="width: 110px;">
<dt class="wp-caption-dt"><a href="http://www.handsomeplanet.com/wp-content/uploads/2010/04/ubuntu-circle.jpg"><img class="size-full wp-image-143" title="ubuntu-circle" src="http://www.handsomeplanet.com/wp-content/uploads/2010/04/ubuntu-circle.jpg" alt="ubuntu-circle" width="100" height="100" /></a></dt>
</dl>
</div>
<p>Lucid Lynx has arrived. The release day was yesterday, though I&#8217;ve been running several systems on 10.04 since the alpha stage.   It&#8217;s well done.   I don&#8217;t yet have a use for the social networking tools/toys (the gwibber app and indicator-me gnome package), but I&#8217;m not unhappy with them either.   The server image has been robust so far, but I haven&#8217;t thrown too much at it.  I&#8217;m thinking of putting the netbook edubuntu version (à la the <a title="system76.com edubook" href="http://www.system76.com/product_info.php?cPath=28&amp;products_id=103" target="_blank">system 76 starling edubook</a> ) on my older laptop to see how that flies.  Looks like fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handsomeplanet.com/archives/137/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stanford folding@home and origami on Ubuntu</title>
		<link>http://www.handsomeplanet.com/archives/134</link>
		<comments>http://www.handsomeplanet.com/archives/134#comments</comments>
		<pubDate>Wed, 07 Apr 2010 19:28:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.handsomeplanet.com/?p=134</guid>
		<description><![CDATA[If you&#8217;d like an easy way to run folding to help the Folding@Home Stanford research project, even on a multicore system, &#8216;origami&#8216; may be a good soultion. I like it a lot. It starts on boot-up automatically, can set folding to commence according to a schedule, allows project and stat checks from the command line, [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;d like an easy way to run folding to help the <a title="http://folding.stanford.edu/" href="http://folding.stanford.edu/" target="_blank">Folding@Home</a> Stanford research project, even on a multicore system, &#8216;<a title="https://help.ubuntu.com/community/FoldingAtHome/origami" href="https://help.ubuntu.com/community/FoldingAtHome/origami" target="_blank">origami</a>&#8216; may be a good soultion.   I like it a lot.<br />
It starts on boot-up automatically, can set folding to commence according to a schedule, allows project and stat checks from the command line, and even allows centrally administered group deployments (for example, to a lab full of machines).  It does make laptops run pretty hot (as the CPU is engaged doing protein folding simulations), so I limit it to short bursts on laptops, but it can be a great tool to help in contributing to the folding project.   You can also set origami to contribute to the <a title="TeamUbuntu" href="https://wiki.ubuntu.com/FoldingAtHomeTeamUbuntu" target="_blank">TeamUbuntu</a> folding project if you&#8217;re interested.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handsomeplanet.com/archives/134/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>converting a pdf into html (one file to many method)</title>
		<link>http://www.handsomeplanet.com/archives/124</link>
		<comments>http://www.handsomeplanet.com/archives/124#comments</comments>
		<pubDate>Mon, 15 Feb 2010 20:51:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.handsomeplanet.com/?p=124</guid>
		<description><![CDATA[Here&#8217;s an Ubuntu (and other linux/Unix?) tip taken from ehow . To convert a pdf into navigable html (with images intact), you can use pdftohtml: E.g.,  pdftohtml -c originalfile.pdf newname_template.html Converting a book-length pdf using this method gave me a directory full of files, with consecutively numbered html files representing the pages.   Names were [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an Ubuntu (and other linux/Unix?) tip taken from <a title="ehow.com" href="http://www.ehow.com/how_5824340_convert-pdf-html-ubuntu.html " target="_blank">ehow</a> .</p>
<p>To convert a pdf into navigable html (with images intact), you can use pdftohtml:</p>
<p>E.g.,</p>
<pre> pdftohtml -c originalfile.pdf  newname_template.html</pre>
<p>Converting a book-length pdf using this method gave me a directory full of files, with consecutively numbered html files representing the pages.   Names were based on the &#8216;newname_template&#8217; supplied, as were the png image files.  Not the prettiest, but functional, and viewable on devices lacking native pdf-rendering capabilities.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handsomeplanet.com/archives/124/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
