<?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 Writer&#039;s Technology Companion &#187; computers</title>
	<atom:link href="http://www.writerstechnology.com/tag/computers/feed" rel="self" type="application/rss+xml" />
	<link>http://www.writerstechnology.com</link>
	<description>Tools, Tips, and Technology for Productive Writers</description>
	<lastBuildDate>Mon, 08 Feb 2010 13:00:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Moving to Linux: Working with the Netbook</title>
		<link>http://www.writerstechnology.com/2008/11/moving-to-linux-working-with-the-netbook</link>
		<comments>http://www.writerstechnology.com/2008/11/moving-to-linux-working-with-the-netbook#comments</comments>
		<pubDate>Tue, 18 Nov 2008 15:00:29 +0000</pubDate>
		<dc:creator>Aaron Peters</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[x2x]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://www.writerstechnology.com/?p=553</guid>
		<description><![CDATA[During my last post, I listed some of the virtues of the netbook. But due to the (comparatively) underpowered and compact hardware, it is almost a certainty that the netbook won’t be your only computer. As I’ve developed a set-up for using the Wind alongside (or, literally, in front of) my desktop, I thought I’d [...]<p><div style="border: 1px darkblue; color: lightblue; padding: 5px; margin: 5px;">Post from: <a href="http://www.writerstechnology.com">The Writer's Technology Companion</a>.<hr />Buy my book! <a href="http://www.dwax.org/stupid">Don't Be Stupid: A Guide to Learning, Studying, and Succeeding at College</a></div>

<br/><br/><a href="http://www.writerstechnology.com/2008/11/moving-to-linux-working-with-the-netbook">Moving to Linux: Working with the Netbook</a></p>
]]></description>
			<content:encoded><![CDATA[<p class="dropcap-first">During my <a href="http://www.writerstechnology.com/2008/11/moving-to-linux-your-new-best-friend-the-netbook">last post</a>, I listed some of the virtues of the netbook.  But due to the (comparatively) underpowered and compact hardware, it is almost a certainty that the netbook won’t be your only computer.  As I’ve developed a set-up for using the Wind alongside (or, literally, in front of) my desktop, I thought I’d share some of these tools and strategies.</p>
<h1>Comparison</h1>
<p>Before we start, let’s figure out what each of these things does well, or at least better than the other.</p>
<p><strong><span style="underline;">Desktop</span></strong>:</p>
<ul>
<li>On a desktop, the wide screen is clearly the biggest advantage.</li>
<li>Also, the keyboard is likely to be better than the one on the netbook (unless you’re using an HP Mini).</li>
<li>Graphics– and animation-intensive applications and/or web pages are likely to run better on the improved horsepower of the desktop.</li>
</ul>
<p><strong><span style="underline;">Netbook</span></strong>:</p>
<ul>
<li>Although the desktop is bound to have more storage, there is something to be said for keeping certain types of information in one place.  For example, I keep my tree-based note-taking application (<a href="http://basket.kde.org">BasKet</a>, more on this later) exclusively on the Wind.</li>
<li>I also find it easy to really focus on a particular task when working on the Wind.  Perhaps it’s because of the small screen size, and therefore the fact that I can’t have multiple windows open with lots of lights and whistles going off.<span id="more-553"></span></li>
</ul>
<h1>Linux Toolset</h1>
<p>So, based on this assessment, I came to the conclusion that I wanted some type of set-up that would allow me to access both the desktop and the Wind at the same time.  Here’s the tools I use to do just that:</p>
<ul>
<li><strong>SSH/SFTP:</strong> The Secure SHell, or SSH, is one of my most used applications.  I use it to remote into the desktop (which functions for me largely as a server as well) to perform maintenance, install new software, and (via the Secure FTP compatibility), move files back and forth between the two machines. Lastly, SSH will allow me to open an application that’s only installed on the Wind on the display for the desktop.  For example, I have the Quanta web IDE installed on the Wind, but I can open it on the desktop through an SSH tunnel.</li>
<li><strong>SVN:</strong> Where I’ll use SFTP for a one-off movement of files, when keeping all of my “working files” organized, I use the version control system called Subversion.  Originally designed for managing code, it works very well as a simple-to-set-up document management system.  Additionally, it also works through an SSH tunnel, so I can securely access files on my home desktop anywhere there’s Internet access.</li>
<li><strong>x2x:</strong> Finally, possibly the most useful tool in my arsenal is x2x.  This “software KVM” allows you to share a keyboard and mouse between two machines with two separate displays (so, I guess it’s really a software “KM”).  The effect of this is that I can use the desktop keyboard, and when I move the cursor past the bottom of the screen, control “jumps” to the Wind, and I can use the larger keyboard and mouse to work there.</li>
</ul>
<p>Based on the above, here’s how I generally use the two machines together.</p>
<ul>
<li>I leave my e-mail client and IM window open and tiled on the Wind.  Using the smaller screen is useful for things that you need to monitor, such as e-mail, IM, or RSS/news feeds.</li>
<li>I’ll open non-processor-intensive applications such as text editors/word processors remotely from the desktop (i.e. open the copy of the application that’s installed on the Wind so that it displays on the larger screen of the desktop).</li>
<li>Twice per day (usually, the start and end of the day) I’ll sync (in SVN parlance, “update” and/or “commit”) changes to files on the Wind into the SVN repository.</li>
<li>I open windows such as web pages that I’m reading in-depth and development apps on the desktop.</li>
</ul>
<p><a href="http://www.writerstechnology.com/wp-content/uploads/2008/11/dsc00137.jpg"><img class="alignnone size-medium wp-image-555" src="http://www.writerstechnology.com/wp-content/uploads/2008/11/dsc00137.jpg" alt="" width="474" height="629" /></a></p>
<p>With these two machines connected via the tools above, I have a very functional set-up when sitting at the desk that allows me to unhook the Wind with a minimum of fuss.  Drafting on the go and doing layout/coding when “docked” has become my preferred method for working.  With the Linux toolset, it’s easy!</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=acf03063-75e6-4d47-9707-9d08a76df07b" alt="" /></div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.writerstechnology.com/2008/11/moving-to-linux-the-netbook-is-your-new-best-friend" rel="bookmark" class="crp_title">Moving to Linux: The Netbook is Your New Best Friend</a></li><li><a href="http://www.writerstechnology.com/2009/09/moving-to-linux-working-with-the-netbook-part-2" rel="bookmark" class="crp_title">Moving to Linux: Working with the Netbook, Part 2</a></li><li><a href="http://www.writerstechnology.com/2008/11/get-the-most-out-of-your-xp-based-netbook" rel="bookmark" class="crp_title">Get the Most Out of Your XP-Based Netbook (UPDATED)</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><p><div style="border: 1px darkblue; color: lightblue; padding: 5px; margin: 5px;">Post from: <a href="http://www.writerstechnology.com">The Writer’s Technology Companion</a>.<hr />Buy my book! <a href="http://www.dwax.org/stupid">Don’t Be Stupid: A Guide to Learning, Studying, and Succeeding at College</a></div>

<br/><br/><a href="http://www.writerstechnology.com/2008/11/moving-to-linux-working-with-the-netbook">Moving to Linux: Working with the Netbook</a></p>
 <!--<div class="series_links"><a style="font-size: small" href='http://www.writerstechnology.com/2008/11/moving-to-linux-the-netbook-is-your-new-best-friend' title='Moving to Linux: The Netbook is Your New Best Friend'>Previous in series</a> <a style="font-size: small" href='http://www.writerstechnology.com/2009/09/moving-to-linux-working-with-the-netbook-part-2' title='Moving to Linux: Working with the Netbook, Part 2'>Next in series</a></div>--><br><div class="series_toc" style="font-size: small;"><h4>Posts in “Moving to Linux: Tools for Writers” series</h3><ol><li><a href='http://www.writerstechnology.com/2008/10/moving-to-linux-tools-for-writers' title='Moving to Linux: Tools for Writers'>Moving to Linux: Tools for Writers</a></li><li><a href='http://www.writerstechnology.com/2008/10/moving-to-linux-working-with-text-part-1' title='Moving to Linux: Working with Text (Part 1)'>Moving to Linux: Working with Text (Part 1)</a></li><li><a href='http://www.writerstechnology.com/2008/11/moving-to-linux-working-with-text-part-2' title='Moving to Linux: Working with Text (Part 2)'>Moving to Linux: Working with Text (Part 2)</a></li><li><a href='http://www.writerstechnology.com/2008/11/moving-to-linux-the-new-openoffice' title='Moving to Linux: The New OpenOffice'>Moving to Linux: The New OpenOffice</a></li><li><a href='http://www.writerstechnology.com/2008/11/moving-to-linux-scribus-for-writers' title='Moving to Linux: Scribus for Writers'>Moving to Linux: Scribus for Writers</a></li><li><a href='http://www.writerstechnology.com/2008/11/moving-to-linux-the-netbook-is-your-new-best-friend' title='Moving to Linux: The Netbook is Your New Best Friend'>Moving to Linux: The Netbook is Your New Best Friend</a></li><li>Moving to Linux: Working with the Netbook</li><li><a href='http://www.writerstechnology.com/2009/09/moving-to-linux-working-with-the-netbook-part-2' title='Moving to Linux: Working with the Netbook, Part 2'>Moving to Linux: Working with the Netbook, Part 2</a></li></ol></div><br>]]></content:encoded>
			<wfw:commentRss>http://www.writerstechnology.com/2008/11/moving-to-linux-working-with-the-netbook/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

