<?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>Bits By The Pound &#187; jpfiset</title>
	<atom:link href="http://www.bitsbythepound.com/author/jpfiset/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bitsbythepound.com</link>
	<description>Spewing Forth Tech Stuff</description>
	<lastBuildDate>Wed, 06 Jul 2011 23:36:17 +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>Using a Solid State Drive (SSD) with Ubuntu 11.04</title>
		<link>http://www.bitsbythepound.com/using-a-solid-state-drive-ssd-with-ubuntu-11-04-409.html</link>
		<comments>http://www.bitsbythepound.com/using-a-solid-state-drive-ssd-with-ubuntu-11-04-409.html#comments</comments>
		<pubDate>Wed, 06 Jul 2011 23:18:08 +0000</pubDate>
		<dc:creator>jpfiset</dc:creator>
				<category><![CDATA[Natty (11.04)]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=409</guid>
		<description><![CDATA[I have been using a Solid State Drive (SDD) for some time and I have decided to share my notes on how to do it and references I have followed. The configuration I use is to have two disks attached to my platform: the first is the SSD and holds the Operating System; the second [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/using-a-solid-state-drive-ssd-with-ubuntu-11-04-409.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tethering iPhone on Ubuntu 11.04</title>
		<link>http://www.bitsbythepound.com/tethering-iphone-on-ubuntu-11-04-397.html</link>
		<comments>http://www.bitsbythepound.com/tethering-iphone-on-ubuntu-11-04-397.html#comments</comments>
		<pubDate>Thu, 09 Jun 2011 17:59:19 +0000</pubDate>
		<dc:creator>jpfiset</dc:creator>
				<category><![CDATA[Natty (11.04)]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=397</guid>
		<description><![CDATA[Reference: Ubuntu 11.04 iPhone 3GS with iOS 4.3 The following steps can be used to enable tethering between a platform running Ubuntu 11.04 and an iPhone. At a high level: Enable tethering on iPhone Install repository from Paul McEnery Install necessary packages Connect Enable Tethering on iPhone The use of iPhone tethering might be governed [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/tethering-iphone-on-ubuntu-11-04-397.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Materialize Maven Modules in Eclipse</title>
		<link>http://www.bitsbythepound.com/materialize-maven-modules-in-eclipse-389.html</link>
		<comments>http://www.bitsbythepound.com/materialize-maven-modules-in-eclipse-389.html#comments</comments>
		<pubDate>Tue, 26 Apr 2011 02:30:04 +0000</pubDate>
		<dc:creator>jpfiset</dc:creator>
				<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=389</guid>
		<description><![CDATA[This note relates to: Eclipse SDK 3.6.2 m2eclipse plugin 0.12.1 subclipse 1.6.17 In Eclipse, modules in a Maven project are materialized separately when the project is first checked out of a Subversion repository. However, when new modules are loaded as a result of a repository update, the new modules are not automatically materialized. To prompt [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/materialize-maven-modules-in-eclipse-389.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatically organize Java imports in Eclipse</title>
		<link>http://www.bitsbythepound.com/automatically-organize-java-imports-in-eclipse-386.html</link>
		<comments>http://www.bitsbythepound.com/automatically-organize-java-imports-in-eclipse-386.html#comments</comments>
		<pubDate>Tue, 26 Apr 2011 02:10:23 +0000</pubDate>
		<dc:creator>jpfiset</dc:creator>
				<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=386</guid>
		<description><![CDATA[This note relates to Eclipse SDK 3.6.2. When editing a Java source file, in Eclipse, warnings are reported when an import statement is specified but not used. Unused import statements can be removed automatically by using the Java editor menu entry Source > Organize Imports. This can be automatized when the file is saved using [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/automatically-organize-java-imports-in-eclipse-386.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better Passwords with a Reasonable Effort</title>
		<link>http://www.bitsbythepound.com/better-passwords-with-a-reasonable-effort-380.html</link>
		<comments>http://www.bitsbythepound.com/better-passwords-with-a-reasonable-effort-380.html#comments</comments>
		<pubDate>Tue, 05 Apr 2011 04:52:46 +0000</pubDate>
		<dc:creator>jpfiset</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=380</guid>
		<description><![CDATA[In this note, principles of good password creation are offered and discussed. At the end of the note, a process is offered to create passwords that follow the presented principles and require a reasonable mental effort. Many &#8220;easy&#8221; tricks are offered over the web. It is up to the reader to analyze those approaches against [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/better-passwords-with-a-reasonable-effort-380.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing a Reduce Function in CouchDb</title>
		<link>http://www.bitsbythepound.com/writing-a-reduce-function-in-couchdb-370.html</link>
		<comments>http://www.bitsbythepound.com/writing-a-reduce-function-in-couchdb-370.html#comments</comments>
		<pubDate>Sun, 19 Dec 2010 05:51:08 +0000</pubDate>
		<dc:creator>jpfiset</dc:creator>
				<category><![CDATA[CouchDb]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=370</guid>
		<description><![CDATA[This note relates to: CouchDb version 1.0.1 curl version 7.21.0 Ubuntu 10.10 References: Introduction_to_CouchDB_views View_Snippets http://guide.couchdb.org/ This article discusses some of the details in writing a reduce function for a CouchDb view. A reduce function is used to perform server-side operations on a number of rows returned by a view without having to send the [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/writing-a-reduce-function-in-couchdb-370.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remove document duplicates from CouchDb view query using a list function</title>
		<link>http://www.bitsbythepound.com/remove-document-duplicates-from-couchdb-view-query-using-a-list-function-366.html</link>
		<comments>http://www.bitsbythepound.com/remove-document-duplicates-from-couchdb-view-query-using-a-list-function-366.html#comments</comments>
		<pubDate>Fri, 10 Dec 2010 03:55:12 +0000</pubDate>
		<dc:creator>jpfiset</dc:creator>
				<category><![CDATA[CouchDb]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=366</guid>
		<description><![CDATA[This note relates to CouchDb 1.0.1 In CouchDb, documents accessible via a view can be mapped to multiple keys. When querying for multiple keys, it is possible for a document to be returned multiple times. In some circumstances, this might be the desired behaviour. However, when the desired semantics are to retrieve only one copy [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/remove-document-duplicates-from-couchdb-view-query-using-a-list-function-366.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fix dpkg available file in Ubuntu</title>
		<link>http://www.bitsbythepound.com/fix-dpkg-available-file-in-ubuntu-364.html</link>
		<comments>http://www.bitsbythepound.com/fix-dpkg-available-file-in-ubuntu-364.html#comments</comments>
		<pubDate>Thu, 02 Dec 2010 20:23:06 +0000</pubDate>
		<dc:creator>jpfiset</dc:creator>
				<category><![CDATA[Maverick (10.10)]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=364</guid>
		<description><![CDATA[This note relates to Ubuntu Maverick Meerkat (10.10) but it might apply to other versions, as well. I wrote this note after my system became unstable following a number of configuration shenanigans. What did not help is that I had just upgraded from 10.04 to 10.10. Therefore, I am not sure that I can explain [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/fix-dpkg-available-file-in-ubuntu-364.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re-install GNOME-Session in Ubuntu</title>
		<link>http://www.bitsbythepound.com/re-install-gnome-session-in-ubuntu-361.html</link>
		<comments>http://www.bitsbythepound.com/re-install-gnome-session-in-ubuntu-361.html#comments</comments>
		<pubDate>Thu, 02 Dec 2010 18:37:44 +0000</pubDate>
		<dc:creator>jpfiset</dc:creator>
				<category><![CDATA[Maverick (10.10)]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=361</guid>
		<description><![CDATA[This note was written while using Ubuntu 10.10. However, it might apply to other versions as well. Symptoms: After a number of shenanigans involving configuration, I found myself unable to login to the desktop, in Ubuntu. The login screen (GDM) offered my user name. However, once my user name was selected, no session were offered. [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/re-install-gnome-session-in-ubuntu-361.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quickly install most CODECs in Ubuntu 10.04</title>
		<link>http://www.bitsbythepound.com/quickly-install-most-codecs-in-ubuntu-10-04-359.html</link>
		<comments>http://www.bitsbythepound.com/quickly-install-most-codecs-in-ubuntu-10-04-359.html#comments</comments>
		<pubDate>Thu, 25 Nov 2010 03:43:36 +0000</pubDate>
		<dc:creator>jpfiset</dc:creator>
				<category><![CDATA[Lucid (10.04)]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=359</guid>
		<description><![CDATA[Installing restricted CODECs is easier in Ubuntu 10.04 than in previous versions. References: https://help.ubuntu.com/community/RestrictedFormats Quickly Install most CODECs in Ubuntu sudo apt-get install ubuntu-restricted-extras sudo /usr/share/doc/libdvdread4/install-css.sh sudo apt-get install ffmpeg gxine vlc banshee faac k9copy]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/quickly-install-most-codecs-in-ubuntu-10-04-359.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

