<?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: 10 FAQ After one Week on Linux</title>
	<atom:link href="http://168hours.wordpress.com/2008/08/14/10-faq-after-one-week-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://168hours.wordpress.com/2008/08/14/10-faq-after-one-week-on-linux/</link>
	<description>It's as simple as 1, 2, 3...</description>
	<lastBuildDate>Mon, 19 Oct 2009 12:29:25 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Recent Links Tagged With "fibonacci" - JabberTags</title>
		<link>http://168hours.wordpress.com/2008/08/14/10-faq-after-one-week-on-linux/#comment-149</link>
		<dc:creator>Recent Links Tagged With "fibonacci" - JabberTags</dc:creator>
		<pubDate>Thu, 09 Oct 2008 19:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://168hours.wordpress.com/?p=127#comment-149</guid>
		<description>[...] public links &gt;&gt; fibonacci   10 FAQ After one Week on Linux Saved by HannahMontanaMody on Wed 08-10-2008   fibonacci garter stitch eyelet lace baby blanket [...]</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; fibonacci   10 FAQ After one Week on Linux Saved by HannahMontanaMody on Wed 08-10-2008   fibonacci garter stitch eyelet lace baby blanket [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davide Bolcioni</title>
		<link>http://168hours.wordpress.com/2008/08/14/10-faq-after-one-week-on-linux/#comment-116</link>
		<dc:creator>Davide Bolcioni</dc:creator>
		<pubDate>Mon, 18 Aug 2008 11:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://168hours.wordpress.com/?p=127#comment-116</guid>
		<description>Clarification about #3 ... the .sh suffix (not extension, you can have multiple suffixes as in .tar.gz) is traditionally for shell fragments that are meant to be sourced, not executed. The .sh suffix tells &quot;source me in sh(1)&quot; while a .csh suffix would mean &quot;source me in csh(1)&quot; because the syntax of the respective shell is different so you would have to know ahead which is which.

As a command is just executed according to the #! line at the top, no suffix is necessary for commands. Note that there is very little difference between a script and a binary, both are simply commands and most of the system treats them the same.</description>
		<content:encoded><![CDATA[<p>Clarification about #3 &#8230; the .sh suffix (not extension, you can have multiple suffixes as in .tar.gz) is traditionally for shell fragments that are meant to be sourced, not executed. The .sh suffix tells &#8220;source me in sh(1)&#8221; while a .csh suffix would mean &#8220;source me in csh(1)&#8221; because the syntax of the respective shell is different so you would have to know ahead which is which.</p>
<p>As a command is just executed according to the #! line at the top, no suffix is necessary for commands. Note that there is very little difference between a script and a binary, both are simply commands and most of the system treats them the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-08-17 &#171; My place</title>
		<link>http://168hours.wordpress.com/2008/08/14/10-faq-after-one-week-on-linux/#comment-113</link>
		<dc:creator>links for 2008-08-17 &#171; My place</dc:creator>
		<pubDate>Mon, 18 Aug 2008 03:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://168hours.wordpress.com/?p=127#comment-113</guid>
		<description>[...] 10 FAQ After one Week on Linux « Lists There are many cases when after looking at some of the FAQ on the web you ask yourself: “Are they for real? Who asks those questions anyway?” Questions like: “How Does Linux Kernel Versioning Work?” or “How much does Ubuntu cost?” don’t really provide you with the information you need. Mainly because they target a very specific kind of users. (tags: ubuntu linux faq) [...]</description>
		<content:encoded><![CDATA[<p>[...] 10 FAQ After one Week on Linux « Lists There are many cases when after looking at some of the FAQ on the web you ask yourself: “Are they for real? Who asks those questions anyway?” Questions like: “How Does Linux Kernel Versioning Work?” or “How much does Ubuntu cost?” don’t really provide you with the information you need. Mainly because they target a very specific kind of users. (tags: ubuntu linux faq) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Penguin Pete</title>
		<link>http://168hours.wordpress.com/2008/08/14/10-faq-after-one-week-on-linux/#comment-112</link>
		<dc:creator>Penguin Pete</dc:creator>
		<pubDate>Sun, 17 Aug 2008 20:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://168hours.wordpress.com/?p=127#comment-112</guid>
		<description>This is TERRIFIC! Consider yourself added to the sidebar of my blog.</description>
		<content:encoded><![CDATA[<p>This is TERRIFIC! Consider yourself added to the sidebar of my blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: machinist</title>
		<link>http://168hours.wordpress.com/2008/08/14/10-faq-after-one-week-on-linux/#comment-111</link>
		<dc:creator>machinist</dc:creator>
		<pubDate>Sun, 17 Aug 2008 19:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://168hours.wordpress.com/?p=127#comment-111</guid>
		<description>WRT uninstalling something compiled locally, standard practice (at least for me) is to pipe make install through tee and to a file (I do this for configure and make too). You then have a record of what went where, and can remove all traces if necessary.</description>
		<content:encoded><![CDATA[<p>WRT uninstalling something compiled locally, standard practice (at least for me) is to pipe make install through tee and to a file (I do this for configure and make too). You then have a record of what went where, and can remove all traces if necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alucinor</title>
		<link>http://168hours.wordpress.com/2008/08/14/10-faq-after-one-week-on-linux/#comment-110</link>
		<dc:creator>alucinor</dc:creator>
		<pubDate>Sun, 17 Aug 2008 18:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://168hours.wordpress.com/?p=127#comment-110</guid>
		<description>Program Files in Windows isn&#039;t even where all your &quot;programs&quot; are located anyways. There&#039;s programs in the c:\Windows and c:\Windows\System32 folders, there&#039;s program data in the registry, in c:\Program Data, in c:\Users\username\AppData\Local and c:\Users\username\AppData\Roaming, so Windows is pretty spread out too.</description>
		<content:encoded><![CDATA[<p>Program Files in Windows isn&#8217;t even where all your &#8220;programs&#8221; are located anyways. There&#8217;s programs in the c:\Windows and c:\Windows\System32 folders, there&#8217;s program data in the registry, in c:\Program Data, in c:\Users\username\AppData\Local and c:\Users\username\AppData\Roaming, so Windows is pretty spread out too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 FAQ After one Week on Linux : HowtoMatrix</title>
		<link>http://168hours.wordpress.com/2008/08/14/10-faq-after-one-week-on-linux/#comment-109</link>
		<dc:creator>10 FAQ After one Week on Linux : HowtoMatrix</dc:creator>
		<pubDate>Sun, 17 Aug 2008 17:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://168hours.wordpress.com/?p=127#comment-109</guid>
		<description>[...] Read more at Lists [...]</description>
		<content:encoded><![CDATA[<p>[...] Read more at Lists [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Helwig</title>
		<link>http://168hours.wordpress.com/2008/08/14/10-faq-after-one-week-on-linux/#comment-107</link>
		<dc:creator>Jacob Helwig</dc:creator>
		<pubDate>Sun, 17 Aug 2008 04:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://168hours.wordpress.com/?p=127#comment-107</guid>
		<description>In #8, you forgot the &quot;:&quot; before &quot;q!&quot;, and &quot;wq&quot;.</description>
		<content:encoded><![CDATA[<p>In #8, you forgot the &#8220;:&#8221; before &#8220;q!&#8221;, and &#8220;wq&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JJMacey</title>
		<link>http://168hours.wordpress.com/2008/08/14/10-faq-after-one-week-on-linux/#comment-105</link>
		<dc:creator>JJMacey</dc:creator>
		<pubDate>Sat, 16 Aug 2008 23:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://168hours.wordpress.com/?p=127#comment-105</guid>
		<description>Hi All,

Rather than make this soooo... complex grab a Linux Distro from Distrowatch, burn all that free goodness. Then just stare @ what you have there. BTW, I&#039;d recommend downloading Ubuntu, openSuse11.0, and Linux Mint. You have a lot to stare @ there with those 3 simple CDs.

Take a computer - and boot those live CDs. Scared - check out the Forums.

When was this article written 1999? C&#039;mon I smell something here. Terminal? Really. YaST or Synaptic the ideal solutions to adding about 35,000 applications.

Run Linux, Run Free!

JJMacey
Phoenix, Arizona</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>Rather than make this soooo&#8230; complex grab a Linux Distro from Distrowatch, burn all that free goodness. Then just stare @ what you have there. BTW, I&#8217;d recommend downloading Ubuntu, openSuse11.0, and Linux Mint. You have a lot to stare @ there with those 3 simple CDs.</p>
<p>Take a computer &#8211; and boot those live CDs. Scared &#8211; check out the Forums.</p>
<p>When was this article written 1999? C&#8217;mon I smell something here. Terminal? Really. YaST or Synaptic the ideal solutions to adding about 35,000 applications.</p>
<p>Run Linux, Run Free!</p>
<p>JJMacey<br />
Phoenix, Arizona</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://168hours.wordpress.com/2008/08/14/10-faq-after-one-week-on-linux/#comment-103</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 16 Aug 2008 22:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://168hours.wordpress.com/?p=127#comment-103</guid>
		<description>A comment about &quot;bar&quot; and &quot;foo&quot; from a programming perspective.  These two are commonly used in programming examples because it&#039;s assumed no software programmer in their right mind would use ridiculous variable names like those in real software.  This way you can show some code and any developer looking at it immediately knows &quot;hey, this is an example&quot;.  It also flags something as being completely generic since in actual well-written code variable names should convey some meaning but foo/bar are meaningless.</description>
		<content:encoded><![CDATA[<p>A comment about &#8220;bar&#8221; and &#8220;foo&#8221; from a programming perspective.  These two are commonly used in programming examples because it&#8217;s assumed no software programmer in their right mind would use ridiculous variable names like those in real software.  This way you can show some code and any developer looking at it immediately knows &#8220;hey, this is an example&#8221;.  It also flags something as being completely generic since in actual well-written code variable names should convey some meaning but foo/bar are meaningless.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
