<?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: Vim (Vi IMproved) in an &#8220;embedded&#8221; FreeNAS</title>
	<atom:link href="http://hype-o-thetic.com/2009/08/03/vim-in-freena/feed/" rel="self" type="application/rss+xml" />
	<link>http://hype-o-thetic.com/2009/08/03/vim-in-freena/</link>
	<description>my notes</description>
	<lastBuildDate>Fri, 11 Jun 2010 03:23:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=2340</generator>
	<item>
		<title>By: gimpe</title>
		<link>http://hype-o-thetic.com/2009/08/03/vim-in-freena/comment-page-1/#comment-12</link>
		<dc:creator>gimpe</dc:creator>
		<pubDate>Tue, 04 Aug 2009 03:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://hype-o-thetic.com/?p=116#comment-12</guid>
		<description>For bash, add this in the &quot;hooks.sh&quot; script:

&lt;code&gt;# .bashrc for root
ln -s /mnt/usb-data/bashrc /root/.bashrc
# .bashrc for regular user
ln -s /mnt/usb-data/bashrc /mnt/.bashrc&lt;/code&gt;

&lt;code&gt;# automatically load bash for root on login (not clean but works)
echo &quot;bash --init-file /mnt/usb-data/bashrc&quot; &gt;&gt; /root/.cshrc
# automatically load bash for regular user on login (not clean but works)
echo &quot;bash --init-file /mnt/usb-data/bashrc&quot; &gt;&gt; /mnt/.cshrc&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>For bash, add this in the &#8220;hooks.sh&#8221; script:</p>
<p><code># .bashrc for root<br />
ln -s /mnt/usb-data/bashrc /root/.bashrc<br />
# .bashrc for regular user<br />
ln -s /mnt/usb-data/bashrc /mnt/.bashrc</code></p>
<p><code># automatically load bash for root on login (not clean but works)<br />
echo "bash --init-file /mnt/usb-data/bashrc" &gt;&gt; /root/.cshrc<br />
# automatically load bash for regular user on login (not clean but works)<br />
echo "bash --init-file /mnt/usb-data/bashrc" &gt;&gt; /mnt/.cshrc</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimpe</title>
		<link>http://hype-o-thetic.com/2009/08/03/vim-in-freena/comment-page-1/#comment-11</link>
		<dc:creator>gimpe</dc:creator>
		<pubDate>Tue, 04 Aug 2009 03:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://hype-o-thetic.com/?p=116#comment-11</guid>
		<description>You can to the same thing for &quot;wget&quot;:

&lt;code&gt;export PKG_TMPDIR=/mnt/usb-data/temp
pkg_add -r wget -P /mnt/usb-data/pkg&lt;/code&gt;

Add this to the &quot;hooks.sh&quot; script:

&lt;code&gt;ln -s /mnt/usb-data/pkg/bin/wget /bin/wget&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You can to the same thing for &#8220;wget&#8221;:</p>
<p><code>export PKG_TMPDIR=/mnt/usb-data/temp<br />
pkg_add -r wget -P /mnt/usb-data/pkg</code></p>
<p>Add this to the &#8220;hooks.sh&#8221; script:</p>
<p><code>ln -s /mnt/usb-data/pkg/bin/wget /bin/wget</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vim Pour Kamailio Avec De La Couleur &#124; Cyril Mazard</title>
		<link>http://hype-o-thetic.com/2009/08/03/vim-in-freena/comment-page-1/#comment-10</link>
		<dc:creator>Vim Pour Kamailio Avec De La Couleur &#124; Cyril Mazard</dc:creator>
		<pubDate>Mon, 03 Aug 2009 20:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://hype-o-thetic.com/?p=116#comment-10</guid>
		<description>[...] hype-o-thetic?com » VIM in “embedded” FreeNAS [...]</description>
		<content:encoded><![CDATA[<p>[...] hype-o-thetic?com » VIM in “embedded” FreeNAS [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
