<?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 for hocuspokus</title>
	<atom:link href="http://hocuspokus.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://hocuspokus.net</link>
	<description>the life and times of a code monkey</description>
	<lastBuildDate>Thu, 11 Mar 2010 10:11:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Building Apache and Mod Perl on Mac OS&#160;X by Meettya</title>
		<link>http://hocuspokus.net/2009/03/building-apache-and-mod-perl-on-mac-os-x/comment-page-1#comment-1119</link>
		<dc:creator>Meettya</dc:creator>
		<pubDate>Thu, 11 Mar 2010 10:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/?p=331#comment-1119</guid>
		<description>&lt;p&gt;Thanx for step-by-step instruction :)
Very clever &amp; clean !&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanx for step-by-step instruction <img src='http://hocuspokus.net/wp-content/plugins/smilies-themer/tango/face-smile.png' alt=':)' class='wp-smiley' /> Very clever &amp; clean !</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Default Text Field Values That Disappear on&#160;Focus by Tutorial_Review</title>
		<link>http://hocuspokus.net/2008/05/default-text-field-values-that-disappear-on-focus/comment-page-1#comment-1112</link>
		<dc:creator>Tutorial_Review</dc:creator>
		<pubDate>Sun, 28 Feb 2010 18:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/?p=146#comment-1112</guid>
		<description>&lt;p&gt;Been looking up how to do this for a while now, thanks for the article! A Great help!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Been looking up how to do this for a while now, thanks for the article! A Great help!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Better Ls for Mac OS&#160;X by Daz</title>
		<link>http://hocuspokus.net/2008/01/a-better-ls-for-mac-os-x/comment-page-1#comment-1110</link>
		<dc:creator>Daz</dc:creator>
		<pubDate>Sat, 20 Feb 2010 14:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/2008/01/04/a-better-ls-for-mac-os-x/#comment-1110</guid>
		<description>&lt;p&gt;Hi Sean,&lt;/p&gt;

&lt;p&gt;Sure, just put the bit of the config relevant to dircolors in the file &lt;code&gt;/etc/profile&lt;/code&gt;:&lt;/p&gt;

&lt;p&gt;&lt;pre lang=&quot;bash&quot;&gt;
if [ &quot;$TERM&quot; != &quot;dumb&quot; ]; then
    export LS_OPTIONS=&#039;--color=auto&#039;
    eval &lt;code&gt;dircolors ~/.dir_colors&lt;/code&gt;
fi
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;Then any system user will inherit this config.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Sean,</p>

<p>Sure, just put the bit of the config relevant to dircolors in the file <code>/etc/profile</code>:</p>

<p>

</p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$TERM</span>&quot;</span> <span style="color: #000000; font-weight: bold;">!</span>= <span style="color: #ff0000;">&quot;dumb&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">LS_OPTIONS</span>=<span style="color: #ff0000;">'--color=auto'</span>
    <span style="color: #7a0874; font-weight: bold;">eval</span> <span style="color: #000000; font-weight: bold;">&lt;</span>code<span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #c20cb9; font-weight: bold;">dircolors</span> ~<span style="color: #000000; font-weight: bold;">/</span>.dir_colors<span style="color: #000000; font-weight: bold;">&lt;/</span>code<span style="color: #000000; font-weight: bold;">&gt;</span>
<span style="color: #000000; font-weight: bold;">fi</span></pre></div></div>




<p>Then any system user will inherit this config.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Better Ls for Mac OS&#160;X by Sean Lerner</title>
		<link>http://hocuspokus.net/2008/01/a-better-ls-for-mac-os-x/comment-page-1#comment-1109</link>
		<dc:creator>Sean Lerner</dc:creator>
		<pubDate>Sat, 20 Feb 2010 00:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/2008/01/04/a-better-ls-for-mac-os-x/#comment-1109</guid>
		<description>&lt;p&gt;Is it possible to carry over the dircolors to when I switch to root?&lt;/p&gt;

&lt;p&gt;I usually switch to root by using:&lt;/p&gt;

&lt;p&gt;sudo -s&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;

&lt;p&gt;Sean&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is it possible to carry over the dircolors to when I switch to root?</p>

<p>I usually switch to root by using:</p>

<p>sudo -s</p>

<p>Thanks.</p>

<p>Sean</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Better Ls for Mac OS&#160;X by Färgkoda terminalen – Macbloggen</title>
		<link>http://hocuspokus.net/2008/01/a-better-ls-for-mac-os-x/comment-page-1#comment-1107</link>
		<dc:creator>Färgkoda terminalen – Macbloggen</dc:creator>
		<pubDate>Sun, 14 Feb 2010 00:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/2008/01/04/a-better-ls-for-mac-os-x/#comment-1107</guid>
		<description>&lt;p&gt;[...] Det lägger till raden export CLICOLOR=1 i filen .bash_profile om den finns, annars skapas en ny fil med det namnet. Starta om terminalen och njut av det färgglada gränssnittet. Vill man gå ännu längre och anpassa färgerna med likt GNU/Linux finns en bra guide här. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] Det lägger till raden export CLICOLOR=1 i filen .bash_profile om den finns, annars skapas en ny fil med det namnet. Starta om terminalen och njut av det färgglada gränssnittet. Vill man gå ännu längre och anpassa färgerna med likt GNU/Linux finns en bra guide här. [&#8230;]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Git and SVN Branch to Bash&#160;Prompt by Dyan</title>
		<link>http://hocuspokus.net/2009/07/add-git-and-svn-branch-to-bash-prompt/comment-page-1#comment-1104</link>
		<dc:creator>Dyan</dc:creator>
		<pubDate>Thu, 04 Feb 2010 13:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/?p=352#comment-1104</guid>
		<description>&lt;p&gt;Thank&#039;s!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank&#8217;s!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install PostgreSQL on Ubuntu&#160;8.04 by Install PostgreSQL di Ubuntu 8.4.2 Hardy Heron &#187; Nanung Nur Zula</title>
		<link>http://hocuspokus.net/2008/05/install-postgresql-on-ubuntu-804/comment-page-2#comment-1100</link>
		<dc:creator>Install PostgreSQL di Ubuntu 8.4.2 Hardy Heron &#187; Nanung Nur Zula</dc:creator>
		<pubDate>Mon, 25 Jan 2010 12:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/?p=145#comment-1100</guid>
		<description>&lt;p&gt;[...] dari sini    No Comments Posted by nanung in [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] dari sini    No Comments Posted by nanung in [&#8230;]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install PostgreSQL on Ubuntu&#160;8.04 by Tom Morris</title>
		<link>http://hocuspokus.net/2008/05/install-postgresql-on-ubuntu-804/comment-page-2#comment-1098</link>
		<dc:creator>Tom Morris</dc:creator>
		<pubDate>Mon, 18 Jan 2010 21:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/?p=145#comment-1098</guid>
		<description>&lt;p&gt;Can&#039;t thank you enough! Couple of minor changes required, but works a charm.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Can&#8217;t thank you enough! Couple of minor changes required, but works a charm.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install PostgreSQL on Ubuntu&#160;7.10 by farh4n786</title>
		<link>http://hocuspokus.net/2007/11/install-postgresql-on-ubuntu-710/comment-page-2#comment-1096</link>
		<dc:creator>farh4n786</dc:creator>
		<pubDate>Mon, 11 Jan 2010 09:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/2007/11/05/install-posgresql-on-ubuntu-710/#comment-1096</guid>
		<description>&lt;p&gt;Great blog I&#039;ve actually bookmarked it for learning ubuntu. Can you recommend any books about ubuntu for me? yep, I am a beginner of ubuntu. :] thanks in advance.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great blog I&#8217;ve actually bookmarked it for learning ubuntu. Can you recommend any books about ubuntu for me? yep, I am a beginner of ubuntu. :] thanks in advance.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Better Ls for Mac OS&#160;X by Richard Qualis</title>
		<link>http://hocuspokus.net/2008/01/a-better-ls-for-mac-os-x/comment-page-1#comment-1094</link>
		<dc:creator>Richard Qualis</dc:creator>
		<pubDate>Thu, 24 Dec 2009 16:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/2008/01/04/a-better-ls-for-mac-os-x/#comment-1094</guid>
		<description>&lt;p&gt;Thanks for this post.  I love my mac now...no more falling asleep due to boring screen. Shweeet :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for this post.  I love my mac now&#8230;no more falling asleep due to boring screen. Shweeet <img src='http://hocuspokus.net/wp-content/plugins/smilies-themer/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->