<?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: Running Debian on Bifferboard</title>
	<atom:link href="http://blog.famzah.net/2009/11/20/running-debian-on-bifferboard/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.famzah.net/2009/11/20/running-debian-on-bifferboard/</link>
	<description>Enthusiasm never stops</description>
	<lastBuildDate>Fri, 03 Sep 2010 16:17:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Ivan Zahariev</title>
		<link>http://blog.famzah.net/2009/11/20/running-debian-on-bifferboard/#comment-1317</link>
		<dc:creator>Ivan Zahariev</dc:creator>
		<pubDate>Sun, 22 Aug 2010 16:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=121#comment-1317</guid>
		<description>You can install Java runtime on your Debian very easily by executing the following:
&lt;blockquote&gt;apt-get install sun-java6-bin sun-java6-jre&lt;/blockquote&gt;

You already started a &lt;a href=&quot;http://groups.google.com/group/bifferboard/browse_thread/thread/d8394cfbf18e8e7d&quot; rel=&quot;nofollow&quot;&gt;thread about Java at the Bifferboard mailing list&lt;/a&gt; and as suggested there, you can also try &lt;a href=&quot;http://en.wikipedia.org/wiki/JamVM&quot; rel=&quot;nofollow&quot;&gt;JamVM&lt;/a&gt;, which is a lighter Java runtime implementation, by executing:
&lt;blockquote&gt;apt-get install jamvm&lt;/blockquote&gt;

P.S. Please post support inquiries about Debian at the mailing list. I didn&#039;t reply in this current thread, because it wasn&#039;t about Debian, nor was asked for this OS.</description>
		<content:encoded><![CDATA[<p>You can install Java runtime on your Debian very easily by executing the following:</p>
<blockquote><p>apt-get install sun-java6-bin sun-java6-jre</p></blockquote>
<p>You already started a <a href="http://groups.google.com/group/bifferboard/browse_thread/thread/d8394cfbf18e8e7d" rel="nofollow">thread about Java at the Bifferboard mailing list</a> and as suggested there, you can also try <a href="http://en.wikipedia.org/wiki/JamVM" rel="nofollow">JamVM</a>, which is a lighter Java runtime implementation, by executing:</p>
<blockquote><p>apt-get install jamvm</p></blockquote>
<p>P.S. Please post support inquiries about Debian at the mailing list. I didn&#8217;t reply in this current thread, because it wasn&#8217;t about Debian, nor was asked for this OS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://blog.famzah.net/2009/11/20/running-debian-on-bifferboard/#comment-1271</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Tue, 17 Aug 2010 19:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=121#comment-1271</guid>
		<description>Hi all,

has anyone tried to run Java on a bifferboard? Are there any expierence? Does debian lenny already contain a java installation?

Best regards
Andreas</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>has anyone tried to run Java on a bifferboard? Are there any expierence? Does debian lenny already contain a java installation?</p>
<p>Best regards<br />
Andreas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Zahariev</title>
		<link>http://blog.famzah.net/2009/11/20/running-debian-on-bifferboard/#comment-1266</link>
		<dc:creator>Ivan Zahariev</dc:creator>
		<pubDate>Tue, 17 Aug 2010 12:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=121#comment-1266</guid>
		<description>You are definitely right. Very often you need swap, even for an apt-get upgrade of &quot;locales&quot;. I&#039;ve added a note about it in the article.</description>
		<content:encoded><![CDATA[<p>You are definitely right. Very often you need swap, even for an apt-get upgrade of &#8220;locales&#8221;. I&#8217;ve added a note about it in the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rfc1918</title>
		<link>http://blog.famzah.net/2009/11/20/running-debian-on-bifferboard/#comment-1232</link>
		<dc:creator>rfc1918</dc:creator>
		<pubDate>Fri, 13 Aug 2010 15:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=121#comment-1232</guid>
		<description>it&#039;s very important to create a swap partition for debian, otherwise your kernel will keep killing programs because 32 Megs of RAM is not very much. 
HowTo:
Resize sda1 on ANOTHER Linux machine using a program of you choice (gparted, parted, whatever)
Create a swap partition sda2
Boot up debian, execute swapon /dev/sda2
To make sure the swap partition is mounted after a reboot, add this to your /etc/fstab :
/dev/sda2 none swap sw 0 0</description>
		<content:encoded><![CDATA[<p>it&#8217;s very important to create a swap partition for debian, otherwise your kernel will keep killing programs because 32 Megs of RAM is not very much.<br />
HowTo:<br />
Resize sda1 on ANOTHER Linux machine using a program of you choice (gparted, parted, whatever)<br />
Create a swap partition sda2<br />
Boot up debian, execute swapon /dev/sda2<br />
To make sure the swap partition is mounted after a reboot, add this to your /etc/fstab :<br />
/dev/sda2 none swap sw 0 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Secure NAS on Bifferboard running Debian &#171; /contrib/famzah</title>
		<link>http://blog.famzah.net/2009/11/20/running-debian-on-bifferboard/#comment-1160</link>
		<dc:creator>Secure NAS on Bifferboard running Debian &#171; /contrib/famzah</dc:creator>
		<pubDate>Sun, 08 Aug 2010 19:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=121#comment-1160</guid>
		<description>[...] partitioned in two parts &#8211; /dev/sda1 (1GB) and the rest in /dev/sda2. Once you have installed Debian on Bifferboard, here are the commands which further transform your Bifferboard into a secure [...]</description>
		<content:encoded><![CDATA[<p>[...] partitioned in two parts &#8211; /dev/sda1 (1GB) and the rest in /dev/sda2. Once you have installed Debian on Bifferboard, here are the commands which further transform your Bifferboard into a secure [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
