<?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>Two Ideas &#187; Linux</title>
	<atom:link href="http://www.twoideas.org/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.twoideas.org</link>
	<description>When I think something, sometimes I write it up.</description>
	<lastBuildDate>Thu, 02 Feb 2012 01:55:16 +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>Two Writing Milestones</title>
		<link>http://www.twoideas.org/2008/12/two-writing-milestones/</link>
		<comments>http://www.twoideas.org/2008/12/two-writing-milestones/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 23:29:31 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[fiction]]></category>
		<category><![CDATA[indie magazines]]></category>
		<category><![CDATA[Lodestar]]></category>
		<category><![CDATA[shameless self-promotion]]></category>
		<category><![CDATA[Think Unix]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.twoideas.org/?p=196</guid>
		<description><![CDATA[Within a single week, I've passed two milestones with regard to my writing. First, I've gone into positive territory on my royalties for Think Unix. Yes, after nearly eight and a half years I've earned back my advance, and am now owed approximately three dollars seventy-five cents by the publisher. I'm exceedingly pleased that people [...]]]></description>
			<content:encoded><![CDATA[<p>Within a single week, I've passed two milestones with regard to my writing.</p>
<p>First, I've gone into positive territory on my royalties for <a href="http://www.tux.org/~lasser/think-unix/">Think Unix</a>. Yes, after nearly eight and a half years I've earned back my advance, and am now owed approximately three dollars seventy-five cents by the publisher.</p>
<p>I'm exceedingly pleased that people continue to read and purchase this book, and that except for the two chapters on Unix GUIs the book has remained useful. I wanted to write an "evergreen," and I feel like I succeeded. Not that I couldn't improve the book, or that there aren't things I wish I'd done better, but I think I did pretty well.</p>
<p>Second, I'm pleased to announce that a short story of mine is being published. I've waited until the magazine was printed and ready to go, as I've had things fall through in the past - but you can <a href="http://theneerdowell.com/buytheneerdowell1/">buy</a> issue one of <a href="http://theneerdowell.com/">The Ne'er-Do-Well Magazine</a>, which contains my short story "Lodestar."</p>
<p>If you've read previous versions of this story, I'd encourage you to buy the magazine and re-read it, as it's been substantially revised. Sheila, the editor, is exceedingly perceptive, and her input did the story a lot of good. I'm looking forward to my copy arriving, and reading the rest of the pieces too.</p>
<p>As a teaser, an unrelated short-short, <a href="http://theneerdowell.com/2008/11/02/i-still-get-pictures-from-him-sometimes-by-jon-lasser/">I still get pictures from him sometimes</a> is on the magazine's site, along with <a href="http://theneerdowell.com/category/short-shorts/">short-shorts</a> from other contributors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twoideas.org/2008/12/two-writing-milestones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Server + Ubuntu Gutsy Gibbon + Cloned Servers = Unnecessary Pain</title>
		<link>http://www.twoideas.org/2007/12/vmware-server-ubuntu-gutsy-gibbon-cloned-servers-unnecessary-pain/</link>
		<comments>http://www.twoideas.org/2007/12/vmware-server-ubuntu-gutsy-gibbon-cloned-servers-unnecessary-pain/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 23:57:09 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.twoideas.org/wordpress/2007/12/17/vmware-server-ubuntu-gutsy-gibbon-cloned-servers-unnecessary-pain/</guid>
		<description><![CDATA[At work, I wanted to build a single Ubuntu image for VMWare, which I could then clone for virtual appliances. I settled on 64-bit Gutsy Gibbon Server, as it was the latest and greatest. I built my generic image, which worked great. But then I built my clone. The clone's ethernet card never showed up. [...]]]></description>
			<content:encoded><![CDATA[<p>At work, I wanted to build a single <a href="http://ubuntu.com/">Ubuntu</a> image for <a href="http://www.vmware.com/">VMWare</a>, which I could then clone for virtual appliances.</p>
<p>I settled on 64-bit Gutsy Gibbon Server, as it was the latest and greatest. I built my generic image, which worked great.  But then I built my clone.</p>
<p>The clone's ethernet card never showed up. I used every tool; I could see it on the PCI bus, and I could examine it to my hearts' content, but <strong>ifconfig</strong> just wouldn't see eth0.</p>
<p>Finally, today, I found the culprit.  I'd rebuilt the image again, cloned it, told the clone to create a new ID, and immediately the Ethernet interface disappeared.</p>
<p>The culprit? <code>/etc/udev/rules.d/70-persistent-net.rules</code>, which relies on the MAC address of the network card to assign ethernet devices.  Changing the ID changes the MAC address, which breaks the existing rule.</p>
<p>Solution? Delete the rule for the old card, on eth0, and change the eth1 in the rule for the new MAC to eth0.</p>
<p>That's it.  Wish it hadn't taken me days of messing around to figure that out. Makes me feel old and not very bright.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twoideas.org/2007/12/vmware-server-ubuntu-gutsy-gibbon-cloned-servers-unnecessary-pain/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

