<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>LinuxQuestions.org - Blogs - archtoad6</title>
		<link>http://www.linuxquestions.org/questions/blog.php?u=147095</link>
		<description>LinuxQuestions.org offers a free Linux forum where Linux newbies can ask questions and Linux experts can offer advice. Topics include security, installation, networking and much more.</description>
		<language>en</language>
		<lastBuildDate>Mon, 23 Nov 2009 16:05:34 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://e1h7.simplecdn.net/lqcdn/images/questions/images/misc/rss.jpg</url>
			<title>LinuxQuestions.org - Blogs - archtoad6</title>
			<link>http://www.linuxquestions.org/questions/blog.php?u=147095</link>
		</image>
		<item>
			<title><![CDATA[The 6th ArchToad's Laws of Scripting]]></title>
			<link>http://www.linuxquestions.org/questions/blog.php?b=2385</link>
			<pubDate>Thu, 05 Nov 2009 16:25:17 GMT</pubDate>
			<description><![CDATA[_Preface_ 
"Clarity, Brevity, Generality"  
Paterned after the "Liberté, égalité, fraternité" (http://en.wikipedia.org/wiki/Egalite) of the French...]]></description>
			<content:encoded><![CDATA[<div><u>Preface</u><br />
&quot;Clarity, Brevity, Generality&quot; <br />
Paterned after the <a href="http://en.wikipedia.org/wiki/Egalite" target="_blank">&quot;Liberté, égalité, fraternité&quot;</a> of the French Revolution, these are the <a href="http://en.wikipedia.org/wiki/Tripartite_motto" target="_blank">watch words</a> with which I introduced a presentation on programming I gave to HLUG (H=Houston) about 4 years ago.  I quote them here, 1st because they are appropriate, &amp; 2nd because I want my copyright &amp; other intellectual property claim on the public record.  <br />
  <br />
I have strong opinions on programming, especially scripting &amp; this is my attempt to set some of them down.  <br />
  <br />
<u>Background</u><br />
This blog entry was triggered by <a href="http://www.linuxquestions.org/questions/showthread.php?p=3745723#post3745723">this post</a> of mine.  I got to end of what I was writing, &amp; realized that I was going off on a tangent/rant that didn't belong in the thread, but deserved to be preserved.  <br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="3" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="bbcodeblock" style="border:1px inset">
			
				I probably would have made &quot;$LIVECDLABEL&quot; something like &quot;$LABEL&quot; on the theory that the whole thing is about burning a live CD, so &quot;LIVECD&quot; is redundant.  I know the idea of short variables flies in the face of C programmers practice, but I think that it works in a <b>bash</b> scripting environment.  <br />
. . .  <br />
[formula moved &amp; expanded]
			
		</td>
	</tr>
	</table>
</div>  The formula I did not post is now:  <br />
  <br />
<u>The Law of Maximum Variable Length</u><br />
Variables should be as short as possible -- brevity; w/o becoming confusing -- clarity.  <br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">l(V) = s(V)^X / f(V)^Y * Z</pre>
</div>where:  <br />
l(V) is the minimum allowable length in letters of variable V<br />
s(V) is the span in lines of variable V  <br />
f(V) is the frequency of variable V<br />
X, Y, Z are yet-to-be-determined empirical constants  <br />
  <br />
The &quot;math&quot; is tongue in cheek, but the idea is serious.  I believe that shorter tokens are easier to understand.  I think there a psychological studies that show that this is true.  If any reader knows of any, please post a link.  <br />
  <br />
  <br />
<u>The Law of Capitalization</u>  <br />
Unless the scripting language has a specific convention to the contrary, the names of variables should be all UPPERCASE.  (It's not shouting because the names are short.  :))  <br />
  <br />
  <br />
<u>The Law of Standard Variable Length</u><br />
All similar variables should have the same number of characters; even if some must be unnaturally lengthened:  &quot;INN &amp; OUT&quot; or  &quot;IN_ &amp; OUT&quot;.  This aids in following the Law of Alignment.  <br />
  <br />
  <br />
<u>The Law of Alignment</u><br />
Insert extra space to make things line up -- it's easier to read.  This kind of &quot;easier to read&quot; is also quicker to read &amp; w/ better comprehension.  <br />
  <br />
  <br />
<u>The Law of Indenting</u><br />
All logical blocks should be indented.  (Python indenting syntax should be adopted by all remotely similar languages.  The ideal indent is 3 spaces.  2 &amp; 4 are acceptable.  1 space indenting can be used in an extreme case (HTML examples come to mind.)  5 or more spaces are unnecessary.  Tabs are an abomination because they cause eyesores, &amp; because they mess block mode in some text editors.  Fortunately <b>pr -t -e</b> (RT:)M <b>pr</b>) can fix this.  See the section &quot;Code block 4&quot; in <a href="http://www.linuxquestions.org/questions/showthread.php?p=3745723#post3745723">http://www.linuxquestions.org/questi...23#post3745723</a>  <br />
  <br />
  <br />
Enough for now, maybe more later ...</div>

]]></content:encoded>
			<dc:creator>archtoad6</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog.php?b=2385</guid>
		</item>
		<item>
			<title>If Gnome and KDE joined forces</title>
			<link>http://www.linuxquestions.org/questions/blog.php?b=2276</link>
			<pubDate>Fri, 18 Sep 2009 15:13:29 GMT</pubDate>
			<description>I recently read an otherwise excellent article -- Enduring Roadblocks to Linux Acceptance -- on another site.  It contained one statement that I...</description>
			<content:encoded><![CDATA[<div>I recently read an otherwise excellent article -- <i>Enduring Roadblocks to Linux Acceptance</i> -- on another site.  It contained one statement that I consider completely bogus.  Here is my reply:  <br />
  <br />
&quot;The world would be better off if Gnome and KDE joined forces.&quot;  I completely disagree.  <br />
<br />
No, the world would NOT be better off; because many of the best developers from each project would quit &amp; their talents, time, &amp; energy would be lost to Linux desktop development.  Some are paid, but many are volunteers; &amp; it is easier to herd cats than to make a volunteer do something.  I know:  I &quot;own&quot; cats &amp; I work with volunteers.  I can on occasion herd the cats, I've never had much luck giving orders to  volunteers.  <br />
  <br />
My friend &amp; original Linux mentor Steve Musacchia also used to complain about the confusion that Linux diversity brings to new users.  He would suggest that Gnome had proved its point &amp; KDE is now under a Free License, &amp; therefore Gnome should disband &amp; its developers join KDE.  In his mind this would eliminate confusion, duplication, &amp; wasted effort.  He forgot that much, if not most, of Linux &amp; Linux software is the product of love of the project.  The existence of any given project within Linux creates the time &amp; energy devoted to it, &amp; doesn't take anything from other projects.  To think otherwise, to believe that volunteers' time is finite or limited, is to apply the wrong economic model to volunteerism.  <br />
  <br />
As long as Linux &amp; its software uses the GPL &amp; other free licenses, this will be true.  Diversity cannot be prevented.  This is by design.  Bill Gates &amp; Steve Ballmer might say with malice of forethought. &lt;/rant&gt;</div>

]]></content:encoded>
			<dc:creator>archtoad6</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog.php?b=2276</guid>
		</item>
		<item>
			<title>Clonezilla Live</title>
			<link>http://www.linuxquestions.org/questions/blog.php?b=2035</link>
			<pubDate>Fri, 12 Jun 2009 20:29:49 GMT</pubDate>
			<description><![CDATA[I lead the Samba & Network Administration SIG (Special Interest Group) at HAL-PC (www.hal-pc.org) here in Houston.  For the last few sessions we have...]]></description>
			<content:encoded><![CDATA[<div>I lead the Samba &amp; Network Administration SIG (Special Interest Group) at HAL-PC (<a href="http://www.hal-pc.org" target="_blank">www.hal-pc.org</a>) here in Houston.  For the last few sessions we have been in a &quot;Disaster Recovery Arc&quot; -- trying out various Free Software/Open Source bare metal back-up &amp; restore software.  Last Saturday, June 6, 2009, one of our members gave an excellent presentation on Clonezilla Live.  <br />
  <a href="http://en.wikipedia.org/wiki/Clonezilla" target="_blank">http://en.wikipedia.org/wiki/Clonezilla</a>  <br />
  <a href="http://www.clonezilla.org/" target="_blank">http://www.clonezilla.org/</a>  <br />
  <br />
Another one of our members had previously made us an XP &quot;guinea pig&quot; box, so Juan Carlos backed it up to a 16G USB flash drive using his Clonezilla LiveCD.  <br />
  <br />
To show that he really had backed it up, I then installed &quot;Service Pack Omega&quot; (SimplyMEPIS 7) on it, &amp; we rebooted to MEPIS to prove that all of the &quot;Winders&quot; infection was gone.  Unfortunately, to prove that Clonezilla works, we then had to restore the &quot;infection&quot; from the USB flash drive w/ the LiveCD &amp; reboot to XP, showing that the restoration had indeed taken place.  <br />
  <br />
It worked easily &amp; just as we expected.  <br />
  <br />
I only regret not making a backup of the SimplyMEPIS install to use in future tests.  <br />
<br />
We did <i>not</i> have the time, or 2nd box set up, to play w/ the Clonezilla Server -- maybe in a future session.  <br />
  <a href="http://en.wikipedia.org/wiki/DRBL" target="_blank">http://en.wikipedia.org/wiki/DRBL</a>  <br />
  <a href="http://drbl.sourceforge.net/" target="_blank">http://drbl.sourceforge.net/</a></div>

]]></content:encoded>
			<dc:creator>archtoad6</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog.php?b=2035</guid>
		</item>
		<item>
			<title>HAL-PC Elections for the Board of Directors</title>
			<link>http://www.linuxquestions.org/questions/blog.php?b=1912</link>
			<pubDate>Thu, 30 Apr 2009 20:33:18 GMT</pubDate>
			<description><![CDATA[Every Spring HAL-PC elects roughly one half of the Board of Directors, I am running for re-election.  I am in the midst of writing my candidate's...]]></description>
			<content:encoded><![CDATA[<div>Every Spring HAL-PC elects roughly one half of the Board of Directors, I am running for re-election.  I am in the midst of writing my candidate's statement, which is due today.  I realized that I may have more to say during the campaign &quot;season&quot;, so I am reserving this spot for additional information.<br />
-- Rick Archibald  <br />
  <br />
Edit 2009/09/14:  <br />
The election is long since over.  The reform group ran unopposed &amp;, of course, won.  When I started this entry, we didn't yet know if anyone was going to run against us, &amp; I needed to provide a personal forum to counter any FUD from the potential opposition.  <br />
  <br />
Thanks to all HAL-PC members who voted.</div>

]]></content:encoded>
			<dc:creator>archtoad6</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog.php?b=1912</guid>
		</item>
		<item>
			<title><![CDATA[The Sphynx & viruscomix]]></title>
			<link>http://www.linuxquestions.org/questions/blog.php?b=1784</link>
			<pubDate>Wed, 25 Mar 2009 15:01:06 GMT</pubDate>
			<description><![CDATA[I recently followed a link to viruscomix (http://viruscomix.com) in a post here @LQ, there I discovered a set of 10, so far, strips featuring "The...]]></description>
			<content:encoded><![CDATA[<div>I recently followed a link to <a href="http://viruscomix.com" target="_blank">viruscomix</a> in a post here @LQ, there I discovered a set of 10, so far, strips featuring &quot;The Sphynx&quot;.  The premise being how would the Sphinx of the OEdipus legend function in modern society.  I wanted to keep a list of them:  <br />
<br />
_1 <a href="http://www.viruscomix.com/page332.html" target="_blank">OEdipus Redux (oedipus redux)</a><br />
_2 <a href="http://www.viruscomix.com/page388.html" target="_blank">The Further Adventures of The Sphynx (not really)</a><br />
_3 <a href="http://www.viruscomix.com/page409.html" target="_blank">Friday Evening with The Sphynx (monsters playing poker)</a><br />
_4 <a href="http://www.viruscomix.com/page426.html" target="_blank">The Ongoing Further Adventures of The Sphynx (Sphynx IV)</a><br />
_5 <a href="http://www.viruscomix.com/page432.html" target="_blank">Video Store Sphynx (Sphynx V)</a><br />
_6 <a href="http://www.viruscomix.com/page445.html" target="_blank">Pizza Hut Sphynx (Sphynx the Sixth)</a><br />
_7 <a href="http://www.viruscomix.com/page452.html" target="_blank">The Further Additional Adventures of The Sphynx (Macerator)</a><br />
_8 <a href="http://www.viruscomix.com/page459.html" target="_blank">There's no good acting, there's only good casting. (Sphynx VIII)</a><br />
_9 <a href="http://www.viruscomix.com/page464.html" target="_blank">The Further Adventures of The Sphynx (Sphynx IX)</a><br />
10 <a href="http://www.viruscomix.com/page478.html" target="_blank">The Yet More Adventures of The Sphynx (Sphynx X)</a>  <br />
11 <a href="http://www.viruscomix.com/page490.html" target="_blank">Bored All Day (Thus misspoke Zarathustra)</a><br />
<br />
Wikipedia article:  &quot;<a href="http://en.wikipedia.org/wiki/Sphinx" target="_blank">Sphinx</a>&quot;</div>

]]></content:encoded>
			<dc:creator>archtoad6</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog.php?b=1784</guid>
		</item>
		<item>
			<title><![CDATA[VGA Resolution Codes for GRUB & Lilo]]></title>
			<link>http://www.linuxquestions.org/questions/blog.php?b=830</link>
			<pubDate>Sat, 29 Dec 2007 15:53:05 GMT</pubDate>
			<description>http://www.linuxquestions.org/questions/linux-general-1/smaller-console-font-609125/ raises the issue of how do I set, at boot, the resolution of my...</description>
			<content:encoded><![CDATA[<div><a href="http://www.linuxquestions.org/questions/linux-general-1/smaller-console-font-609125/">http://www.linuxquestions.org/questi...e-font-609125/</a> raises the issue of how do I set, at boot, the resolution of my consoles (tty's); not just during boot, but for afterwards too.  <br />
 <br />
This got me thinking about a chart of the &quot;vga=&quot; codes that are available.  <br />
  <br />
Googling:<br />
&quot;VGA Resolution&quot; Chart<br />
got these 2 useful answers:  <br />
<a href="http://www.pendrivelinux.com/2007/05/24/vga-boot-modes-to-set-screen-resolution/" target="_blank">http://www.pendrivelinux.com/2007/05...en-resolution/</a><br />
<a href="http://justlinux.com/forum/showpost.php?p=603483&amp;postcount=5" target="_blank">http://justlinux.com/forum/showpost....83&amp;postcount=5</a><br />
  <br />
Here is my composite of these charts:  <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 130px;
		text-align: left;
		overflow: auto">  VGA Resolution Codes for GRUB &amp; Lilo
--- Depth --
Colors  bits  640x480  800×600  1024×768  1152×864 1280×1024  1600×1200
   256    8   vga=769  vga=771   vga=773   vga=353   vga=775    vga=796
 32000    ?   vga=784  vga=787   vga=790   vga= ?    vga=793    vga= ? 
 65000   16   vga=785  vga=788   vga=791   vga=355   vga=794    vga=798
 16.7M   24   vga=786  vga=789   vga=792   vga=795   vga=799</pre>
</div>If anyone has a link to a more complete or more authoritative list, or the has any of the missing info., please post it in a comment.  <br />
  <br />
Edit:  That means post it in a comment HERE, not as an unreadable PM.  TIA</div>

]]></content:encoded>
			<dc:creator>archtoad6</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog.php?b=830</guid>
		</item>
		<item>
			<title>Closing duplicate posts</title>
			<link>http://www.linuxquestions.org/questions/blog.php?b=829</link>
			<pubDate>Tue, 25 Dec 2007 18:06:25 GMT</pubDate>
			<description><![CDATA[1st, thank you to Jeremy & all the Mods, they make this an orderly & productive place to hang out.   
   
Background note:  My main way of...]]></description>
			<content:encoded><![CDATA[<div>1st, thank you to Jeremy &amp; all the Mods, they make this an orderly &amp; productive place to hang out.  <br />
  <br />
Background note:  My main way of interacting w/ LQ is through my subscription to the daily &quot;0-reply threads&quot; e-mail.  Therefore, my problems arise when I click on an entry in that e-mail &amp; find a closed thread which has no references to its continuation, or, worse, gives the &quot;Invalid Thread specified. If you followed a valid link, please notify the administrator&quot; error msg.  <br />
<br />
While anyone who makes duplicate post in clear violation of the rules may be, in your private opinion, a/an/uno:  &lt;!--break--&gt;<ol style="list-style-type: lower-alpha"><li> new member in need of gentle guidance :)</li>
<li> <i>stupido</i></li>
<li> moron (http://en.wikipedia.org/wiki/Moron_(psychology))</li>
<li> imbecile</li>
<li> idiot</li>
<li> malicious arsehole</li>
</ol>and therefore, except for a), deserving of the punishment that results when his/her duplicates are summarily closed or deleted.  However, it is not only the OP who is affected; the rest of, innocents mostly, also suffer by not being able to follow &amp; fully participate in the overall discussion.  <br />
  <br />
I respectfully request that when closing a thread you try to follow these guidelines.<ul><li> Never do it in way that results in the &quot;Invalid Thread specified. ...&quot; msg.  Always put in a visible explanation.</li>
<li> Never close a duplicate w/o a link to the remaining &quot;live&quot; thread.</li>
<li> Evaluate the duplicates for content -- close the one w/ the fewest replies, even if it then needs to be moved to a different forum.</li>
<li> If there are replies w/ real answers in more than one (duplicate), merge them.</li>
<li> If you don't have the time, energy, or patience to do all this, can't you report your post so another Mod., or you yourself at another time, can finish what ought to be done?</li>
<li> Feel free to ask (another Mod.) for help.</li>
<li> </li>
</ul>  <br />
========================================<br />
These are some thoughts/musings on ways of closing duplicate posts &amp; the problems they can cause.  For the moment, this is a scratch pad for my ideas.  Ultimately, when the content &amp; tone are right, I'll make it more widely public.    <br />
  <br />
-----------------------------<br />
I posted similar thoughts here:  <br />
http://www.linuxquestions.org/questions/showthread.php?p=2992087#post2992087</div>

]]></content:encoded>
			<dc:creator>archtoad6</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog.php?b=829</guid>
		</item>
		<item>
			<title>The Coolest Things I Have Done in Linux</title>
			<link>http://www.linuxquestions.org/questions/blog.php?b=681</link>
			<pubDate>Sat, 11 Aug 2007 23:59:16 GMT</pubDate>
			<description><![CDATA[One of the greatest, potentially-too-long-&-boring-but-it-isn't, threads is here (http://www.linuxquestions.org/questions/showthread.php?t=50961).  I...]]></description>
			<content:encoded><![CDATA[<div>One of the greatest, potentially-too-long-&amp;-boring-but-it-isn't, threads is <a href="http://www.linuxquestions.org/questions/showthread.php?t=50961">here</a>.  I have spent several hours over the last 2 days reading it all &amp; taking notes.  I wound up w/ more items than I thought proper to put in the thread.  So I chose 3 &amp; <a href="http://www.linuxquestions.org/questions/showthread.php?p=2855558#post2855558">posted</a> them.  <br />
  <br />
In addition to:<ul><li> bash indirect variables</li>
<li> &quot;Moving to Linux&quot; class</li>
<li> &quot;Linux for Cowards&quot; (tm) presentation</li>
</ul><br />
Here are some that I didn't post:  <br />
&lt;!--break--&gt; <br />
(Why doesn't this -- &quot;break&quot; tag -- work?  Where are the instuctions for blog specific tags in LQ?)<ul><li> discovering HLUG (Houston TX)</li>
<li> Windows free since May 2005 (Where's my chip??? :))</li>
<li> dial-up sharing w/ a headless RH 7 box controlled by PuTTY</li>
<li> extracting my (dynamic) public IP address from my old SMC router w/ cURL</li>
<li> &quot;hand rolled&quot; (w/ mcedit) website, hosted at home (since taken down)</li>
<li> SmoothWall Express 2 firewall in front of my LAN<ul><li> no other permanent AV or other protection on my girlfriend's Win box</li>
<li> custom dnsmasq.conf to block ads, tracking cookies, etc. by <b>domain</b></li>
<li> bash/awk scripts to extract domains from blocking hosts files found on the Web</li>
</ul></li>
<li> (ongoing) run a <b>weekly</b> Linux Workshop<ul><li> recent average attendance: ~12</li>
<li> 50+ dual-boot installs</li>
</ul></li>
<li> LQ:  1800+ posts, 0 threads started (w/o too much thread hijacking :))</li>
<li> started a Samba &amp; Open Networking SIG at HAL-PC<ul><li> running the then Ch. 1 demo from <a href="http://us2.samba.org/samba/docs/man/Samba-Guide" target="_blank">Samba-3 by Example:  Practical Exercises to Successful Deployment</a> w/ 2 Win boxen, ethereal on Linux, &amp; a hub -- the Win packets are dense enough to qualify as &quot;gossipy&quot; </li>
</ul></li>
<li> 1st unassisted Debian (Sarge) install.  At the time, I could do Mandrake, SuSE, even RH w/ no outside help.</li>
<li> transferred files between 2 off-site boxen using Midnight Commander w/ 1 pane &quot;fished&quot; into each</li>
<li> my only (so far) desktoplinux.com post (a comment on a distro comparison article) was sent to Warren Woodford of MEPIS for comment.  They recently published his point-by-point responses.  I feel like I've been slashdotted.</li>
</ul></div>

]]></content:encoded>
			<dc:creator>archtoad6</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog.php?b=681</guid>
		</item>
		<item>
			<title>Pastebins</title>
			<link>http://www.linuxquestions.org/questions/blog.php?b=630</link>
			<pubDate>Tue, 19 Jun 2007 13:29:20 GMT</pubDate>
			<description><![CDATA[From Wikipedia, the free encyclopedia:   
http://en.wikipedia.org/wiki/Pastebin  
   
"A pastebin, also known as a nopaste, is a web application...]]></description>
			<content:encoded><![CDATA[<div>From Wikipedia, the free encyclopedia:  <br />
http://en.wikipedia.org/wiki/Pastebin <br />
  <br />
&quot;A pastebin, also known as a nopaste, is a web application which allows its users to upload snippets of text, usually samples of source code, for public viewing. It is very popular in IRC channels where pasting large texts is considered bad etiquette.&quot;  <br />
  <br />
Mostly, I am writing this to remind myself of the name of these things, I just spent most of an hour reading my old posts looking for a place where I had referred to them.  <br />
&lt;!--break--&gt;  <br />
&lt;rant&gt;<br />
However, I also wish more of us here @ LQ would learn about &amp; use these -- just as large blocks of text is already considered bad etiquette in IRC channels, it should be here too; &amp; for the reasons:  clutter &amp; distraction.  All too often someone will paste a huge config file into a &quot;Code:&quot; block (or, worse, 3 huge config files into 3 &quot;Code:&quot; blocks :)) when only a few lines are relevant.  The trouble is the poster doesn't (yet) know what is relevant &amp; thinks &quot;better too much than too little&quot;.  The result is a post that is 95% junk in terms of extracting the nature of the problem &amp; the relevant info to solve it.  <br />
  <br />
If, instead, the relevant config file(s) (w/ many irrelevant lines) are put in a pastebin, with the lines numbered -- an automatic feature, then everyone who wants to plow through it/them can &amp; then refer to only the relevant lines in posts.<br />
  <br />
I believe that this would help helpers get to the heart of the problems they are trying to solve; &amp;, therefore, get helpees better, quicker answers.  <br />
&lt;/rant&gt;  <br />
  <br />
Here are links to 2 pastebins:<ul><li> http://pastebin.com/<br />
the original according to Wikipedia</li>
<li> http://pastebin.ca/<br />
the one I have used</li>
</ul><br />
<u>Equivalent sites for images:</u><br />
http://img214.imageshack.us/</div>

]]></content:encoded>
			<dc:creator>archtoad6</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog.php?b=630</guid>
		</item>
	</channel>
</rss>
