<?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>Debian-News.net - Your one stop for news about Debian</title>
	<atom:link href="http://www.debian-news.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.debian-news.net</link>
	<description>All the news you need about Debian</description>
	<lastBuildDate>Tue, 09 Mar 2010 17:35:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Install Debian Linux on an Embedded System (PPC440EPx)</title>
		<link>http://www.debian-news.net/2010/03/09/how-to-install-debian-linux-on-an-embedded-system-ppc440epx/</link>
		<comments>http://www.debian-news.net/2010/03/09/how-to-install-debian-linux-on-an-embedded-system-ppc440epx/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 17:35:36 +0000</pubDate>
		<dc:creator>cj2003</dc:creator>
				<category><![CDATA[Debian Guides]]></category>
		<category><![CDATA[installation]]></category>

		<guid isPermaLink="false">http://www.debian-news.net/?p=6856</guid>
		<description><![CDATA[In this article, I will describe how to bring up Debian Linux on an Embedded System.  The hardware chosen for the embedded system is a PowerPC 440EPxX. More here
 I have chosen Debian for the operating system of choice to load on the embedded hardware because of my prior experience with it and because it [...]]]></description>
			<content:encoded><![CDATA[<p>In this article, I will describe how to bring up Debian Linux on an Embedded System.  The hardware chosen for the embedded system is a PowerPC 440EPxX.<span id="more-6856"></span> More <a href="http://www.thebitsource.com/software-engineering/how-to-install-debian-linux-on-an-embedded-system/">here</a></p>
<blockquote><p> I have chosen Debian for the operating system of choice to load on the embedded hardware because of my prior experience with it and because it is a free distribution that continues to be actively maintained and supported</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-news.net/2010/03/09/how-to-install-debian-linux-on-an-embedded-system-ppc440epx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Hosting With vsftpd And MySQL On Debian Lenny</title>
		<link>http://www.debian-news.net/2010/03/09/virtual-hosting-with-vsftpd-and-mysql-on-debian-lenny/</link>
		<comments>http://www.debian-news.net/2010/03/09/virtual-hosting-with-vsftpd-and-mysql-on-debian-lenny/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 17:33:54 +0000</pubDate>
		<dc:creator>cj2003</dc:creator>
				<category><![CDATA[Debian Guides]]></category>
		<category><![CDATA[Lenny]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[vsftpd]]></category>

		<guid isPermaLink="false">http://www.debian-news.net/?p=6853</guid>
		<description><![CDATA[Vsftpd is one of the most secure and fastest FTP servers for Linux. Usually vsftpd is configured to work with system users. This document describes how to install a vsftpd server that uses virtual users from a MySQL database instead of real system users.  More here
For the administration of the MySQL database you can [...]]]></description>
			<content:encoded><![CDATA[<p>Vsftpd is one of the most secure and fastest FTP servers for Linux. Usually vsftpd is configured to work with system users. This document describes how to install a vsftpd server that uses virtual users from a MySQL database instead of real system users. <span id="more-6853"></span> More <a href="http://www.howtoforge.com/virtual-hosting-with-vsftpd-and-mysql-on-debian-lenny">here</a></p>
<blockquote><p>For the administration of the MySQL database you can use web based tools like phpMyAdmin which will also be installed in this howto. phpMyAdmin is a comfortable graphical interface which means you do not have to mess around with the command line.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-news.net/2010/03/09/virtual-hosting-with-vsftpd-and-mysql-on-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing wxPython 2.8 on Debian Lenny</title>
		<link>http://www.debian-news.net/2010/03/08/installing-wxpython-2-8-on-debian-lenny/</link>
		<comments>http://www.debian-news.net/2010/03/08/installing-wxpython-2-8-on-debian-lenny/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 20:23:33 +0000</pubDate>
		<dc:creator>cj2003</dc:creator>
				<category><![CDATA[Debian Guides]]></category>
		<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.debian-news.net/?p=6851</guid>
		<description><![CDATA[Actually Debian has the python-wxgtk2.8 package which you can simply apt-get if you wish to have it installed as part of Python 2.5 which is the stable version for Lenny.  I’m adding wxPython 2.8 to Python 2.6, which I installed from source. More here
I mostly followed what the official wxPython installation guide says.  [...]]]></description>
			<content:encoded><![CDATA[<p>Actually Debian has the python-wxgtk2.8 package which you can simply apt-get if you wish to have it installed as part of Python 2.5 which is the stable version for Lenny.  I’m adding wxPython 2.8 to Python 2.6, which I installed from source.<span id="more-6851"></span> More <a href="http://nomo17k.wordpress.com/2010/03/08/installing-wxpython-2-8-on-debian-lenny/">here</a></p>
<blockquote><p>I mostly followed what the official wxPython installation guide says.  It was not a smooth installation for me, so this is my own installation note.  The version is 2.8.10.1.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-news.net/2010/03/08/installing-wxpython-2-8-on-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WebDAV + SSL on Debian</title>
		<link>http://www.debian-news.net/2010/03/07/webdav-ssl-on-debian/</link>
		<comments>http://www.debian-news.net/2010/03/07/webdav-ssl-on-debian/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 16:23:48 +0000</pubDate>
		<dc:creator>cj2003</dc:creator>
				<category><![CDATA[Debian Guides]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[WebDAV]]></category>

		<guid isPermaLink="false">http://www.debian-news.net/?p=6849</guid>
		<description><![CDATA[I was looking for a way to easily share documents between machines, since WebDAV shares can be accessed by Windows, Linux or Mac machines out of the box, I choose WebDAV over SSL More here
I don&#8217;t use SSL for anything so WebDAV is served from DocumentRoot. I&#8217;ve been using it for a few days, so [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for a way to easily share documents between machines, since WebDAV shares can be accessed by Windows, Linux or Mac machines out of the box, I choose WebDAV over SSL<span id="more-6849"></span> More <a href="http://nakkaya.com/2010/03/05/webdav-ssl-on-debian/">here</a></p>
<blockquote><p>I don&#8217;t use SSL for anything so WebDAV is served from DocumentRoot. I&#8217;ve been using it for a few days, so far it beats carrying USB sticks around.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-news.net/2010/03/07/webdav-ssl-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing VirtualBox under Debian Lenny</title>
		<link>http://www.debian-news.net/2010/03/07/installing-virtualbox-under-debian-lenny/</link>
		<comments>http://www.debian-news.net/2010/03/07/installing-virtualbox-under-debian-lenny/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 16:22:20 +0000</pubDate>
		<dc:creator>cj2003</dc:creator>
				<category><![CDATA[Debian Guides]]></category>
		<category><![CDATA[Lenny]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.debian-news.net/?p=6847</guid>
		<description><![CDATA[After a fresh installation of Debian Lenny, I wanted to use a quite very recent version of VirtualBox. One solution is the Debian backports : Here are the VirtualBox packages available  More here
]]></description>
			<content:encoded><![CDATA[<p>After a fresh installation of Debian Lenny, I wanted to use a quite very recent version of VirtualBox. One solution is the Debian backports : Here are the VirtualBox packages available <span id="more-6847"></span> More <a href="http://linuxindetails.wordpress.com/2010/03/05/installing-virtualbox-under-debian-lenny/">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-news.net/2010/03/07/installing-virtualbox-under-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Riak Install on Debian Lenny</title>
		<link>http://www.debian-news.net/2010/03/05/riak-install-on-debian-lenny/</link>
		<comments>http://www.debian-news.net/2010/03/05/riak-install-on-debian-lenny/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 20:59:26 +0000</pubDate>
		<dc:creator>cj2003</dc:creator>
				<category><![CDATA[Debian Guides]]></category>
		<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Riak]]></category>

		<guid isPermaLink="false">http://www.debian-news.net/?p=6845</guid>
		<description><![CDATA[I&#8217;m doing some comparative analysis of various distributed non-relational databases and consequently wrestled with the installation of Riak on a server running Debian Lenny.  More here
I relied upon the standard &#8220;erlang&#8221; debian package, which installs cleanly on a basically bare system without a hitch (as one would expect). 
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m doing some comparative analysis of various distributed non-relational databases and consequently wrestled with the installation of Riak on a server running Debian Lenny. <span id="more-6845"></span> More <a href="http://blog.endpoint.com/2010/03/riak-install-on-debian-lenny.html">here</a></p>
<blockquote><p>I relied upon the standard &#8220;erlang&#8221; debian package, which installs cleanly on a basically bare system without a hitch (as one would expect). </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-news.net/2010/03/05/riak-install-on-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert RPM software packages to Debian (.deb)</title>
		<link>http://www.debian-news.net/2010/03/05/how-to-convert-rpm-software-packages-to-debian-deb/</link>
		<comments>http://www.debian-news.net/2010/03/05/how-to-convert-rpm-software-packages-to-debian-deb/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 20:58:31 +0000</pubDate>
		<dc:creator>cj2003</dc:creator>
				<category><![CDATA[Debian Guides]]></category>
		<category><![CDATA[Alien]]></category>
		<category><![CDATA[RPM]]></category>

		<guid isPermaLink="false">http://www.debian-news.net/?p=6843</guid>
		<description><![CDATA[Maybe you had this problem already: you use Debian or Ubuntu Linux and a software package that you like to install is only available in RPM format. The solution is a handy tool called alien, which converts .rpm files to .deb.  Installing alien: More here
]]></description>
			<content:encoded><![CDATA[<p>Maybe you had this problem already: you use Debian or Ubuntu Linux and a software package that you like to install is only available in RPM format. The solution is a handy tool called alien, which converts .rpm files to .deb.  Installing alien:<span id="more-6843"></span> More <a href="http://www.faqforge.com/linux/how-to-convert-rpm-software-packages-to-debian-deb/">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-news.net/2010/03/05/how-to-convert-rpm-software-packages-to-debian-deb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debian Project Leader Elections 2010: Call for nominations</title>
		<link>http://www.debian-news.net/2010/03/05/debian-project-leader-elections-2010-call-for-nominations/</link>
		<comments>http://www.debian-news.net/2010/03/05/debian-project-leader-elections-2010-call-for-nominations/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 20:46:09 +0000</pubDate>
		<dc:creator>cj2003</dc:creator>
				<category><![CDATA[Debian News]]></category>
		<category><![CDATA[DPL]]></category>
		<category><![CDATA[election]]></category>

		<guid isPermaLink="false">http://www.debian-news.net/?p=6841</guid>
		<description><![CDATA[Hi, According to the constitution (5.2. Appointment), project
leader elections should begin &#8220;six weeks before the leadership
post becomes vacant, or (if it is too late already) immediately.&#8221;
The new project leader term starts on Saturday the 17th of April,
2010.  The time line looks like:
&#124; Period     &#124; Start      [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, According to the constitution (5.2. Appointment), project<br />
leader elections should begin &#8220;six weeks before the leadership<br />
post becomes vacant, or (if it is too late already) immediately.&#8221;<span id="more-6841"></span></p>
<p>The new project leader term starts on Saturday the 17th of April,<br />
2010.  The time line looks like:</p>
<p>| Period     | Start                    | End                        |<br />
|&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
| Nomination | Friday, March  5th, 2010 | Thursday, March 11th, 2010 |<br />
| Campaign   | Friday, March 12th, 2010 | Thursday, April  1st, 2010 |<br />
| Vote       | Friday, April  2th, 2010 | Thursday, April 15th, 2010 |</p>
<p>Prospective leaders should be familiar with the constitution, but<br />
just to review: there&#8217;s a one week period when interested<br />
developers can nominate themselves and announce their platform,<br />
followed by a three week period intended for campaigning, followed<br />
by two weeks for the election itself.</p>
<p>I intend to collect platform statements from the candidates, and<br />
publish them at http://www.debian.org/vote/2010/platforms/ at the<br />
end of the nomination period, which means around March 12th.</p>
<p>I suggest that the candidates send the platform, preferably in<br />
HTML, to the secretary at least a couple of days before the<br />
publication date.</p>
<p>The format of the web page is open to discussion, but I suggest<br />
there be at least three sections:<br />
- Introduction / Biography<br />
- Major Goal / Meat of the platform<br />
- Rebuttal.</p>
<p>The candidates can make a rebuttal.  I would like to receive them<br />
in the first week of the campaign period, so I can publish them<br />
around March 19th.</p>
<p>Details and results for the vote will be published at:</p>
<p>http://www.debian.org/vote/2010/vote_001</p>
<p>Please make sure that nominations are sent to (or cc:&#8217;d to)<br />
debian-vote, and are cryptographically signed.</p>
<p>Kurt Roeckx<br />
Debian Project Secretary</p>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-news.net/2010/03/05/debian-project-leader-elections-2010-call-for-nominations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CeBIT 2010: Debian with BSD Kernel</title>
		<link>http://www.debian-news.net/2010/03/05/cebit-2010-debian-with-bsd-kernel/</link>
		<comments>http://www.debian-news.net/2010/03/05/cebit-2010-debian-with-bsd-kernel/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 20:45:00 +0000</pubDate>
		<dc:creator>cj2003</dc:creator>
				<category><![CDATA[Debian News]]></category>
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://www.debian-news.net/?p=6839</guid>
		<description><![CDATA[Debian developer Alexander Reichle-Schmehl presented Debian GNU/kFreeBSD at the Open Source Forum at CeBIT. The FreeBSD port should become an official part of the upcoming Debian version 6.0 free distro.  More here
Benchmarks for Linux and BSD kernel performance aren&#8217;t yet established, Reichle-Schmehl admits, but there are other benefits: the BSD kernel is developed in [...]]]></description>
			<content:encoded><![CDATA[<p>Debian developer Alexander Reichle-Schmehl presented Debian GNU/kFreeBSD at the Open Source Forum at CeBIT. The FreeBSD port should become an official part of the upcoming Debian version 6.0 free distro. <span id="more-6839"></span> More <a href="http://www.linux-magazine.com/Online/News/CeBIT-2010-Debian-with-BSD-Kernel">here</a></p>
<blockquote><p>Benchmarks for Linux and BSD kernel performance aren&#8217;t yet established, Reichle-Schmehl admits, but there are other benefits: the BSD kernel is developed in clearer structures and has more stable interfaces, such as for the device files. </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-news.net/2010/03/05/cebit-2010-debian-with-bsd-kernel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to authenticate Apache 2 with Radius on Debian</title>
		<link>http://www.debian-news.net/2010/03/05/how-to-authenticate-apache-2-with-radius-on-debian/</link>
		<comments>http://www.debian-news.net/2010/03/05/how-to-authenticate-apache-2-with-radius-on-debian/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 20:39:22 +0000</pubDate>
		<dc:creator>cj2003</dc:creator>
				<category><![CDATA[Debian Guides]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Radius]]></category>

		<guid isPermaLink="false">http://www.debian-news.net/?p=6837</guid>
		<description><![CDATA[This short guide shows how to authenticate Apache 2 with Radius on Debian More here
]]></description>
			<content:encoded><![CDATA[<p>This short guide shows how to authenticate Apache 2 with Radius on Debian<span id="more-6837"></span> More <a href="http://www.adminsehow.com/2010/03/how-to-authenticate-apache-2-with-radius-on-debian/">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-news.net/2010/03/05/how-to-authenticate-apache-2-with-radius-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
