<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: One week at 100Mhz: Slow is as slow does, Mrs. Blue</title>
	<atom:link href="http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/feed/" rel="self" type="application/rss+xml" />
	<link>http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/</link>
	<description>K.Mandla's blog of Linux experiences</description>
	<lastBuildDate>Mon, 11 Feb 2013 18:19:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: mulenmar</title>
		<link>http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-39668</link>
		<dc:creator><![CDATA[mulenmar]]></dc:creator>
		<pubDate>Fri, 19 Jun 2009 06:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-39668</guid>
		<description><![CDATA[I tested it, and it´s definitely the resolv.conf change that did the trick of eliminating the elinks delay...although I´m pretty certain that DHCP will overwrite the change since it rebuilds that file every time it starts. DHCP daemons use ¨too much¨ memory and boot time anyhow. ;)]]></description>
		<content:encoded><![CDATA[<p>I tested it, and it´s definitely the resolv.conf change that did the trick of eliminating the elinks delay&#8230;although I´m pretty certain that DHCP will overwrite the change since it rebuilds that file every time it starts. DHCP daemons use ¨too much¨ memory and boot time anyhow. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K.Mandla</title>
		<link>http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-39662</link>
		<dc:creator><![CDATA[K.Mandla]]></dc:creator>
		<pubDate>Fri, 19 Jun 2009 00:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-39662</guid>
		<description><![CDATA[Actually I&#039;ve seen that too with newer sites, on my &quot;fast&quot; machine too. There must be some sort of flag or end token that elinks is waiting for (if we&#039;re talking about the same thing -- a long lag late in the loading sequence). I wonder if there&#039;s some setting that will chop that down. ... :&#124;]]></description>
		<content:encoded><![CDATA[<p>Actually I&#8217;ve seen that too with newer sites, on my &#8220;fast&#8221; machine too. There must be some sort of flag or end token that elinks is waiting for (if we&#8217;re talking about the same thing &#8212; a long lag late in the loading sequence). I wonder if there&#8217;s some setting that will chop that down. &#8230; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mulenmar</title>
		<link>http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-39643</link>
		<dc:creator><![CDATA[mulenmar]]></dc:creator>
		<pubDate>Wed, 17 Jun 2009 19:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-39643</guid>
		<description><![CDATA[I&#039;ve noticed Elinks being slow at looking up new websites, even with an 2GHz+ dual-core and IPv6 completely and utterly disabled. But (and I&#039;m not entirely sure what went right here) this last time I fiddled with /etc/resolv.conf and /etc/hosts, I somehow eliminated the problem, and sped up website lookups in all web browsers.

I think it has something to with

a) Manually configuring eth0, instead of relying on DHCP. However, I&#039;ve done this in the past with little to no effect on Elinks.

b.) Commenting out the &quot;domain&quot; and &quot;search&quot; lines in /etc/resolv.conf, as well as the &quot;nameserver 192.168.x.x&quot; line.
I&#039;m guessing this forces everything to go to the ISP&#039;s nameserver first, instead of searching on the home IP, and then scanning the domain for nameservers.

Perhaps, if you use pdnsd or something similar, you should leave the &quot;nameserver 192.168.x.x&quot; line in there, as pdnsd seems to archive DNS addresses on your computer for faster lookup. I don&#039;t know, haven&#039;t tried it.

I did have DHCP set up before manually configuring everything, and I took the nameserver lines it generated when I set everything up manually.

----------------------------------------------------------------

DISCLAIMER: All of the above are taken from personal experience and tinkering on Debian 5.01. Although this *should* work with all Linux distros, or at least those using SysVInit system, it may not for you. 192.168.x.x is a generic address, and the two x&#039;s will be numbers specific to your computer.

No warranty is given for this info. Your mileage may vary.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve noticed Elinks being slow at looking up new websites, even with an 2GHz+ dual-core and IPv6 completely and utterly disabled. But (and I&#8217;m not entirely sure what went right here) this last time I fiddled with /etc/resolv.conf and /etc/hosts, I somehow eliminated the problem, and sped up website lookups in all web browsers.</p>
<p>I think it has something to with</p>
<p>a) Manually configuring eth0, instead of relying on DHCP. However, I&#8217;ve done this in the past with little to no effect on Elinks.</p>
<p>b.) Commenting out the &#8220;domain&#8221; and &#8220;search&#8221; lines in /etc/resolv.conf, as well as the &#8220;nameserver 192.168.x.x&#8221; line.<br />
I&#8217;m guessing this forces everything to go to the ISP&#8217;s nameserver first, instead of searching on the home IP, and then scanning the domain for nameservers.</p>
<p>Perhaps, if you use pdnsd or something similar, you should leave the &#8220;nameserver 192.168.x.x&#8221; line in there, as pdnsd seems to archive DNS addresses on your computer for faster lookup. I don&#8217;t know, haven&#8217;t tried it.</p>
<p>I did have DHCP set up before manually configuring everything, and I took the nameserver lines it generated when I set everything up manually.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>DISCLAIMER: All of the above are taken from personal experience and tinkering on Debian 5.01. Although this *should* work with all Linux distros, or at least those using SysVInit system, it may not for you. 192.168.x.x is a generic address, and the two x&#8217;s will be numbers specific to your computer.</p>
<p>No warranty is given for this info. Your mileage may vary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: One week at 100Mhz: X-less and not a hiccup &#171; Motho ke motho ka botho</title>
		<link>http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-38593</link>
		<dc:creator><![CDATA[One week at 100Mhz: X-less and not a hiccup &#171; Motho ke motho ka botho]]></dc:creator>
		<pubDate>Thu, 26 Feb 2009 14:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-38593</guid>
		<description><![CDATA[[...] wasn&#8217;t really on my list of necessities for the week. And certain weaknesses &#8212; like sluggish Internet access speeds from certain sites in elinks &#8212; weren&#8217;t the fault of my machine really, so this didn&#8217;t affect them [...]]]></description>
		<content:encoded><![CDATA[<p>[...] wasn&#8217;t really on my list of necessities for the week. And certain weaknesses &#8212; like sluggish Internet access speeds from certain sites in elinks &#8212; weren&#8217;t the fault of my machine really, so this didn&#8217;t affect them [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K.Mandla</title>
		<link>http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-38558</link>
		<dc:creator><![CDATA[K.Mandla]]></dc:creator>
		<pubDate>Tue, 24 Feb 2009 03:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-38558</guid>
		<description><![CDATA[These are good to know. I had always looked under a different part of the browsing options to find some sort of copy-link command, but didn&#039;t find one. Thanks for pointing them out. :)]]></description>
		<content:encoded><![CDATA[<p>These are good to know. I had always looked under a different part of the browsing options to find some sort of copy-link command, but didn&#8217;t find one. Thanks for pointing them out. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CorkyAgain</title>
		<link>http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-38556</link>
		<dc:creator><![CDATA[CorkyAgain]]></dc:creator>
		<pubDate>Tue, 24 Feb 2009 00:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-38556</guid>
		<description><![CDATA[Elinks can also send the address of the current page to an external command.  See the &quot;Pass URI of current tab to external command&quot; keybinding.  

This feature uses the same list of external commands as the one I described before.  

In the keybindings dialog, that other one is called &quot;Pass URI of current link to external command&quot;.  

(For some reason, these are NOT next to each other in the keybindings dialog.)

While looking at this just now, I noticed that there&#039;s also a possible keybinding for &quot;Pass URI of current frame to external command&quot;.  I haven&#039;t used that one myself, but it might come in handy.]]></description>
		<content:encoded><![CDATA[<p>Elinks can also send the address of the current page to an external command.  See the &#8220;Pass URI of current tab to external command&#8221; keybinding.  </p>
<p>This feature uses the same list of external commands as the one I described before.  </p>
<p>In the keybindings dialog, that other one is called &#8220;Pass URI of current link to external command&#8221;.  </p>
<p>(For some reason, these are NOT next to each other in the keybindings dialog.)</p>
<p>While looking at this just now, I noticed that there&#8217;s also a possible keybinding for &#8220;Pass URI of current frame to external command&#8221;.  I haven&#8217;t used that one myself, but it might come in handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: One week at 100Mhz: Scary power failures &#171; Motho ke motho ka botho</title>
		<link>http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-38555</link>
		<dc:creator><![CDATA[One week at 100Mhz: Scary power failures &#171; Motho ke motho ka botho]]></dc:creator>
		<pubDate>Tue, 24 Feb 2009 00:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-38555</guid>
		<description><![CDATA[[...] Set up Ubuntu for&#160;speed          &#171; One week at 100Mhz: Slow is as slow does, Mrs.&#160;Blue [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Set up Ubuntu for&nbsp;speed          &laquo; One week at 100Mhz: Slow is as slow does, Mrs.&nbsp;Blue [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CorkyAgain</title>
		<link>http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-38553</link>
		<dc:creator><![CDATA[CorkyAgain]]></dc:creator>
		<pubDate>Mon, 23 Feb 2009 21:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-38553</guid>
		<description><![CDATA[Good news: elinks CAN put a link on the clipboard!

In its Options Manager, use Documents/URI Passing to specify external commands to invoke when you press &#039;x&#039; while the link of interest is selected.  

If you list more than one command under URI Passing, pressing &#039;x&#039; will popup a little menu, letting you choose which command you want to execute.

You can use this, for example, to open the current link in Firefox.  That&#039;s handy if you do most of your browsing in textmode, but occasionally want to open a page with lots of graphics or multimedia.    

But more to the point, you can also have it call xclip or a similar utility to put the selected link on the clipboard.]]></description>
		<content:encoded><![CDATA[<p>Good news: elinks CAN put a link on the clipboard!</p>
<p>In its Options Manager, use Documents/URI Passing to specify external commands to invoke when you press &#8216;x&#8217; while the link of interest is selected.  </p>
<p>If you list more than one command under URI Passing, pressing &#8216;x&#8217; will popup a little menu, letting you choose which command you want to execute.</p>
<p>You can use this, for example, to open the current link in Firefox.  That&#8217;s handy if you do most of your browsing in textmode, but occasionally want to open a page with lots of graphics or multimedia.    </p>
<p>But more to the point, you can also have it call xclip or a similar utility to put the selected link on the clipboard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faelar</title>
		<link>http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-38552</link>
		<dc:creator><![CDATA[Faelar]]></dc:creator>
		<pubDate>Mon, 23 Feb 2009 20:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-38552</guid>
		<description><![CDATA[You are reading about the Battle of the Somme ? Funny, I currently live in the Somme (in Amiens precisely). I never thought I should see this subject in a topic about console applications !]]></description>
		<content:encoded><![CDATA[<p>You are reading about the Battle of the Somme ? Funny, I currently live in the Somme (in Amiens precisely). I never thought I should see this subject in a topic about console applications !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vanity Vertigo</title>
		<link>http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-38551</link>
		<dc:creator><![CDATA[Vanity Vertigo]]></dc:creator>
		<pubDate>Mon, 23 Feb 2009 20:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2009/02/23/one-week-at-100mhz-slow-is-as-slow-does-mrs-blue/#comment-38551</guid>
		<description><![CDATA[My sojourn with console only applications seems to have gone much better than yours sounds so far. True I was using a 500Mhz computer with 384Mb of ram. But I spent it with no X and it was much longer than one week. I think I lasted about a month or so. I must say that I like screen better than any tiling window manager. The thing that ultimately brought me back to X was Flash. I need Flash for music discovery. I&#039;m basically always listening to and finding new artists. Anyways, keep it up. ^_^]]></description>
		<content:encoded><![CDATA[<p>My sojourn with console only applications seems to have gone much better than yours sounds so far. True I was using a 500Mhz computer with 384Mb of ram. But I spent it with no X and it was much longer than one week. I think I lasted about a month or so. I must say that I like screen better than any tiling window manager. The thing that ultimately brought me back to X was Flash. I need Flash for music discovery. I&#8217;m basically always listening to and finding new artists. Anyways, keep it up. ^_^</p>
]]></content:encoded>
	</item>
</channel>
</rss>
