<?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>The Betacantrips Travelogue &#187; wearable computing</title>
	<atom:link href="http://travelogue.betacantrips.com/tag/wearable-computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://travelogue.betacantrips.com</link>
	<description>And all I got was this lousy weblog</description>
	<lastBuildDate>Mon, 05 Sep 2011 15:54:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SSH on the N900</title>
		<link>http://travelogue.betacantrips.com/2010/05/24/ssh-on-the-n900/</link>
		<comments>http://travelogue.betacantrips.com/2010/05/24/ssh-on-the-n900/#comments</comments>
		<pubDate>Mon, 24 May 2010 21:33:36 +0000</pubDate>
		<dc:creator>Ethan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[wearable computing]]></category>

		<guid isPermaLink="false">http://travelogue.betacantrips.com/2010/05/24/ssh-on-the-n900/</guid>
		<description><![CDATA[Filed under: information, open source, wearable computing
I spent a few hours today dicking with my N900 and thought I&#8217;d write up some of the things I dealt with.
For a long time I&#8217;ve been using Dropbear SSH client/server on my phone, due to an alleged less-memory-usage. (When your phone starts swapping, it sucks big time.) Dropbear [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://travelogue.betacantrips.com/tag/information/'>information</a>, <a href='http://travelogue.betacantrips.com/tag/open-source/'>open source</a>, <a href='http://travelogue.betacantrips.com/tag/wearable-computing/'>wearable computing</a></p>
<p>I spent a few hours today dicking with my N900 and thought I&#8217;d write up some of the things I dealt with.</p>
<p>For a long time I&#8217;ve been using Dropbear SSH client/server on my phone, due to an alleged less-memory-usage. (When your phone starts swapping, it sucks big time.) Dropbear even supports serving SCP, but does not support SFTP. This prevents you from using any relatively-nice &quot;file transfer over SSH&quot; GUI, such as Nautilus&#8217;s &quot;ssh&quot; support or gFTP. (I think Konqueror&#8217;s <tt class="docutils literal"><span class="pre">fish</span></tt> mechanism would still work, but that is of limited utility to me right now.) It may be possible to <a class="reference external" href="http://www.mail-archive.com/dropbear&#64;ucc.asn.au/msg00152.html">use the sftp from OpenSSH with dropbear</a>, but since the Dropbear packages conflict with the OpenSSH packages in the Maemo repository, that&#8217;s not especially on an N900. In fact, dropbear-scp conflicts with openssh-common (both provide /usr/bin/scp, which I think is silly, but there you are).</p>
<p>Of course, if you insist on using Dropbear, you can use Bluetooth to copy files over Obexftp (which Nautilus supports nicely). But since this requires Bluetooth hardware to be powered on both the laptop and the phone, I decided to replace Dropbear with OpenSSH.</p>
<p>Installing OpenSSH server on your N900 forces you to change your root password (<a class="reference external" href="http://wiki.maemo.org/Root_access">the default is &quot;rootme&quot;</a>), whether you&#8217;ve already changed it or not. Kind of annoying. The user account by default &quot;doesn&#8217;t have a password&quot;, which I think means all password access is disabled. <a class="reference external" href="http://talk.maemo.org/showthread.php?t=36919">Folk wisdom</a> suggests that giving a password to the user account &quot;could&quot; cause problems, but I think this is based on an (incorrect) belief that the default password is &quot;blank&quot; (in fact, it&#8217;s <a class="reference external" href="http://talk.maemo.org/showthread.php?t=36919&amp;page=2">invalid</a>, meaning there is no phone software that relies on using a password to switch to the user account, so there should be no problem with granting a password). Nevertheless I decided to just drop in a key using <tt class="docutils literal"><span class="pre">authorized_keys</span></tt>. But if you don&#8217;t set a password, OpenSSH won&#8217;t let you log in (even using <tt class="docutils literal"><span class="pre">publickey</span></tt> access); the log messages will tell you that your account is &quot;locked&quot;. The reason is that OpenSSH looks at <tt class="docutils literal"><span class="pre">/etc/passwd</span></tt> to decide whether to let you in using any access methods at all; since the password hash is &quot;<tt class="docutils literal"><span class="pre">!</span></tt>&quot;, it locks you out.</p>
<p>This page <a class="reference external" href="http://grid.ncsa.illinois.edu/ssh/ts_server.html#locked">shows how to fix the &quot;locked account&quot; status</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://travelogue.betacantrips.com/2010/05/24/ssh-on-the-n900/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wearable Computer With Lightweight HUD</title>
		<link>http://travelogue.betacantrips.com/2009/07/27/wearable-computer-with-lightweight-hud/</link>
		<comments>http://travelogue.betacantrips.com/2009/07/27/wearable-computer-with-lightweight-hud/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 17:15:25 +0000</pubDate>
		<dc:creator>Ethan</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[wearable computing]]></category>

		<guid isPermaLink="false">http://travelogue.betacantrips.com/?p=201</guid>
		<description><![CDATA[Filed under: hardware, wearable computing
File under: the advance of ubiquitous computing, augmented reality, etc. The post on Slashdot.
zeazzz writes to mention that the folks over at UMPC have a very cool little writeup and pictorial of a user&#8217;s latest wearable PC. With the surge in smart phone adoption it seems that enthusiasm for wearable computers [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://travelogue.betacantrips.com/tag/hardware/'>hardware</a>, <a href='http://travelogue.betacantrips.com/tag/wearable-computing/'>wearable computing</a></p>
<p>File under: the advance of ubiquitous computing, augmented reality, etc. <a href="http://hardware.slashdot.org/story/09/07/27/1932234/Wearable-Computer-With-Lightweight-HUD">The post on Slashdot</a>.</p>
<blockquote><p>zeazzz writes to mention that the folks over at UMPC have a very cool little writeup and pictorial of a user&#8217;s latest wearable PC. With the surge in smart phone adoption it seems that enthusiasm for wearable computers has dropped off a bit, which is too bad.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://travelogue.betacantrips.com/2009/07/27/wearable-computer-with-lightweight-hud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

