<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>VolkomenJuist.nl &#187; IPKG</title>
	<atom:link href="http://www.volkomenjuist.nl/blog/tag/ipkg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.volkomenjuist.nl/blog</link>
	<description>Juist! Volkomen Juist!</description>
	<lastBuildDate>Mon, 08 Mar 2010 19:58:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Install IPKG on Synology DS209+</title>
		<link>http://www.volkomenjuist.nl/blog/2009/03/09/install-ipkg-on-synology-ds209/</link>
		<comments>http://www.volkomenjuist.nl/blog/2009/03/09/install-ipkg-on-synology-ds209/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 20:52:58 +0000</pubDate>
		<dc:creator>Stefanovich</dc:creator>
				<category><![CDATA[Synology]]></category>
		<category><![CDATA[DS209+]]></category>
		<category><![CDATA[IPKG]]></category>
		<category><![CDATA[PowerPC Freescale 8543]]></category>

		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=197</guid>
		<description><![CDATA[IPKG is a Package Management System, this means that you can install packages on your NAS with a single command like ipkg install PackageName. This article will describe step-by-step how to do this. Putty To install IPKG you have to follow the following steps: 1. Create a folder with mkdir /volume1/public and go to that [...]]]></description>
			<content:encoded><![CDATA[<p>IPKG is a Package Management System, this means that you can install packages on your NAS with a single command like <code>ipkg install PackageName</code>. This article will describe step-by-step how to do this.</p>
<p><span id="more-197"></span></p>
<h3>Putty</h3>
<p>To install IPKG you have to follow the following steps:<br />
1. Create a folder with <code>mkdir /volume1/public</code> and go to that folder <code>cd /volume1/public</code><br />
2. To download the bootstrap type <code>wget http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable/syno-e500-bootstrap_1.2-5_powerpc.xsh</code><br />
3. Type <code>sh syno-e500-bootstrap_1.2-5_powerpc.xsh</code> to run it.<br />
4. You&#8217;ll see &#8220;Setup complete&#8221; on the command line.<br />
5. Optional: <code>rm syno-e500-bootstrap_1.2-5_powerpc.xsh</code> to remove the file.<br />
6. Update the ipkg list of installed products using the command <code>ipkg update</code><br />
7. Update the ipkg installed packages to the latest versions using the command <code>ipkg upgrade</code><br />
8. Type <code>reboot</code> and press Enter. This will reboot the NAS. (Optional)<br />
9. Done!</p>
<p>After rebooting and connecting again you can list all ipkg packages with <code>ipkg list | grep SearchString</code> or <code>ipkg list</code>. The last command can take a while.</p>
<p>Note: This is only for those models with a PowerPC Freescale 8543 (PPC) CPU. (DS209+, RS408, RS408-RP, DS408, DS508)</p>
 <img src="http://www.volkomenjuist.nl/blog/wp-content/plugins/feed-statistics.php?view=1&post_id=197" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.volkomenjuist.nl/blog/2009/03/09/install-ipkg-on-synology-ds209/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
