<?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/"
	>

<channel>
	<title>Bama's Bunker</title>
	<atom:link href="http://www.eeph.com/~james/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eeph.com/~james</link>
	<description>dog walking, campfire cooking, &#38; fine metrology</description>
	<pubDate>Mon, 29 Nov 2010 04:00:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>tuning ubuntu netbook remix for SSD</title>
		<link>http://www.eeph.com/~james/2009/09/26/tuning-ubuntu-netbook-remix-for-ssd/%</link>
		<comments>http://www.eeph.com/~james/2009/09/26/tuning-ubuntu-netbook-remix-for-ssd/%#comments</comments>
		<pubDate>Sat, 26 Sep 2009 20:35:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.eeph.com/~james/?p=310</guid>
		<description><![CDATA[The stock install of UNR on my Acer Aspire ZG5 using a 4GB thumb drive was certainly an improvement over the stock XP. I began to wonder what kind of tweaks could be done to make it even better.
In the past I have used ReiserFS to good effect, but it is not included with UNR, [...]]]></description>
			<content:encoded><![CDATA[<p>The stock install of UNR on my Acer Aspire ZG5 using a 4GB thumb drive was certainly an improvement over the stock XP. I began to wonder what kind of tweaks could be done to make it even better.</p>
<p>In the past I have used ReiserFS to good effect, but it is not included with UNR, so I tried a full install of Ubuntu 9.04 on my 4GB thumb drive using ReiserFS and adding the UNR package after the install. Worked nicely but left me with hardly any room on the thumb drive. A little more reading and I discovered that many of the performance improvements of ReiserFS have been included in ext3, and there are many post-install options for tuning ext3.</p>
<p>So I did a fresh install of UNR with ext3. Afterwards, I did some tuning of the ext3 file system. <a href="http://ubuntuforums.org/showthread.php?t=107856">The ubuntu forums have some good info for ext3fs tuning</a>. Another page with some hints is <a href="http://blog.loxal.net/2008/01/tuning-ext3-for-performance-without.html">http://blog.loxal.net/2008/01/tuning-ext3-for-performance-without.html</a> The changes are made in /etc/fstab and /boot/grub/menu.lst</p>
<p>I used the data=journal option rather than the default data=ordered option or the suposedly speediest data=writeback option. I did this because of an interesting note regarding how this mode is the slowest, EXCEPT  when data needs to be read from and written to disk at the same time, in which case it outperforms all other modes.</p>
<p>When I considered my main use of the netbook &#8212; massive web browsing with Firefox &#8212; it seemed to me that most of the time that is exactly what is happening: Firefox is reading from its disk cache while writing to the history database. If you are downloading files while continuing to browse multiple tabs, same thing. While I am no great expert, and I have not tried data=writeback option, it seems as if the data=journal option is working well for my purposes.</p>
<p>While I have not yet taken the plunge of installing UNR with this tuned ext3fs on the internal 8GB SSD in the Acer Aspire ZG5, it seems like the day is coming. The only thing that was holding me back was Skype, and since I have successfully tested <a href="http://www.skype.com/download/skype/linux/">Skype for Linux</a>, there are no barriers remaining.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eeph.com/~james/2009/09/26/tuning-ubuntu-netbook-remix-for-ssd/%/feed</wfw:commentRss>
		</item>
		<item>
		<title>Acer Aspire ZG5</title>
		<link>http://www.eeph.com/~james/2009/09/03/acer-aspire-zg5/%</link>
		<comments>http://www.eeph.com/~james/2009/09/03/acer-aspire-zg5/%#comments</comments>
		<pubDate>Thu, 03 Sep 2009 07:19:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.eeph.com/~james/?p=282</guid>
		<description><![CDATA[Back in Feb. 2009 I got an Acer Aspire ZG5 on sale at Fry&#8217;s. It&#8217;s the XP Home version, 8GB SSD, 1G RAM. For minimal usage it did the trick, but as I began to use it more, I chafed at the slow SSD. I found various tricks on the web, like set up a [...]]]></description>
			<content:encoded><![CDATA[<p>Back in Feb. 2009 I got an Acer Aspire ZG5 on sale at Fry&#8217;s. It&#8217;s the XP Home version, 8GB SSD, 1G RAM. For minimal usage it did the trick, but as I began to use it more, I chafed at the slow SSD. I found various tricks on the web, like set up a RAM drive and put windows temp files there, along with your Firefox profile. This is quite speedy but has drawbacks, like having to remember to save your profile to the SSD at shutdown, and the plain 32mb RAM drive that&#8217;s free from MS makes for a temp folder too small to download and  install some things.</p>
<p>Two utilities in particular helped get away from the sluggishness: <a href="http://www.outertech.com/index.php?_charisma_page=product&amp;id=7">CacheManXP</a> optimizes various caches, recovers RAM, and fine tunes a wide range  of system settings. <a href="http://flashfire.org/xe/">Flashfire</a> uses 32mb of  RAM to buffer the SSD, and makes a fantastic improvement to the usability of the netbook. Most noticeable is that I can leave Google Desktop running at all times without noticing any slowdown.</p>
<p>Performance-wise, the stock ZG5 with XP is boggy, kludgy, and sluggish. Running UNR is a great improvement. However, after adding Flashfire, the ZG5 with XP has a slight edge in speed and low latency over UNR.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eeph.com/~james/2009/09/03/acer-aspire-zg5/%/feed</wfw:commentRss>
		</item>
		<item>
		<title>ubuntu netbook remix</title>
		<link>http://www.eeph.com/~james/2009/09/02/ubuntu-netbook-remix/%</link>
		<comments>http://www.eeph.com/~james/2009/09/02/ubuntu-netbook-remix/%#comments</comments>
		<pubDate>Wed, 02 Sep 2009 07:10:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.eeph.com/~james/?p=278</guid>
		<description><![CDATA[ubuntu netbook remix is the best linux yet. I&#8217;m trying it on an Acer Aspire ZG5 ( 1GB RAM 8GB SSD) using two thumb drives &#8212; one for the 1GB UNR image, and and the other to install upon. Windows XP rests undisturbed on the internal SSD, but that may not last long, from the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ubuntu.com/GetUbuntu/download-netbook">ubuntu netbook remix</a> is the best linux yet. I&#8217;m trying it on an Acer Aspire ZG5 ( 1GB RAM 8GB SSD) using two thumb drives &#8212; one for the 1GB UNR image, and and the other to install upon. Windows XP rests undisturbed on the internal SSD, but that may not last long, from the looks of it.</p>
<p>Today I got the 4GB thumbdrive installation all updated, then I made an image of it and cloned it onto the first thumbdrive. Now I have two! The installation leaves about 2G of working space on a 4GB thumb drive. Next to plug one into my desktop machine and see how well that works.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eeph.com/~james/2009/09/02/ubuntu-netbook-remix/%/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

