<?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/"
		>
<channel>
	<title>Comments on: 5 best-practices of a successful Linux user</title>
	<atom:link href="http://brajeshwar.com/2008/5-best-practices-for-linux-users/feed/" rel="self" type="application/rss+xml" />
	<link>http://brajeshwar.com/2008/5-best-practices-for-linux-users/</link>
	<description>Brajeshwar believes in simplicity; pushes the envelop and envisions the betterment of usable and practical solutions.</description>
	<lastBuildDate>Tue, 15 May 2012 16:44:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: ashutosh</title>
		<link>http://brajeshwar.com/2008/5-best-practices-for-linux-users/#comment-23558</link>
		<dc:creator>ashutosh</dc:creator>
		<pubDate>Fri, 19 Sep 2008 01:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://brajeshwar.com/?p=1097#comment-23558</guid>
		<description>awesome! bang on target. something what all new guys should cultivate as a habbit. thanks for your helpful &amp; to the point articles sir :)</description>
		<content:encoded><![CDATA[<p>awesome! bang on target. something what all new guys should cultivate as a habbit. thanks for your helpful &amp; to the point articles sir <img src='http://brajeshwar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashutosh</title>
		<link>http://brajeshwar.com/2008/5-best-practices-for-linux-users/#comment-30078</link>
		<dc:creator>ashutosh</dc:creator>
		<pubDate>Fri, 19 Sep 2008 01:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://brajeshwar.com/?p=1097#comment-30078</guid>
		<description>awesome! bang on target. something what all new guys should cultivate as a habbit. thanks for your helpful &amp; to the point articles sir :)</description>
		<content:encoded><![CDATA[<p>awesome! bang on target. something what all new guys should cultivate as a habbit. thanks for your helpful &amp; to the point articles sir <img src='http://brajeshwar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajeet</title>
		<link>http://brajeshwar.com/2008/5-best-practices-for-linux-users/#comment-23550</link>
		<dc:creator>Ajeet</dc:creator>
		<pubDate>Thu, 18 Sep 2008 04:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://brajeshwar.com/?p=1097#comment-23550</guid>
		<description>Not much interesting..Try out something more dude</description>
		<content:encoded><![CDATA[<p>Not much interesting..Try out something more dude</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajeet</title>
		<link>http://brajeshwar.com/2008/5-best-practices-for-linux-users/#comment-30077</link>
		<dc:creator>Ajeet</dc:creator>
		<pubDate>Thu, 18 Sep 2008 04:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://brajeshwar.com/?p=1097#comment-30077</guid>
		<description>Not much interesting..Try out something more dude</description>
		<content:encoded><![CDATA[<p>Not much interesting..Try out something more dude</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lefty.crupps</title>
		<link>http://brajeshwar.com/2008/5-best-practices-for-linux-users/#comment-23548</link>
		<dc:creator>lefty.crupps</dc:creator>
		<pubDate>Wed, 17 Sep 2008 11:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://brajeshwar.com/?p=1097#comment-23548</guid>
		<description>I&#039;m a big fan of the &lt;code&gt;[ctrl][alt][esc]&lt;/code&gt; sequence for killing an individual window; try it!  Might be KDE only, not sure.

File names can technically have a space &#039; &#039; in their names, it just makes it ugly to work at a command prompt with:

&lt;code&gt;eljefe@eljefe-desktop:~$ vim &quot;test file&quot;&lt;/code&gt;
&lt;code&gt;eljefe@eljefe-desktop:~$ cat test file&lt;/code&gt;
&lt;code&gt;cat: test: Is a directory&lt;/code&gt;
&lt;code&gt;cat: file: No such file or directory&lt;/code&gt;
&lt;code&gt;eljefe@eljefe-desktop:~$ cat &quot;test file&quot;&lt;/code&gt;

This is a test!
&lt;code&gt;eljefe@eljefe-desktop:~$ cat test\ file&lt;/code&gt;

This is a test!
&lt;code&gt;eljefe@eljefe-desktop:~$&lt;/code&gt;

Recently I&#039;ve started putting a similar warning sign as the wallpaper of the Windows machines Administrator account at work; even if the other accounts have admin rights, I still don&#039;t want users in &quot;my&quot; account on those systems.</description>
		<content:encoded><![CDATA[<p>I'm a big fan of the <code>[ctrl][alt][esc]</code> sequence for killing an individual window; try it!  Might be KDE only, not sure.</p>
<p>File names can technically have a space ' ' in their names, it just makes it ugly to work at a command prompt with:</p>
<p><code>eljefe@eljefe-desktop:~$ vim "test file"</code><br />
<code>eljefe@eljefe-desktop:~$ cat test file</code><br />
<code>cat: test: Is a directory</code><br />
<code>cat: file: No such file or directory</code><br />
<code>eljefe@eljefe-desktop:~$ cat "test file"</code></p>
<p>This is a test!<br />
<code>eljefe@eljefe-desktop:~$ cat test\ file</code></p>
<p>This is a test!<br />
<code>eljefe@eljefe-desktop:~$</code></p>
<p>Recently I've started putting a similar warning sign as the wallpaper of the Windows machines Administrator account at work; even if the other accounts have admin rights, I still don't want users in "my" account on those systems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lefty.crupps</title>
		<link>http://brajeshwar.com/2008/5-best-practices-for-linux-users/#comment-30076</link>
		<dc:creator>lefty.crupps</dc:creator>
		<pubDate>Wed, 17 Sep 2008 11:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://brajeshwar.com/?p=1097#comment-30076</guid>
		<description>I&#039;m a big fan of the &lt;code&gt;[ctrl][alt][esc]&lt;/code&gt; sequence for killing an individual window; try it!  Might be KDE only, not sure.

File names can technically have a space &#039; &#039; in their names, it just makes it ugly to work at a command prompt with:

&lt;code&gt;eljefe@eljefe-desktop:~$ vim &quot;test file&quot;&lt;/code&gt;
&lt;code&gt;eljefe@eljefe-desktop:~$ cat test file&lt;/code&gt;
&lt;code&gt;cat: test: Is a directory&lt;/code&gt;
&lt;code&gt;cat: file: No such file or directory&lt;/code&gt;
&lt;code&gt;eljefe@eljefe-desktop:~$ cat &quot;test file&quot;&lt;/code&gt;

This is a test!
&lt;code&gt;eljefe@eljefe-desktop:~$ cat test file&lt;/code&gt;

This is a test!
&lt;code&gt;eljefe@eljefe-desktop:~$&lt;/code&gt;

Recently I&#039;ve started putting a similar warning sign as the wallpaper of the Windows machines Administrator account at work; even if the other accounts have admin rights, I still don&#039;t want users in &quot;my&quot; account on those systems.</description>
		<content:encoded><![CDATA[<p>I'm a big fan of the <code>[ctrl][alt][esc]</code> sequence for killing an individual window; try it!  Might be KDE only, not sure.</p>
<p>File names can technically have a space ' ' in their names, it just makes it ugly to work at a command prompt with:</p>
<p><code>eljefe@eljefe-desktop:~$ vim "test file"</code><br />
<code>eljefe@eljefe-desktop:~$ cat test file</code><br />
<code>cat: test: Is a directory</code><br />
<code>cat: file: No such file or directory</code><br />
<code>eljefe@eljefe-desktop:~$ cat "test file"</code></p>
<p>This is a test!<br />
<code>eljefe@eljefe-desktop:~$ cat test file</code></p>
<p>This is a test!<br />
<code>eljefe@eljefe-desktop:~$</code></p>
<p>Recently I've started putting a similar warning sign as the wallpaper of the Windows machines Administrator account at work; even if the other accounts have admin rights, I still don't want users in "my" account on those systems.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached

Served from: brajeshwar.com @ 2012-05-23 23:02:02 -->
