<?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>BSD News Network &#187; NetBSD</title>
	<atom:link href="http://BSDNews.net/index.php/tag/netbsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://BSDNews.net</link>
	<description>Current Events, Issues and Other News Related to the Entire BSD Community</description>
	<lastBuildDate>Sun, 22 Apr 2012 13:30:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>announce::OpenSSH 6.0 Released</title>
		<link>http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 13:30:38 +0000</pubDate>
		<dc:creator>mikel</dc:creator>
				<category><![CDATA[BSD Advocacy]]></category>
		<category><![CDATA[BSD Security]]></category>
		<category><![CDATA[BSD Software]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=346</guid>
		<description><![CDATA[OpenSSH 6.0 has just been released. It will be available from the mirrors listed at http://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support. Once again, we would like to thank the OpenSSH community for their continued support of the project, especially [...]]]></description>
			<content:encoded><![CDATA[<p><a title="OpenSSH home" href="http://www.openssh.com" target="_blank">OpenSSH</a> 6.0 has just been released. It will be available from the<br />
mirrors listed at http://www.openssh.com/ shortly.</p>
<p>OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0<br />
implementation and includes sftp client and server support.</p>
<p>Once again, we would like to thank the OpenSSH community for their<br />
continued support of the project, especially those who contributed<br />
code or patches, reported bugs, tested snapshots or donated to the<br />
project. More information on donations may be found at:</p>
<p>http://www.openssh.com/donations.html</p>
<p>Changes since OpenSSH 5.9<br />
=========================</p>
<p>This is primarily a bugfix release.</p>
<p>Features:</p>
<p>* ssh-keygen(1): Add optional checkpoints for moduli screening<br />
* ssh-add(1): new -k option to load plain keys (skipping certificates)<br />
* sshd(8): Add wildcard support to PermitOpen, allowing things like<br />
&#8220;PermitOpen localhost:*&#8221;.  bz #1857<br />
* ssh(1): support for cancelling local and remote port forwards via the<br />
multiplex socket. Use ssh -O cancel -L xx:xx:xx -R yy:yy:yy user@host&#8221;<br />
to request the cancellation of the specified forwardings<br />
* support cancellation of local/dynamic forwardings from ~C commandline</p>
<p>Bugfixes:</p>
<p>* ssh(1): ensure that $DISPLAY contains only valid characters before<br />
using it to extract xauth data so that it can&#8217;t be used to play local<br />
shell metacharacter games.<br />
* ssh(1): unbreak remote portforwarding with dynamic allocated listen ports<br />
* scp(1): uppress adding &#8216;&#8211;&#8217; to remote commandlines when the first<br />
argument does not start with &#8216;-&#8217;. saves breakage on some<br />
difficult-to-upgrade embedded/router platforms<br />
* ssh(1)/sshd(8): fix typo in IPQoS parsing: there is no &#8220;AF14&#8243; class,<br />
but there is an &#8220;AF21&#8243; class<br />
* ssh(1)/sshd(8): do not permit SSH2_MSG_SERVICE_REQUEST/ACCEPT during<br />
rekeying<br />
* ssh(1): skip attempting to create ~/.ssh when -F is passed<br />
* sshd(8): unbreak stdio forwarding when ControlPersist is in use; bz#1943<br />
* sshd(1): send tty break to pty master instead of (probably already<br />
closed) slave side; bz#1859<br />
* sftp(1): silence error spam for &#8220;ls */foo&#8221; in directory with files;<br />
bz#1683<br />
* Fixed a number of memory and file descriptor leaks</p>
<p>Portable OpenSSH:</p>
<p>* Add a new privilege separation sandbox implementation for Linux&#8217;s<br />
new seccomp sandbox, automatically enabled on platforms that support<br />
it. (Note: privilege separation sandboxing is still experimental)<br />
* Fix compilation problems on FreeBSD, where libutil contained openpty()<br />
but not login().<br />
* ssh-keygen(1): don&#8217;t fail in -A on platforms that don&#8217;t support ECC<br />
* Add optional support for LDNS, a BSD licensed DNS resolver library<br />
which supports DNSSEC<br />
* Relax OpenSSL version check to allow running OpenSSH binaries on<br />
systems with OpenSSL libraries with a newer &#8220;fix&#8221; or &#8220;patch&#8221; level<br />
than the binaries were originally compiled on (previous check only<br />
allowed movement within &#8220;patch&#8221; releases). bz#1991<br />
* Fix builds using contributed Redhat spec file. bz#1992</p>
<p>Checksums:<br />
==========</p>
<p>- SHA1 (openssh-6.0.tar.gz) = 5d30aba0423c44e89924bb44c5d2153635506a9f<br />
- SHA1 (openssh-6.0p1.tar.gz) = f691e53ef83417031a2854b8b1b661c9c08e4422</p>
<p>Reporting Bugs:<br />
===============</p>
<p>- Please read http://www.openssh.com/report.html<br />
Security bugs should be reported directly to openssh@openssh.com</p>
<p>OpenSSH is brought to you by Markus Friedl, Niels Provos, Theo de Raadt,<br />
Kevin Steves, Damien Miller, Darren Tucker, Jason McIntyre, Tim Rice and<br />
Ben Lindstrom.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH%206.0%20Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>announce::EuroBSDCon 2012</title>
		<link>http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 13:36:19 +0000</pubDate>
		<dc:creator>mikel</dc:creator>
				<category><![CDATA[BSD Conventions]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[PC BSD]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=334</guid>
		<description><![CDATA[EuroBSDCon 2012 EuroBSDcon is the European technical conference for users and developers on BSD-based systems. The EuroBSDcon 2012 conference will be held in Warsaw, Poland from Thursday 18 October 2012 to Sunday 21 October 2012, with tutorials on Thursday and Friday and talks on Saturday and Sunday. Call for Proposals The EuroBSDcon conference is inviting [...]]]></description>
			<content:encoded><![CDATA[<h3 style="text-align: center;">EuroBSDCon 2012</h3>
<p>EuroBSDcon is the European technical conference for users and developers on BSD-based systems. The EuroBSDcon 2012 conference will be held in Warsaw, Poland from Thursday 18 October 2012 to Sunday 21 October 2012, with tutorials on Thursday and Friday and talks on Saturday and Sunday.</p>
<h3 style="text-align: center;">Call for Proposals</h3>
<p>The EuroBSDcon conference is inviting developers and users of BSD-based systems to submit innovative and original papers not submitted to other European conferences on BSD-related topics.</p>
<p>Topics of interest to the conference include, but are not limited to applications, architecture, implementation, performance and security of BSD-based operating systems, as well as topics concerning the economic or organizational aspects of BSD use.</p>
<p>Presentations are expected to be 45 minutes.</p>
<h3 style="text-align: center;">Call for Tutorial Proposals</h3>
<p>The EuroBSDcon conference is inviting qualified practitioners in their field to submit proposals for half or full day tutorials on topics relevant to development, implementation and use of BSD-based systems.</p>
<h3 style="text-align: center;">Submission address</h3>
<p>Proposals should be submitted by email to &lt;submission@eurobsdcon.org&gt;.</p>
<h3 style="text-align: center;">Important dates</h3>
<p>The EuroBSDcon conference is accepting abstracts and tutorial proposals until 20 May 2012. Other important dates will be announced soon at the conference website <a title="2012 EuroBSDCon website" href="http://2012.eurobsdcon.org/" target="_blank">http://2012.eurobsdcon.org</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon%202012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BSD overtake Linux for development</title>
		<link>http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 20:35:19 +0000</pubDate>
		<dc:creator>mikel</dc:creator>
				<category><![CDATA[BSD Advocacy]]></category>
		<category><![CDATA[DragonflyBSD]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[PC BSD]]></category>
		<category><![CDATA[PicoBSD]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=267</guid>
		<description><![CDATA[According to TheInquire.net ~ The irony in all this is that Evans Data&#8217;s data shows that while Linux fans have been talking about the death of BSD for well over a decade, it seems that thanks to Apple, BSD in the form of Mac OS X appears to have overtaken Linux in one usage metric. [...]]]></description>
			<content:encoded><![CDATA[<p>According to TheInquire.net ~ The irony in all this is that Evans Data&#8217;s data shows that while Linux fans have been talking about the death of BSD for well over a decade, it seems that thanks to Apple, BSD in the form of Mac OS X appears to have overtaken Linux in one usage metric.</p>
<div>
<a title="The Inquirer" href="http://bit.ly/nOMuXx" target="_blank">read more&#8230;</a></div>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=BSD%20overtake%20Linux%20for%20development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>release::Samba 3.6.0</title>
		<link>http://BSDNews.net/index.php/2011/08/12/releasesamba-3-6-0/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2011/08/12/releasesamba-3-6-0/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 19:45:51 +0000</pubDate>
		<dc:creator>mikel</dc:creator>
				<category><![CDATA[BSD Software]]></category>
		<category><![CDATA[General News]]></category>
		<category><![CDATA[DragonflyBSD]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[PC BSD]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=263</guid>
		<description><![CDATA[Earlier this week Samba 3.6.0 was released. Most importantly a new nfs quota back-end for Linux has been added that is based on the existing Solaris/FreeBSD implementation. In addition the new SMB Traffic Analyzer (SMBTA) is has been completed. Overall this constitutes an ongoing internal restructuring for better separation of internal subsystem to achieve a [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier this week Samba 3.6.0 was released. Most importantly a new nfs quota back-end for Linux has been added that is based on the existing Solaris/<a title="FreeBSD" href="http://FreeBSD.org" target="_blank">FreeBSD</a> implementation. In addition the new SMB Traffic Analyzer (SMBTA) is has been completed. Overall this constitutes an ongoing internal restructuring for better separation of internal subsystem to achieve a faster build, smaller binaries and cleaner dependencies for the samba3 waf build.</p>
<p><a title="Samba 3.6.0 Announcement" href="http://samba.org/samba/history/samba-3.6.0.html" target="_blank">read more&#8230;</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=release%3A%3ASamba+3.6.0+&amp;link=http://BSDNews.net/index.php/2011/08/12/releasesamba-3-6-0/&amp;notes=Earlier%20this%20week%20Samba%203.6.0%20was%20released.%20Most%20importantly%20a%20new%20nfs%20quota%20back-end%20for%20Linux%20has%20been%20added%20that%20is%20based%20on%20the%20existing%20Solaris%2FFreeBSD%20implementation.%20In%20addition%20the%20new%20SMB%20Traffic%20Analyzer%20%28SMBTA%29%20is%20has%20been%20completed.%20Overall%20this%20constitutes%20an%20ongoing%20internal%20restructur&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=release%3A%3ASamba%203.6.0%20&amp;link=http://BSDNews.net/index.php/2011/08/12/releasesamba-3-6-0/&amp;notes=Earlier%20this%20week%20Samba%203.6.0%20was%20released.%20Most%20importantly%20a%20new%20nfs%20quota%20back-end%20for%20Linux%20has%20been%20added%20that%20is%20based%20on%20the%20existing%20Solaris%2FFreeBSD%20implementation.%20In%20addition%20the%20new%20SMB%20Traffic%20Analyzer%20%28SMBTA%29%20is%20has%20been%20completed.%20Overall%20this%20constitutes%20an%20ongoing%20internal%20restructur&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=release%3A%3ASamba+3.6.0+&amp;link=http://BSDNews.net/index.php/2011/08/12/releasesamba-3-6-0/&amp;notes=Earlier%20this%20week%20Samba%203.6.0%20was%20released.%20Most%20importantly%20a%20new%20nfs%20quota%20back-end%20for%20Linux%20has%20been%20added%20that%20is%20based%20on%20the%20existing%20Solaris%2FFreeBSD%20implementation.%20In%20addition%20the%20new%20SMB%20Traffic%20Analyzer%20%28SMBTA%29%20is%20has%20been%20completed.%20Overall%20this%20constitutes%20an%20ongoing%20internal%20restructur&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=release%3A%3ASamba+3.6.0+&amp;link=http://BSDNews.net/index.php/2011/08/12/releasesamba-3-6-0/&amp;notes=Earlier%20this%20week%20Samba%203.6.0%20was%20released.%20Most%20importantly%20a%20new%20nfs%20quota%20back-end%20for%20Linux%20has%20been%20added%20that%20is%20based%20on%20the%20existing%20Solaris%2FFreeBSD%20implementation.%20In%20addition%20the%20new%20SMB%20Traffic%20Analyzer%20%28SMBTA%29%20is%20has%20been%20completed.%20Overall%20this%20constitutes%20an%20ongoing%20internal%20restructur&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=release%3A%3ASamba+3.6.0+&amp;link=http://BSDNews.net/index.php/2011/08/12/releasesamba-3-6-0/&amp;notes=Earlier%20this%20week%20Samba%203.6.0%20was%20released.%20Most%20importantly%20a%20new%20nfs%20quota%20back-end%20for%20Linux%20has%20been%20added%20that%20is%20based%20on%20the%20existing%20Solaris%2FFreeBSD%20implementation.%20In%20addition%20the%20new%20SMB%20Traffic%20Analyzer%20%28SMBTA%29%20is%20has%20been%20completed.%20Overall%20this%20constitutes%20an%20ongoing%20internal%20restructur&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=release%3A%3ASamba+3.6.0+&amp;link=http://BSDNews.net/index.php/2011/08/12/releasesamba-3-6-0/&amp;notes=Earlier%20this%20week%20Samba%203.6.0%20was%20released.%20Most%20importantly%20a%20new%20nfs%20quota%20back-end%20for%20Linux%20has%20been%20added%20that%20is%20based%20on%20the%20existing%20Solaris%2FFreeBSD%20implementation.%20In%20addition%20the%20new%20SMB%20Traffic%20Analyzer%20%28SMBTA%29%20is%20has%20been%20completed.%20Overall%20this%20constitutes%20an%20ongoing%20internal%20restructur&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=release%3A%3ASamba+3.6.0+&amp;link=http://BSDNews.net/index.php/2011/08/12/releasesamba-3-6-0/&amp;notes=Earlier%20this%20week%20Samba%203.6.0%20was%20released.%20Most%20importantly%20a%20new%20nfs%20quota%20back-end%20for%20Linux%20has%20been%20added%20that%20is%20based%20on%20the%20existing%20Solaris%2FFreeBSD%20implementation.%20In%20addition%20the%20new%20SMB%20Traffic%20Analyzer%20%28SMBTA%29%20is%20has%20been%20completed.%20Overall%20this%20constitutes%20an%20ongoing%20internal%20restructur&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=release%3A%3ASamba+3.6.0+&amp;link=http://BSDNews.net/index.php/2011/08/12/releasesamba-3-6-0/&amp;notes=Earlier%20this%20week%20Samba%203.6.0%20was%20released.%20Most%20importantly%20a%20new%20nfs%20quota%20back-end%20for%20Linux%20has%20been%20added%20that%20is%20based%20on%20the%20existing%20Solaris%2FFreeBSD%20implementation.%20In%20addition%20the%20new%20SMB%20Traffic%20Analyzer%20%28SMBTA%29%20is%20has%20been%20completed.%20Overall%20this%20constitutes%20an%20ongoing%20internal%20restructur&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=release%3A%3ASamba+3.6.0+&amp;link=http://BSDNews.net/index.php/2011/08/12/releasesamba-3-6-0/&amp;notes=Earlier%20this%20week%20Samba%203.6.0%20was%20released.%20Most%20importantly%20a%20new%20nfs%20quota%20back-end%20for%20Linux%20has%20been%20added%20that%20is%20based%20on%20the%20existing%20Solaris%2FFreeBSD%20implementation.%20In%20addition%20the%20new%20SMB%20Traffic%20Analyzer%20%28SMBTA%29%20is%20has%20been%20completed.%20Overall%20this%20constitutes%20an%20ongoing%20internal%20restructur&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=release%3A%3ASamba+3.6.0+&amp;link=http://BSDNews.net/index.php/2011/08/12/releasesamba-3-6-0/&amp;notes=Earlier%20this%20week%20Samba%203.6.0%20was%20released.%20Most%20importantly%20a%20new%20nfs%20quota%20back-end%20for%20Linux%20has%20been%20added%20that%20is%20based%20on%20the%20existing%20Solaris%2FFreeBSD%20implementation.%20In%20addition%20the%20new%20SMB%20Traffic%20Analyzer%20%28SMBTA%29%20is%20has%20been%20completed.%20Overall%20this%20constitutes%20an%20ongoing%20internal%20restructur&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=release%3A%3ASamba+3.6.0+&amp;link=http://BSDNews.net/index.php/2011/08/12/releasesamba-3-6-0/&amp;notes=Earlier%20this%20week%20Samba%203.6.0%20was%20released.%20Most%20importantly%20a%20new%20nfs%20quota%20back-end%20for%20Linux%20has%20been%20added%20that%20is%20based%20on%20the%20existing%20Solaris%2FFreeBSD%20implementation.%20In%20addition%20the%20new%20SMB%20Traffic%20Analyzer%20%28SMBTA%29%20is%20has%20been%20completed.%20Overall%20this%20constitutes%20an%20ongoing%20internal%20restructur&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2011/08/12/releasesamba-3-6-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBSD 6.0 to Offer Improved Support on Amiga Hardware</title>
		<link>http://BSDNews.net/index.php/2011/08/12/netbsd-6-0-to-offer-improved-support-on-amiga-hardware/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2011/08/12/netbsd-6-0-to-offer-improved-support-on-amiga-hardware/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 19:32:44 +0000</pubDate>
		<dc:creator>mikel</dc:creator>
				<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[amiga]]></category>
		<category><![CDATA[commodore]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=257</guid>
		<description><![CDATA[From the August 4 announcement- Due to the MMU requirement, it will not run on A500, A600, A1000, A1200, A2000, A4000/EC030, CDTV or CD32 out of the box. You must install a CPU board on them to run NetBSD. &#160; read more&#8230; Tweet This! Email this to a friend? Share this on LinkedIn Email this [...]]]></description>
			<content:encoded><![CDATA[<p>From the August 4 announcement- Due to the MMU requirement, it will <em>not</em> run on A500, A600, A1000, A1200, A2000, A4000/EC030, CDTV or CD32 out of the box. You must install a CPU board on them to run NetBSD.</p>
<p>&nbsp;</p>
<p><a title="NetBSD on Amiga" href="http://www.netbsd.org/ports/amiga/" target="_blank">read more&#8230;</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+6.0+to+Offer+Improved+Support+on+Amiga+Hardware&amp;link=http://BSDNews.net/index.php/2011/08/12/netbsd-6-0-to-offer-improved-support-on-amiga-hardware/&amp;notes=From%20the%20August%204%20announcement-%20Due%20to%20the%20MMU%20requirement%2C%20it%20will%20not%20run%20on%20A500%2C%20A600%2C%20A1000%2C%20A1200%2C%20A2000%2C%20A4000%2FEC030%2C%20CDTV%20or%20CD32%20out%20of%20the%20box.%20You%20must%20install%20a%20CPU%20board%20on%20them%20to%20run%20NetBSD.%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD%206.0%20to%20Offer%20Improved%20Support%20on%20Amiga%20Hardware&amp;link=http://BSDNews.net/index.php/2011/08/12/netbsd-6-0-to-offer-improved-support-on-amiga-hardware/&amp;notes=From%20the%20August%204%20announcement-%20Due%20to%20the%20MMU%20requirement%2C%20it%20will%20not%20run%20on%20A500%2C%20A600%2C%20A1000%2C%20A1200%2C%20A2000%2C%20A4000%2FEC030%2C%20CDTV%20or%20CD32%20out%20of%20the%20box.%20You%20must%20install%20a%20CPU%20board%20on%20them%20to%20run%20NetBSD.%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+6.0+to+Offer+Improved+Support+on+Amiga+Hardware&amp;link=http://BSDNews.net/index.php/2011/08/12/netbsd-6-0-to-offer-improved-support-on-amiga-hardware/&amp;notes=From%20the%20August%204%20announcement-%20Due%20to%20the%20MMU%20requirement%2C%20it%20will%20not%20run%20on%20A500%2C%20A600%2C%20A1000%2C%20A1200%2C%20A2000%2C%20A4000%2FEC030%2C%20CDTV%20or%20CD32%20out%20of%20the%20box.%20You%20must%20install%20a%20CPU%20board%20on%20them%20to%20run%20NetBSD.%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+6.0+to+Offer+Improved+Support+on+Amiga+Hardware&amp;link=http://BSDNews.net/index.php/2011/08/12/netbsd-6-0-to-offer-improved-support-on-amiga-hardware/&amp;notes=From%20the%20August%204%20announcement-%20Due%20to%20the%20MMU%20requirement%2C%20it%20will%20not%20run%20on%20A500%2C%20A600%2C%20A1000%2C%20A1200%2C%20A2000%2C%20A4000%2FEC030%2C%20CDTV%20or%20CD32%20out%20of%20the%20box.%20You%20must%20install%20a%20CPU%20board%20on%20them%20to%20run%20NetBSD.%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+6.0+to+Offer+Improved+Support+on+Amiga+Hardware&amp;link=http://BSDNews.net/index.php/2011/08/12/netbsd-6-0-to-offer-improved-support-on-amiga-hardware/&amp;notes=From%20the%20August%204%20announcement-%20Due%20to%20the%20MMU%20requirement%2C%20it%20will%20not%20run%20on%20A500%2C%20A600%2C%20A1000%2C%20A1200%2C%20A2000%2C%20A4000%2FEC030%2C%20CDTV%20or%20CD32%20out%20of%20the%20box.%20You%20must%20install%20a%20CPU%20board%20on%20them%20to%20run%20NetBSD.%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+6.0+to+Offer+Improved+Support+on+Amiga+Hardware&amp;link=http://BSDNews.net/index.php/2011/08/12/netbsd-6-0-to-offer-improved-support-on-amiga-hardware/&amp;notes=From%20the%20August%204%20announcement-%20Due%20to%20the%20MMU%20requirement%2C%20it%20will%20not%20run%20on%20A500%2C%20A600%2C%20A1000%2C%20A1200%2C%20A2000%2C%20A4000%2FEC030%2C%20CDTV%20or%20CD32%20out%20of%20the%20box.%20You%20must%20install%20a%20CPU%20board%20on%20them%20to%20run%20NetBSD.%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+6.0+to+Offer+Improved+Support+on+Amiga+Hardware&amp;link=http://BSDNews.net/index.php/2011/08/12/netbsd-6-0-to-offer-improved-support-on-amiga-hardware/&amp;notes=From%20the%20August%204%20announcement-%20Due%20to%20the%20MMU%20requirement%2C%20it%20will%20not%20run%20on%20A500%2C%20A600%2C%20A1000%2C%20A1200%2C%20A2000%2C%20A4000%2FEC030%2C%20CDTV%20or%20CD32%20out%20of%20the%20box.%20You%20must%20install%20a%20CPU%20board%20on%20them%20to%20run%20NetBSD.%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+6.0+to+Offer+Improved+Support+on+Amiga+Hardware&amp;link=http://BSDNews.net/index.php/2011/08/12/netbsd-6-0-to-offer-improved-support-on-amiga-hardware/&amp;notes=From%20the%20August%204%20announcement-%20Due%20to%20the%20MMU%20requirement%2C%20it%20will%20not%20run%20on%20A500%2C%20A600%2C%20A1000%2C%20A1200%2C%20A2000%2C%20A4000%2FEC030%2C%20CDTV%20or%20CD32%20out%20of%20the%20box.%20You%20must%20install%20a%20CPU%20board%20on%20them%20to%20run%20NetBSD.%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+6.0+to+Offer+Improved+Support+on+Amiga+Hardware&amp;link=http://BSDNews.net/index.php/2011/08/12/netbsd-6-0-to-offer-improved-support-on-amiga-hardware/&amp;notes=From%20the%20August%204%20announcement-%20Due%20to%20the%20MMU%20requirement%2C%20it%20will%20not%20run%20on%20A500%2C%20A600%2C%20A1000%2C%20A1200%2C%20A2000%2C%20A4000%2FEC030%2C%20CDTV%20or%20CD32%20out%20of%20the%20box.%20You%20must%20install%20a%20CPU%20board%20on%20them%20to%20run%20NetBSD.%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+6.0+to+Offer+Improved+Support+on+Amiga+Hardware&amp;link=http://BSDNews.net/index.php/2011/08/12/netbsd-6-0-to-offer-improved-support-on-amiga-hardware/&amp;notes=From%20the%20August%204%20announcement-%20Due%20to%20the%20MMU%20requirement%2C%20it%20will%20not%20run%20on%20A500%2C%20A600%2C%20A1000%2C%20A1200%2C%20A2000%2C%20A4000%2FEC030%2C%20CDTV%20or%20CD32%20out%20of%20the%20box.%20You%20must%20install%20a%20CPU%20board%20on%20them%20to%20run%20NetBSD.%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+6.0+to+Offer+Improved+Support+on+Amiga+Hardware&amp;link=http://BSDNews.net/index.php/2011/08/12/netbsd-6-0-to-offer-improved-support-on-amiga-hardware/&amp;notes=From%20the%20August%204%20announcement-%20Due%20to%20the%20MMU%20requirement%2C%20it%20will%20not%20run%20on%20A500%2C%20A600%2C%20A1000%2C%20A1200%2C%20A2000%2C%20A4000%2FEC030%2C%20CDTV%20or%20CD32%20out%20of%20the%20box.%20You%20must%20install%20a%20CPU%20board%20on%20them%20to%20run%20NetBSD.%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2011/08/12/netbsd-6-0-to-offer-improved-support-on-amiga-hardware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcement: End of Travel Grant Applications for BSDCan</title>
		<link>http://BSDNews.net/index.php/2010/04/09/announcement-end-of-travel-grant-appication-for-bsdcan/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2010/04/09/announcement-end-of-travel-grant-appication-for-bsdcan/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 15:32:29 +0000</pubDate>
		<dc:creator>dgoodkin</dc:creator>
				<category><![CDATA[BSD Conventions]]></category>
		<category><![CDATA[DragonflyBSD]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[PC BSD]]></category>
		<category><![CDATA[PicoBSD]]></category>
		<category><![CDATA[BSDCan]]></category>
		<category><![CDATA[FreeBSD Foundation]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=171</guid>
		<description><![CDATA[Dear FreeBSD Community, Today is the last day to submit your travel grant application for BSDCan 2010! The FreeBSD Foundation will be providing a limited number of travel grants to individuals requesting assistance. Please fill out and submit the Travel Grant Request Application at by April 9, 2010 to apply for this grant. How it [...]]]></description>
			<content:encoded><![CDATA[<p>Dear FreeBSD Community,</p>
<p>Today is the last day to submit your travel grant application for BSDCan 2010!</p>
<p>The FreeBSD Foundation will be providing a limited number of travel<br />
grants to individuals requesting assistance. Please fill out and submit<br />
the <a href="http://www.freebsdfoundation.org/documents/TravelRequestForm.pdf" target="_blank">Travel Grant Request Application</a> at by April 9, 2010 to apply for this grant.</p>
<p>How it works:</p>
<p>This program is open to FreeBSD developers of all sorts (kernel hackers,<br />
documentation authors, bugbusters, system administrators, etc).  In some<br />
cases we are also able to fund non-developers, such as active community<br />
members and FreeBSD advocates.</p>
<p>(1) You request funding based on a realistic and economical estimate of<br />
travel costs (economy airfare, trainfare, &#8230;), accommodations<br />
(conference hotel and sharing a room), and registration or tutorial<br />
fees.  If there are other sponsors willing to cover costs, such as your<br />
employer or the conference, we prefer you talk to them first, as our<br />
budget is limited.  We are happy to split costs with you or another<br />
sponsor, such as just covering airfare or board.</p>
<p>If you are a speaker at the conference, we expect the conference to<br />
cover your travel costs, and will most likely not approve your direct<br />
request to us.</p>
<p>(2) We review your application and if approved, authorize you to seek<br />
reimbursement up to a limit.  We consider several factors, including our<br />
overall and per-event budgets, and (quite importantly) the benefit to<br />
the community by funding your travel.</p>
<p>Most rejected applications are rejected because of an over-all limit on<br />
travel budget for the event or year, due to unrealistic or uneconomical<br />
costing, or because there is an unclear or unconvincing argument that<br />
funding the applicant will directly benefit the FreeBSD Project.<br />
Please take these points into consideration when writing your application.</p>
<p>(3) We reimburse costs based on actuals (receipts), and by check or bank<br />
transfer. And, we do not cover your costs if you end up having to cancel<br />
your trip. We require you to submit a report on your trip, which we may<br />
show to current or potential sponsors, and may include in our<br />
semi-annual newsletter.</p>
<p>There&#8217;s some flexibility in the mechanism, so talk to us if something<br />
about the model doesn&#8217;t quite work for you or if you have any questions.<br />
The travel grant program is one of the most effective ways we can<br />
spend money to help support the FreeBSD Project, as it helps developers<br />
get together in the same place at the same time, and helps advertise and<br />
advocate FreeBSD in the larger community.</p>
<p>Thank You,</p>
<p>The FreeBSD Foundation</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement%3A+End+of+Travel+Grant+Applications+for+BSDCan&amp;link=http://BSDNews.net/index.php/2010/04/09/announcement-end-of-travel-grant-appication-for-bsdcan/&amp;notes=Dear%20FreeBSD%20Community%2C%0D%0A%0D%0AToday%20is%20the%20last%20day%20to%20submit%20your%20travel%20grant%20application%20for%20BSDCan%202010%21%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%0D%0Agrants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%0D%0Athe%20Travel%20Grant%20Request%20Application%20at%20by%20April%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement%3A%20End%20of%20Travel%20Grant%20Applications%20for%20BSDCan&amp;link=http://BSDNews.net/index.php/2010/04/09/announcement-end-of-travel-grant-appication-for-bsdcan/&amp;notes=Dear%20FreeBSD%20Community%2C%0D%0A%0D%0AToday%20is%20the%20last%20day%20to%20submit%20your%20travel%20grant%20application%20for%20BSDCan%202010%21%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%0D%0Agrants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%0D%0Athe%20Travel%20Grant%20Request%20Application%20at%20by%20April%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement%3A+End+of+Travel+Grant+Applications+for+BSDCan&amp;link=http://BSDNews.net/index.php/2010/04/09/announcement-end-of-travel-grant-appication-for-bsdcan/&amp;notes=Dear%20FreeBSD%20Community%2C%0D%0A%0D%0AToday%20is%20the%20last%20day%20to%20submit%20your%20travel%20grant%20application%20for%20BSDCan%202010%21%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%0D%0Agrants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%0D%0Athe%20Travel%20Grant%20Request%20Application%20at%20by%20April%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement%3A+End+of+Travel+Grant+Applications+for+BSDCan&amp;link=http://BSDNews.net/index.php/2010/04/09/announcement-end-of-travel-grant-appication-for-bsdcan/&amp;notes=Dear%20FreeBSD%20Community%2C%0D%0A%0D%0AToday%20is%20the%20last%20day%20to%20submit%20your%20travel%20grant%20application%20for%20BSDCan%202010%21%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%0D%0Agrants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%0D%0Athe%20Travel%20Grant%20Request%20Application%20at%20by%20April%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement%3A+End+of+Travel+Grant+Applications+for+BSDCan&amp;link=http://BSDNews.net/index.php/2010/04/09/announcement-end-of-travel-grant-appication-for-bsdcan/&amp;notes=Dear%20FreeBSD%20Community%2C%0D%0A%0D%0AToday%20is%20the%20last%20day%20to%20submit%20your%20travel%20grant%20application%20for%20BSDCan%202010%21%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%0D%0Agrants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%0D%0Athe%20Travel%20Grant%20Request%20Application%20at%20by%20April%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement%3A+End+of+Travel+Grant+Applications+for+BSDCan&amp;link=http://BSDNews.net/index.php/2010/04/09/announcement-end-of-travel-grant-appication-for-bsdcan/&amp;notes=Dear%20FreeBSD%20Community%2C%0D%0A%0D%0AToday%20is%20the%20last%20day%20to%20submit%20your%20travel%20grant%20application%20for%20BSDCan%202010%21%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%0D%0Agrants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%0D%0Athe%20Travel%20Grant%20Request%20Application%20at%20by%20April%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement%3A+End+of+Travel+Grant+Applications+for+BSDCan&amp;link=http://BSDNews.net/index.php/2010/04/09/announcement-end-of-travel-grant-appication-for-bsdcan/&amp;notes=Dear%20FreeBSD%20Community%2C%0D%0A%0D%0AToday%20is%20the%20last%20day%20to%20submit%20your%20travel%20grant%20application%20for%20BSDCan%202010%21%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%0D%0Agrants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%0D%0Athe%20Travel%20Grant%20Request%20Application%20at%20by%20April%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement%3A+End+of+Travel+Grant+Applications+for+BSDCan&amp;link=http://BSDNews.net/index.php/2010/04/09/announcement-end-of-travel-grant-appication-for-bsdcan/&amp;notes=Dear%20FreeBSD%20Community%2C%0D%0A%0D%0AToday%20is%20the%20last%20day%20to%20submit%20your%20travel%20grant%20application%20for%20BSDCan%202010%21%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%0D%0Agrants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%0D%0Athe%20Travel%20Grant%20Request%20Application%20at%20by%20April%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement%3A+End+of+Travel+Grant+Applications+for+BSDCan&amp;link=http://BSDNews.net/index.php/2010/04/09/announcement-end-of-travel-grant-appication-for-bsdcan/&amp;notes=Dear%20FreeBSD%20Community%2C%0D%0A%0D%0AToday%20is%20the%20last%20day%20to%20submit%20your%20travel%20grant%20application%20for%20BSDCan%202010%21%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%0D%0Agrants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%0D%0Athe%20Travel%20Grant%20Request%20Application%20at%20by%20April%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement%3A+End+of+Travel+Grant+Applications+for+BSDCan&amp;link=http://BSDNews.net/index.php/2010/04/09/announcement-end-of-travel-grant-appication-for-bsdcan/&amp;notes=Dear%20FreeBSD%20Community%2C%0D%0A%0D%0AToday%20is%20the%20last%20day%20to%20submit%20your%20travel%20grant%20application%20for%20BSDCan%202010%21%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%0D%0Agrants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%0D%0Athe%20Travel%20Grant%20Request%20Application%20at%20by%20April%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement%3A+End+of+Travel+Grant+Applications+for+BSDCan&amp;link=http://BSDNews.net/index.php/2010/04/09/announcement-end-of-travel-grant-appication-for-bsdcan/&amp;notes=Dear%20FreeBSD%20Community%2C%0D%0A%0D%0AToday%20is%20the%20last%20day%20to%20submit%20your%20travel%20grant%20application%20for%20BSDCan%202010%21%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%0D%0Agrants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%0D%0Athe%20Travel%20Grant%20Request%20Application%20at%20by%20April%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2010/04/09/announcement-end-of-travel-grant-appication-for-bsdcan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Schedule for BSDCan 2010 published</title>
		<link>http://BSDNews.net/index.php/2010/03/18/schedule-for-bsdcan-2010-published/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2010/03/18/schedule-for-bsdcan-2010-published/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 15:15:46 +0000</pubDate>
		<dc:creator>mikel</dc:creator>
				<category><![CDATA[BSD Conventions]]></category>
		<category><![CDATA[DragonflyBSD]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[General News]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[PC BSD]]></category>
		<category><![CDATA[BSDCan]]></category>
		<category><![CDATA[conferences]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=164</guid>
		<description><![CDATA[For those who are unfamiliar BSDCan is a BSD Conference held in Ottawa, Canada typically during the second week of May. This year&#8217;s conference will run from May 13th &#38; 14th and is preceded by two days of conferences on the 11th &#38; 12th.  As this year&#8217;s conference approaches the organizers have published a list [...]]]></description>
			<content:encoded><![CDATA[<p>For those who are unfamiliar <a href="http://www.bsdcan.org/" target="_blank">BSDCan</a> is a BSD Conference held in Ottawa,  Canada typically during the second week of May. This year&#8217;s conference  will run from May 13th &amp; 14th and is preceded by two days of conferences on the 11th &amp; 12th.  As this year&#8217;s conference approaches the organizers have published a list of <a href="http://www.bsdcan.org/2010/schedule/events.en.html" target="_blank">events</a>. The schedule of events and speakers is available as a color coded web table or down loadable in various formats including <a href="http://www.bsdcan.org/2010/schedule/schedule.en.ics" target="_blank">iCal</a>, <a href="http://www.bsdcan.org/2010/schedule/schedule.en.xcs" target="_blank">xCal</a> and even <a href="http://www.bsdcan.org/2010/schedule/schedule.en.xml" target="_blank">XML</a>.</p>
<p>The conference has continued it&#8217;s steady growth and the list of <a href="http://www.bsdcan.org/2010/schedule/speakers.en.html" target="_blank">speakers</a> this year is formidable. The following is a short list of examples;</p>
<table>
<tbody>
<tr>
<th>Speaker</th>
<th>Subject</th>
</tr>
<tr>
<td>Colin Percival</td>
<td>Everything you need to know about cryptography in 1 hour</td>
</tr>
<tr>
<td>Kris Moore</td>
<td>PC-SYSINSTALL</td>
</tr>
<tr>
<td>Roman Divácký</td>
<td>ClangBSD</td>
</tr>
<tr>
<td>Warner Losh</td>
<td>Enhanced compatibility through device mapping</td>
</tr>
<tr>
<td>Scott Ullrich</td>
<td>pfSense 2.0 Tutorial</td>
</tr>
<tr>
<td>Craig Rodrigues</td>
<td>jbuild &#8211; next generation build tool for FreeBSD</td>
</tr>
</tbody>
</table>
<p>If you are able to attend BSDCan you should as it is fast becoming one of the largest BSD conferences worldwide.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Schedule+for+BSDCan+2010+published&amp;link=http://BSDNews.net/index.php/2010/03/18/schedule-for-bsdcan-2010-published/&amp;notes=For%20those%20who%20are%20unfamiliar%20BSDCan%20is%20a%20BSD%20Conference%20held%20in%20Ottawa%2C%20%20Canada%20typically%20during%20the%20second%20week%20of%20May.%20This%20year%27s%20conference%20%20will%20run%20from%20May%2013th%20%26amp%3B%2014th%20and%20is%20preceded%20by%20two%20days%20of%20conferences%20on%20the%2011th%20%26amp%3B%2012th.%C2%A0%20As%20this%20year%27s%20conference%20approaches%20the%20organizers%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=Schedule%20for%20BSDCan%202010%20published&amp;link=http://BSDNews.net/index.php/2010/03/18/schedule-for-bsdcan-2010-published/&amp;notes=For%20those%20who%20are%20unfamiliar%20BSDCan%20is%20a%20BSD%20Conference%20held%20in%20Ottawa%2C%20%20Canada%20typically%20during%20the%20second%20week%20of%20May.%20This%20year%27s%20conference%20%20will%20run%20from%20May%2013th%20%26amp%3B%2014th%20and%20is%20preceded%20by%20two%20days%20of%20conferences%20on%20the%2011th%20%26amp%3B%2012th.%C2%A0%20As%20this%20year%27s%20conference%20approaches%20the%20organizers%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Schedule+for+BSDCan+2010+published&amp;link=http://BSDNews.net/index.php/2010/03/18/schedule-for-bsdcan-2010-published/&amp;notes=For%20those%20who%20are%20unfamiliar%20BSDCan%20is%20a%20BSD%20Conference%20held%20in%20Ottawa%2C%20%20Canada%20typically%20during%20the%20second%20week%20of%20May.%20This%20year%27s%20conference%20%20will%20run%20from%20May%2013th%20%26amp%3B%2014th%20and%20is%20preceded%20by%20two%20days%20of%20conferences%20on%20the%2011th%20%26amp%3B%2012th.%C2%A0%20As%20this%20year%27s%20conference%20approaches%20the%20organizers%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=Schedule+for+BSDCan+2010+published&amp;link=http://BSDNews.net/index.php/2010/03/18/schedule-for-bsdcan-2010-published/&amp;notes=For%20those%20who%20are%20unfamiliar%20BSDCan%20is%20a%20BSD%20Conference%20held%20in%20Ottawa%2C%20%20Canada%20typically%20during%20the%20second%20week%20of%20May.%20This%20year%27s%20conference%20%20will%20run%20from%20May%2013th%20%26amp%3B%2014th%20and%20is%20preceded%20by%20two%20days%20of%20conferences%20on%20the%2011th%20%26amp%3B%2012th.%C2%A0%20As%20this%20year%27s%20conference%20approaches%20the%20organizers%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Schedule+for+BSDCan+2010+published&amp;link=http://BSDNews.net/index.php/2010/03/18/schedule-for-bsdcan-2010-published/&amp;notes=For%20those%20who%20are%20unfamiliar%20BSDCan%20is%20a%20BSD%20Conference%20held%20in%20Ottawa%2C%20%20Canada%20typically%20during%20the%20second%20week%20of%20May.%20This%20year%27s%20conference%20%20will%20run%20from%20May%2013th%20%26amp%3B%2014th%20and%20is%20preceded%20by%20two%20days%20of%20conferences%20on%20the%2011th%20%26amp%3B%2012th.%C2%A0%20As%20this%20year%27s%20conference%20approaches%20the%20organizers%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Schedule+for+BSDCan+2010+published&amp;link=http://BSDNews.net/index.php/2010/03/18/schedule-for-bsdcan-2010-published/&amp;notes=For%20those%20who%20are%20unfamiliar%20BSDCan%20is%20a%20BSD%20Conference%20held%20in%20Ottawa%2C%20%20Canada%20typically%20during%20the%20second%20week%20of%20May.%20This%20year%27s%20conference%20%20will%20run%20from%20May%2013th%20%26amp%3B%2014th%20and%20is%20preceded%20by%20two%20days%20of%20conferences%20on%20the%2011th%20%26amp%3B%2012th.%C2%A0%20As%20this%20year%27s%20conference%20approaches%20the%20organizers%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=Schedule+for+BSDCan+2010+published&amp;link=http://BSDNews.net/index.php/2010/03/18/schedule-for-bsdcan-2010-published/&amp;notes=For%20those%20who%20are%20unfamiliar%20BSDCan%20is%20a%20BSD%20Conference%20held%20in%20Ottawa%2C%20%20Canada%20typically%20during%20the%20second%20week%20of%20May.%20This%20year%27s%20conference%20%20will%20run%20from%20May%2013th%20%26amp%3B%2014th%20and%20is%20preceded%20by%20two%20days%20of%20conferences%20on%20the%2011th%20%26amp%3B%2012th.%C2%A0%20As%20this%20year%27s%20conference%20approaches%20the%20organizers%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Schedule+for+BSDCan+2010+published&amp;link=http://BSDNews.net/index.php/2010/03/18/schedule-for-bsdcan-2010-published/&amp;notes=For%20those%20who%20are%20unfamiliar%20BSDCan%20is%20a%20BSD%20Conference%20held%20in%20Ottawa%2C%20%20Canada%20typically%20during%20the%20second%20week%20of%20May.%20This%20year%27s%20conference%20%20will%20run%20from%20May%2013th%20%26amp%3B%2014th%20and%20is%20preceded%20by%20two%20days%20of%20conferences%20on%20the%2011th%20%26amp%3B%2012th.%C2%A0%20As%20this%20year%27s%20conference%20approaches%20the%20organizers%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Schedule+for+BSDCan+2010+published&amp;link=http://BSDNews.net/index.php/2010/03/18/schedule-for-bsdcan-2010-published/&amp;notes=For%20those%20who%20are%20unfamiliar%20BSDCan%20is%20a%20BSD%20Conference%20held%20in%20Ottawa%2C%20%20Canada%20typically%20during%20the%20second%20week%20of%20May.%20This%20year%27s%20conference%20%20will%20run%20from%20May%2013th%20%26amp%3B%2014th%20and%20is%20preceded%20by%20two%20days%20of%20conferences%20on%20the%2011th%20%26amp%3B%2012th.%C2%A0%20As%20this%20year%27s%20conference%20approaches%20the%20organizers%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=Schedule+for+BSDCan+2010+published&amp;link=http://BSDNews.net/index.php/2010/03/18/schedule-for-bsdcan-2010-published/&amp;notes=For%20those%20who%20are%20unfamiliar%20BSDCan%20is%20a%20BSD%20Conference%20held%20in%20Ottawa%2C%20%20Canada%20typically%20during%20the%20second%20week%20of%20May.%20This%20year%27s%20conference%20%20will%20run%20from%20May%2013th%20%26amp%3B%2014th%20and%20is%20preceded%20by%20two%20days%20of%20conferences%20on%20the%2011th%20%26amp%3B%2012th.%C2%A0%20As%20this%20year%27s%20conference%20approaches%20the%20organizers%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Schedule+for+BSDCan+2010+published&amp;link=http://BSDNews.net/index.php/2010/03/18/schedule-for-bsdcan-2010-published/&amp;notes=For%20those%20who%20are%20unfamiliar%20BSDCan%20is%20a%20BSD%20Conference%20held%20in%20Ottawa%2C%20%20Canada%20typically%20during%20the%20second%20week%20of%20May.%20This%20year%27s%20conference%20%20will%20run%20from%20May%2013th%20%26amp%3B%2014th%20and%20is%20preceded%20by%20two%20days%20of%20conferences%20on%20the%2011th%20%26amp%3B%2012th.%C2%A0%20As%20this%20year%27s%20conference%20approaches%20the%20organizers%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2010/03/18/schedule-for-bsdcan-2010-published/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>February issue of BSD Magazine available for download- FREE</title>
		<link>http://BSDNews.net/index.php/2010/02/06/february-issue-of-bsd-magazine-available-for-download-free/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2010/02/06/february-issue-of-bsd-magazine-available-for-download-free/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 20:08:28 +0000</pubDate>
		<dc:creator>mikel</dc:creator>
				<category><![CDATA[BSD Advocacy]]></category>
		<category><![CDATA[DragonflyBSD]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[General News]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[PC BSD]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=155</guid>
		<description><![CDATA[BSD Magazine is offering the current issues available as a PDF download for FREE! In this issue: A first look at PC-BSD 8 release- Jan Stedehouder Installing and securing an Apache Jail with SSL on FreeBSD- Rob Somerville The gemstones for FreeBSD- Marko Milenovic OpenBSD, NetBSD and FreeBSD as file sharing servers – Part 1 [...]]]></description>
			<content:encoded><![CDATA[<p>BSD Magazine is offering the current issues available as a PDF <a title="BSDs as servers - Mikel King" href="http://bsdmag.org/magazine/1004-bsds-as-servers" target="_blank">download</a> for FREE!</p>
<p>In this issue:</p>
<ul>
<li></li>
<li>
<h5>A first look at PC-BSD 8 release- Jan Stedehouder</h5>
</li>
<li>
<h5>Installing and securing an Apache Jail with SSL on FreeBSD- Rob Somerville</h5>
</li>
<li>
<h5>The gemstones for FreeBSD- Marko Milenovic</h5>
</li>
<li>
<h5>OpenBSD, NetBSD and FreeBSD as file sharing servers – Part 1 –  NFS- Petr Topiarz</h5>
</li>
<li>
<h5>IPsec VPNs An Introduction to IKE and IPsec- Paul McMath</h5>
</li>
<li>
<h5>LDAP on FreeBSD- Eric Vintimilla</h5>
</li>
<li>
<h5>Secure and stable mailservers with OpenBSD and qmail- Matthias Pfeifer</h5>
</li>
<li>
<h5>Developing Secure Storages: Now On FreeBSD- Theodore Tereshchenko,  EldoS Corp.</h5>
</li>
<li>
<h5>Web Server Benchmarking- Mikel King</h5>
</li>
<li>
<h5>OpenSSH: common but underappreciated- Machtelt Garrels</h5>
</li>
<li>
<h5>Interview with Olivier Cochard-Labbé, Founder of FreeNAS- Jesse Smith</h5>
</li>
</ul>
<p>http://bsdmag.org/magazine/1004-bsds-as-servers</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=February+issue+of+BSD+Magazine+available+for+download-+FREE&amp;link=http://BSDNews.net/index.php/2010/02/06/february-issue-of-bsd-magazine-available-for-download-free/&amp;notes=BSD%20Magazine%20is%20offering%20the%20current%20issues%20available%20as%20a%20PDF%20download%20for%20FREE%21%0D%0A%0D%0AIn%20this%20issue%3A%0D%0A%0D%0A%09%0D%0A%09%0D%0AA%20first%20look%20at%20PC-BSD%208%20release-%20Jan%20Stedehouder%0D%0A%0D%0A%09%0D%0AInstalling%20and%20securing%20an%20Apache%20Jail%20with%20SSL%20on%20FreeBSD-%20Rob%20Somerville%0D%0A%0D%0A%09%0D%0AThe%20gemstones%20for%20FreeBSD-%20Marko%20Milenovic%0D%0A%0D%0A%09%0D%0AOpenB&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=February%20issue%20of%20BSD%20Magazine%20available%20for%20download-%20FREE&amp;link=http://BSDNews.net/index.php/2010/02/06/february-issue-of-bsd-magazine-available-for-download-free/&amp;notes=BSD%20Magazine%20is%20offering%20the%20current%20issues%20available%20as%20a%20PDF%20download%20for%20FREE%21%0D%0A%0D%0AIn%20this%20issue%3A%0D%0A%0D%0A%09%0D%0A%09%0D%0AA%20first%20look%20at%20PC-BSD%208%20release-%20Jan%20Stedehouder%0D%0A%0D%0A%09%0D%0AInstalling%20and%20securing%20an%20Apache%20Jail%20with%20SSL%20on%20FreeBSD-%20Rob%20Somerville%0D%0A%0D%0A%09%0D%0AThe%20gemstones%20for%20FreeBSD-%20Marko%20Milenovic%0D%0A%0D%0A%09%0D%0AOpenB&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=February+issue+of+BSD+Magazine+available+for+download-+FREE&amp;link=http://BSDNews.net/index.php/2010/02/06/february-issue-of-bsd-magazine-available-for-download-free/&amp;notes=BSD%20Magazine%20is%20offering%20the%20current%20issues%20available%20as%20a%20PDF%20download%20for%20FREE%21%0D%0A%0D%0AIn%20this%20issue%3A%0D%0A%0D%0A%09%0D%0A%09%0D%0AA%20first%20look%20at%20PC-BSD%208%20release-%20Jan%20Stedehouder%0D%0A%0D%0A%09%0D%0AInstalling%20and%20securing%20an%20Apache%20Jail%20with%20SSL%20on%20FreeBSD-%20Rob%20Somerville%0D%0A%0D%0A%09%0D%0AThe%20gemstones%20for%20FreeBSD-%20Marko%20Milenovic%0D%0A%0D%0A%09%0D%0AOpenB&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=February+issue+of+BSD+Magazine+available+for+download-+FREE&amp;link=http://BSDNews.net/index.php/2010/02/06/february-issue-of-bsd-magazine-available-for-download-free/&amp;notes=BSD%20Magazine%20is%20offering%20the%20current%20issues%20available%20as%20a%20PDF%20download%20for%20FREE%21%0D%0A%0D%0AIn%20this%20issue%3A%0D%0A%0D%0A%09%0D%0A%09%0D%0AA%20first%20look%20at%20PC-BSD%208%20release-%20Jan%20Stedehouder%0D%0A%0D%0A%09%0D%0AInstalling%20and%20securing%20an%20Apache%20Jail%20with%20SSL%20on%20FreeBSD-%20Rob%20Somerville%0D%0A%0D%0A%09%0D%0AThe%20gemstones%20for%20FreeBSD-%20Marko%20Milenovic%0D%0A%0D%0A%09%0D%0AOpenB&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=February+issue+of+BSD+Magazine+available+for+download-+FREE&amp;link=http://BSDNews.net/index.php/2010/02/06/february-issue-of-bsd-magazine-available-for-download-free/&amp;notes=BSD%20Magazine%20is%20offering%20the%20current%20issues%20available%20as%20a%20PDF%20download%20for%20FREE%21%0D%0A%0D%0AIn%20this%20issue%3A%0D%0A%0D%0A%09%0D%0A%09%0D%0AA%20first%20look%20at%20PC-BSD%208%20release-%20Jan%20Stedehouder%0D%0A%0D%0A%09%0D%0AInstalling%20and%20securing%20an%20Apache%20Jail%20with%20SSL%20on%20FreeBSD-%20Rob%20Somerville%0D%0A%0D%0A%09%0D%0AThe%20gemstones%20for%20FreeBSD-%20Marko%20Milenovic%0D%0A%0D%0A%09%0D%0AOpenB&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=February+issue+of+BSD+Magazine+available+for+download-+FREE&amp;link=http://BSDNews.net/index.php/2010/02/06/february-issue-of-bsd-magazine-available-for-download-free/&amp;notes=BSD%20Magazine%20is%20offering%20the%20current%20issues%20available%20as%20a%20PDF%20download%20for%20FREE%21%0D%0A%0D%0AIn%20this%20issue%3A%0D%0A%0D%0A%09%0D%0A%09%0D%0AA%20first%20look%20at%20PC-BSD%208%20release-%20Jan%20Stedehouder%0D%0A%0D%0A%09%0D%0AInstalling%20and%20securing%20an%20Apache%20Jail%20with%20SSL%20on%20FreeBSD-%20Rob%20Somerville%0D%0A%0D%0A%09%0D%0AThe%20gemstones%20for%20FreeBSD-%20Marko%20Milenovic%0D%0A%0D%0A%09%0D%0AOpenB&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=February+issue+of+BSD+Magazine+available+for+download-+FREE&amp;link=http://BSDNews.net/index.php/2010/02/06/february-issue-of-bsd-magazine-available-for-download-free/&amp;notes=BSD%20Magazine%20is%20offering%20the%20current%20issues%20available%20as%20a%20PDF%20download%20for%20FREE%21%0D%0A%0D%0AIn%20this%20issue%3A%0D%0A%0D%0A%09%0D%0A%09%0D%0AA%20first%20look%20at%20PC-BSD%208%20release-%20Jan%20Stedehouder%0D%0A%0D%0A%09%0D%0AInstalling%20and%20securing%20an%20Apache%20Jail%20with%20SSL%20on%20FreeBSD-%20Rob%20Somerville%0D%0A%0D%0A%09%0D%0AThe%20gemstones%20for%20FreeBSD-%20Marko%20Milenovic%0D%0A%0D%0A%09%0D%0AOpenB&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=February+issue+of+BSD+Magazine+available+for+download-+FREE&amp;link=http://BSDNews.net/index.php/2010/02/06/february-issue-of-bsd-magazine-available-for-download-free/&amp;notes=BSD%20Magazine%20is%20offering%20the%20current%20issues%20available%20as%20a%20PDF%20download%20for%20FREE%21%0D%0A%0D%0AIn%20this%20issue%3A%0D%0A%0D%0A%09%0D%0A%09%0D%0AA%20first%20look%20at%20PC-BSD%208%20release-%20Jan%20Stedehouder%0D%0A%0D%0A%09%0D%0AInstalling%20and%20securing%20an%20Apache%20Jail%20with%20SSL%20on%20FreeBSD-%20Rob%20Somerville%0D%0A%0D%0A%09%0D%0AThe%20gemstones%20for%20FreeBSD-%20Marko%20Milenovic%0D%0A%0D%0A%09%0D%0AOpenB&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=February+issue+of+BSD+Magazine+available+for+download-+FREE&amp;link=http://BSDNews.net/index.php/2010/02/06/february-issue-of-bsd-magazine-available-for-download-free/&amp;notes=BSD%20Magazine%20is%20offering%20the%20current%20issues%20available%20as%20a%20PDF%20download%20for%20FREE%21%0D%0A%0D%0AIn%20this%20issue%3A%0D%0A%0D%0A%09%0D%0A%09%0D%0AA%20first%20look%20at%20PC-BSD%208%20release-%20Jan%20Stedehouder%0D%0A%0D%0A%09%0D%0AInstalling%20and%20securing%20an%20Apache%20Jail%20with%20SSL%20on%20FreeBSD-%20Rob%20Somerville%0D%0A%0D%0A%09%0D%0AThe%20gemstones%20for%20FreeBSD-%20Marko%20Milenovic%0D%0A%0D%0A%09%0D%0AOpenB&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=February+issue+of+BSD+Magazine+available+for+download-+FREE&amp;link=http://BSDNews.net/index.php/2010/02/06/february-issue-of-bsd-magazine-available-for-download-free/&amp;notes=BSD%20Magazine%20is%20offering%20the%20current%20issues%20available%20as%20a%20PDF%20download%20for%20FREE%21%0D%0A%0D%0AIn%20this%20issue%3A%0D%0A%0D%0A%09%0D%0A%09%0D%0AA%20first%20look%20at%20PC-BSD%208%20release-%20Jan%20Stedehouder%0D%0A%0D%0A%09%0D%0AInstalling%20and%20securing%20an%20Apache%20Jail%20with%20SSL%20on%20FreeBSD-%20Rob%20Somerville%0D%0A%0D%0A%09%0D%0AThe%20gemstones%20for%20FreeBSD-%20Marko%20Milenovic%0D%0A%0D%0A%09%0D%0AOpenB&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=February+issue+of+BSD+Magazine+available+for+download-+FREE&amp;link=http://BSDNews.net/index.php/2010/02/06/february-issue-of-bsd-magazine-available-for-download-free/&amp;notes=BSD%20Magazine%20is%20offering%20the%20current%20issues%20available%20as%20a%20PDF%20download%20for%20FREE%21%0D%0A%0D%0AIn%20this%20issue%3A%0D%0A%0D%0A%09%0D%0A%09%0D%0AA%20first%20look%20at%20PC-BSD%208%20release-%20Jan%20Stedehouder%0D%0A%0D%0A%09%0D%0AInstalling%20and%20securing%20an%20Apache%20Jail%20with%20SSL%20on%20FreeBSD-%20Rob%20Somerville%0D%0A%0D%0A%09%0D%0AThe%20gemstones%20for%20FreeBSD-%20Marko%20Milenovic%0D%0A%0D%0A%09%0D%0AOpenB&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2010/02/06/february-issue-of-bsd-magazine-available-for-download-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AsiaBSDCon 2010 travel grant application extention</title>
		<link>http://BSDNews.net/index.php/2010/02/03/asiabsdcon-2010-travel-grant-application-extention-2/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2010/02/03/asiabsdcon-2010-travel-grant-application-extention-2/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 17:11:23 +0000</pubDate>
		<dc:creator>dgoodkin</dc:creator>
				<category><![CDATA[General News]]></category>
		<category><![CDATA[AsiaBSDCon]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[FreeBSD Foundation]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[PC BSD]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=153</guid>
		<description><![CDATA[Good News!! We&#8217;ve extended the deadline for accepting AsiaBSDCon travel grant applications. Please submit your application by Feb. 10, 2010. If you have already submitted an application, you will be hearing from us soon. Please fill out and submit the Travel Grant Request Application at http://www.freebsdfoundation.org/documents/TravelRequestForm.pdf. How it works: This program is open to FreeBSD [...]]]></description>
			<content:encoded><![CDATA[<p>Good News!!</p>
<p>We&#8217;ve extended the deadline for accepting <a href="http://2010.AsiaBSDCon.org" target="_blank">AsiaBSDCon</a> travel grant applications. Please submit your application by Feb. 10, 2010. If you have already submitted an application, you will be hearing from us soon.</p>
<p>Please fill out and submit the Travel Grant Request Application at<br />
<a href="http://www.freebsdfoundation.org/documents/TravelRequestForm.pdf" target="_blank">http://www.freebsdfoundation.org/documents/TravelRequestForm.pdf</a>.</p>
<p>How it works:</p>
<p>This program is open to FreeBSD developers of all sorts (kernel hackers,<br />
documentation authors, bugbusters, system administrators, etc).  In some<br />
cases we are also able to fund non-developers, such as active community<br />
members and <a href="http://freebsd.org" target="_blank">FreeBSD</a> advocates.</p>
<p>(1) You request funding based on a realistic and economical estimate of<br />
travel costs (economy airfare, trainfare, &#8230;), accommodations<br />
(conference hotel and sharing a room), and registration or tutorial<br />
fees.  If there are other sponsors willing to cover costs, such as your<br />
employer or the conference, we prefer you talk to them first, as our<br />
budget is limited.  We are happy to split costs with you or another<br />
sponsor, such as just covering airfare or board.</p>
<p>If you are a speaker at the conference, we expect the conference to<br />
cover your travel costs, and will most likely not approve your direct<br />
request to us.</p>
<p>(2) We review your application and if approved, authorize you to seek<br />
reimbursement up to a limit.  We consider several factors, including our<br />
overall and per-event budgets, and (quite importantly) the benefit to<br />
the community by funding your travel.</p>
<p>Most rejected applications are rejected because of an over-all limit on<br />
travel budget for the event or year, due to unrealistic or uneconomical<br />
costing, or because there is an unclear or unconvincing argument that<br />
funding the applicant will directly benefit the FreeBSD Project.<br />
Please take these points into consideration when writing your application.</p>
<p>(3) We reimburse costs based on actuals (receipts), and by check or bank<br />
transfer. And, we do not cover your costs if you end up having to cancel<br />
your trip. We require you to submit a report on your trip, which we may<br />
show to current or potential sponsors, and may include in our<br />
semi-annual newsletter.</p>
<p>There&#8217;s some flexibility in the mechanism, so talk to us if something<br />
about the model doesn&#8217;t quite work for you or if you have any questions.<br />
The travel grant program is one of the most effective ways we can<br />
spend money to help support the FreeBSD Project, as it helps developers<br />
get together in the same place at the same time, and helps advertise and<br />
advocate FreeBSD in the larger community.</p>
<p>Thank You,</p>
<p>The <a href="http://www.freebsdfoundation.org" target="_blank">FreeBSD Foundation</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=AsiaBSDCon+2010+travel+grant+application+extention&amp;link=http://BSDNews.net/index.php/2010/02/03/asiabsdcon-2010-travel-grant-application-extention-2/&amp;notes=Good%20News%21%21%0D%0A%0D%0AWe%27ve%20extended%20the%20deadline%20for%20accepting%20AsiaBSDCon%20travel%20grant%20applications.%20Please%20submit%20your%20application%20by%20Feb.%2010%2C%202010.%20If%20you%20have%20already%20submitted%20an%20application%2C%20you%20will%20be%20hearing%20from%20us%20soon.%0D%0A%0D%0APlease%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=AsiaBSDCon%202010%20travel%20grant%20application%20extention&amp;link=http://BSDNews.net/index.php/2010/02/03/asiabsdcon-2010-travel-grant-application-extention-2/&amp;notes=Good%20News%21%21%0D%0A%0D%0AWe%27ve%20extended%20the%20deadline%20for%20accepting%20AsiaBSDCon%20travel%20grant%20applications.%20Please%20submit%20your%20application%20by%20Feb.%2010%2C%202010.%20If%20you%20have%20already%20submitted%20an%20application%2C%20you%20will%20be%20hearing%20from%20us%20soon.%0D%0A%0D%0APlease%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=AsiaBSDCon+2010+travel+grant+application+extention&amp;link=http://BSDNews.net/index.php/2010/02/03/asiabsdcon-2010-travel-grant-application-extention-2/&amp;notes=Good%20News%21%21%0D%0A%0D%0AWe%27ve%20extended%20the%20deadline%20for%20accepting%20AsiaBSDCon%20travel%20grant%20applications.%20Please%20submit%20your%20application%20by%20Feb.%2010%2C%202010.%20If%20you%20have%20already%20submitted%20an%20application%2C%20you%20will%20be%20hearing%20from%20us%20soon.%0D%0A%0D%0APlease%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=AsiaBSDCon+2010+travel+grant+application+extention&amp;link=http://BSDNews.net/index.php/2010/02/03/asiabsdcon-2010-travel-grant-application-extention-2/&amp;notes=Good%20News%21%21%0D%0A%0D%0AWe%27ve%20extended%20the%20deadline%20for%20accepting%20AsiaBSDCon%20travel%20grant%20applications.%20Please%20submit%20your%20application%20by%20Feb.%2010%2C%202010.%20If%20you%20have%20already%20submitted%20an%20application%2C%20you%20will%20be%20hearing%20from%20us%20soon.%0D%0A%0D%0APlease%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=AsiaBSDCon+2010+travel+grant+application+extention&amp;link=http://BSDNews.net/index.php/2010/02/03/asiabsdcon-2010-travel-grant-application-extention-2/&amp;notes=Good%20News%21%21%0D%0A%0D%0AWe%27ve%20extended%20the%20deadline%20for%20accepting%20AsiaBSDCon%20travel%20grant%20applications.%20Please%20submit%20your%20application%20by%20Feb.%2010%2C%202010.%20If%20you%20have%20already%20submitted%20an%20application%2C%20you%20will%20be%20hearing%20from%20us%20soon.%0D%0A%0D%0APlease%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=AsiaBSDCon+2010+travel+grant+application+extention&amp;link=http://BSDNews.net/index.php/2010/02/03/asiabsdcon-2010-travel-grant-application-extention-2/&amp;notes=Good%20News%21%21%0D%0A%0D%0AWe%27ve%20extended%20the%20deadline%20for%20accepting%20AsiaBSDCon%20travel%20grant%20applications.%20Please%20submit%20your%20application%20by%20Feb.%2010%2C%202010.%20If%20you%20have%20already%20submitted%20an%20application%2C%20you%20will%20be%20hearing%20from%20us%20soon.%0D%0A%0D%0APlease%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=AsiaBSDCon+2010+travel+grant+application+extention&amp;link=http://BSDNews.net/index.php/2010/02/03/asiabsdcon-2010-travel-grant-application-extention-2/&amp;notes=Good%20News%21%21%0D%0A%0D%0AWe%27ve%20extended%20the%20deadline%20for%20accepting%20AsiaBSDCon%20travel%20grant%20applications.%20Please%20submit%20your%20application%20by%20Feb.%2010%2C%202010.%20If%20you%20have%20already%20submitted%20an%20application%2C%20you%20will%20be%20hearing%20from%20us%20soon.%0D%0A%0D%0APlease%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=AsiaBSDCon+2010+travel+grant+application+extention&amp;link=http://BSDNews.net/index.php/2010/02/03/asiabsdcon-2010-travel-grant-application-extention-2/&amp;notes=Good%20News%21%21%0D%0A%0D%0AWe%27ve%20extended%20the%20deadline%20for%20accepting%20AsiaBSDCon%20travel%20grant%20applications.%20Please%20submit%20your%20application%20by%20Feb.%2010%2C%202010.%20If%20you%20have%20already%20submitted%20an%20application%2C%20you%20will%20be%20hearing%20from%20us%20soon.%0D%0A%0D%0APlease%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=AsiaBSDCon+2010+travel+grant+application+extention&amp;link=http://BSDNews.net/index.php/2010/02/03/asiabsdcon-2010-travel-grant-application-extention-2/&amp;notes=Good%20News%21%21%0D%0A%0D%0AWe%27ve%20extended%20the%20deadline%20for%20accepting%20AsiaBSDCon%20travel%20grant%20applications.%20Please%20submit%20your%20application%20by%20Feb.%2010%2C%202010.%20If%20you%20have%20already%20submitted%20an%20application%2C%20you%20will%20be%20hearing%20from%20us%20soon.%0D%0A%0D%0APlease%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=AsiaBSDCon+2010+travel+grant+application+extention&amp;link=http://BSDNews.net/index.php/2010/02/03/asiabsdcon-2010-travel-grant-application-extention-2/&amp;notes=Good%20News%21%21%0D%0A%0D%0AWe%27ve%20extended%20the%20deadline%20for%20accepting%20AsiaBSDCon%20travel%20grant%20applications.%20Please%20submit%20your%20application%20by%20Feb.%2010%2C%202010.%20If%20you%20have%20already%20submitted%20an%20application%2C%20you%20will%20be%20hearing%20from%20us%20soon.%0D%0A%0D%0APlease%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=AsiaBSDCon+2010+travel+grant+application+extention&amp;link=http://BSDNews.net/index.php/2010/02/03/asiabsdcon-2010-travel-grant-application-extention-2/&amp;notes=Good%20News%21%21%0D%0A%0D%0AWe%27ve%20extended%20the%20deadline%20for%20accepting%20AsiaBSDCon%20travel%20grant%20applications.%20Please%20submit%20your%20application%20by%20Feb.%2010%2C%202010.%20If%20you%20have%20already%20submitted%20an%20application%2C%20you%20will%20be%20hearing%20from%20us%20soon.%0D%0A%0D%0APlease%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2010/02/03/asiabsdcon-2010-travel-grant-application-extention-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBSD runs on OpenBlockS 600</title>
		<link>http://BSDNews.net/index.php/2010/01/12/netbsd-runs-on-openblocks-600/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2010/01/12/netbsd-runs-on-openblocks-600/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 17:54:31 +0000</pubDate>
		<dc:creator>mikel</dc:creator>
				<category><![CDATA[General News]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=145</guid>
		<description><![CDATA[According the web site from the self proclaimed &#8216;Embedded Leader in Japan&#8217; this devices is a palm sized server available for approximately 599 USD. It includes two 1000bt network connections a rs-232 console connection and two USB connections. At this time it supports OpenBlockS600 supports Debian, Fedora, Ubuntu, and NetBSD. A full review of the [...]]]></description>
			<content:encoded><![CDATA[<p>According the <a href="http://en.akihabaranews.com/26167/review/review-openblock-s600-a-powerful-server-in-the-palm-of-your-hand" target="_blank">web site</a> from the self proclaimed &#8216;Embedded Leader in Japan&#8217; this devices is a palm sized server available for approximately 599 USD. It includes two 1000bt network connections a rs-232 console connection and two USB connections. At this time it supports OpenBlockS600 supports Debian, Fedora, Ubuntu, and NetBSD.</p>
<p>A full review of the product is available <a href="http://en.akihabaranews.com/26167/review/review-openblock-s600-a-powerful-server-in-the-palm-of-your-hand" target="_blank">here</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+runs+on+OpenBlockS+600&amp;link=http://BSDNews.net/index.php/2010/01/12/netbsd-runs-on-openblocks-600/&amp;notes=According%20the%20web%20site%20from%20the%20self%20proclaimed%20%27Embedded%20Leader%20in%20Japan%27%20this%20devices%20is%20a%20palm%20sized%20server%20available%20for%20approximately%20599%20USD.%20It%20includes%20two%201000bt%20network%20connections%20a%20rs-232%20console%20connection%20and%20two%20USB%20connections.%20At%20this%20time%20it%20supports%20OpenBlockS600%20supports%20Debian%2C%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD%20runs%20on%20OpenBlockS%20600&amp;link=http://BSDNews.net/index.php/2010/01/12/netbsd-runs-on-openblocks-600/&amp;notes=According%20the%20web%20site%20from%20the%20self%20proclaimed%20%27Embedded%20Leader%20in%20Japan%27%20this%20devices%20is%20a%20palm%20sized%20server%20available%20for%20approximately%20599%20USD.%20It%20includes%20two%201000bt%20network%20connections%20a%20rs-232%20console%20connection%20and%20two%20USB%20connections.%20At%20this%20time%20it%20supports%20OpenBlockS600%20supports%20Debian%2C%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+runs+on+OpenBlockS+600&amp;link=http://BSDNews.net/index.php/2010/01/12/netbsd-runs-on-openblocks-600/&amp;notes=According%20the%20web%20site%20from%20the%20self%20proclaimed%20%27Embedded%20Leader%20in%20Japan%27%20this%20devices%20is%20a%20palm%20sized%20server%20available%20for%20approximately%20599%20USD.%20It%20includes%20two%201000bt%20network%20connections%20a%20rs-232%20console%20connection%20and%20two%20USB%20connections.%20At%20this%20time%20it%20supports%20OpenBlockS600%20supports%20Debian%2C%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+runs+on+OpenBlockS+600&amp;link=http://BSDNews.net/index.php/2010/01/12/netbsd-runs-on-openblocks-600/&amp;notes=According%20the%20web%20site%20from%20the%20self%20proclaimed%20%27Embedded%20Leader%20in%20Japan%27%20this%20devices%20is%20a%20palm%20sized%20server%20available%20for%20approximately%20599%20USD.%20It%20includes%20two%201000bt%20network%20connections%20a%20rs-232%20console%20connection%20and%20two%20USB%20connections.%20At%20this%20time%20it%20supports%20OpenBlockS600%20supports%20Debian%2C%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+runs+on+OpenBlockS+600&amp;link=http://BSDNews.net/index.php/2010/01/12/netbsd-runs-on-openblocks-600/&amp;notes=According%20the%20web%20site%20from%20the%20self%20proclaimed%20%27Embedded%20Leader%20in%20Japan%27%20this%20devices%20is%20a%20palm%20sized%20server%20available%20for%20approximately%20599%20USD.%20It%20includes%20two%201000bt%20network%20connections%20a%20rs-232%20console%20connection%20and%20two%20USB%20connections.%20At%20this%20time%20it%20supports%20OpenBlockS600%20supports%20Debian%2C%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+runs+on+OpenBlockS+600&amp;link=http://BSDNews.net/index.php/2010/01/12/netbsd-runs-on-openblocks-600/&amp;notes=According%20the%20web%20site%20from%20the%20self%20proclaimed%20%27Embedded%20Leader%20in%20Japan%27%20this%20devices%20is%20a%20palm%20sized%20server%20available%20for%20approximately%20599%20USD.%20It%20includes%20two%201000bt%20network%20connections%20a%20rs-232%20console%20connection%20and%20two%20USB%20connections.%20At%20this%20time%20it%20supports%20OpenBlockS600%20supports%20Debian%2C%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+runs+on+OpenBlockS+600&amp;link=http://BSDNews.net/index.php/2010/01/12/netbsd-runs-on-openblocks-600/&amp;notes=According%20the%20web%20site%20from%20the%20self%20proclaimed%20%27Embedded%20Leader%20in%20Japan%27%20this%20devices%20is%20a%20palm%20sized%20server%20available%20for%20approximately%20599%20USD.%20It%20includes%20two%201000bt%20network%20connections%20a%20rs-232%20console%20connection%20and%20two%20USB%20connections.%20At%20this%20time%20it%20supports%20OpenBlockS600%20supports%20Debian%2C%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+runs+on+OpenBlockS+600&amp;link=http://BSDNews.net/index.php/2010/01/12/netbsd-runs-on-openblocks-600/&amp;notes=According%20the%20web%20site%20from%20the%20self%20proclaimed%20%27Embedded%20Leader%20in%20Japan%27%20this%20devices%20is%20a%20palm%20sized%20server%20available%20for%20approximately%20599%20USD.%20It%20includes%20two%201000bt%20network%20connections%20a%20rs-232%20console%20connection%20and%20two%20USB%20connections.%20At%20this%20time%20it%20supports%20OpenBlockS600%20supports%20Debian%2C%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+runs+on+OpenBlockS+600&amp;link=http://BSDNews.net/index.php/2010/01/12/netbsd-runs-on-openblocks-600/&amp;notes=According%20the%20web%20site%20from%20the%20self%20proclaimed%20%27Embedded%20Leader%20in%20Japan%27%20this%20devices%20is%20a%20palm%20sized%20server%20available%20for%20approximately%20599%20USD.%20It%20includes%20two%201000bt%20network%20connections%20a%20rs-232%20console%20connection%20and%20two%20USB%20connections.%20At%20this%20time%20it%20supports%20OpenBlockS600%20supports%20Debian%2C%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+runs+on+OpenBlockS+600&amp;link=http://BSDNews.net/index.php/2010/01/12/netbsd-runs-on-openblocks-600/&amp;notes=According%20the%20web%20site%20from%20the%20self%20proclaimed%20%27Embedded%20Leader%20in%20Japan%27%20this%20devices%20is%20a%20palm%20sized%20server%20available%20for%20approximately%20599%20USD.%20It%20includes%20two%201000bt%20network%20connections%20a%20rs-232%20console%20connection%20and%20two%20USB%20connections.%20At%20this%20time%20it%20supports%20OpenBlockS600%20supports%20Debian%2C%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=NetBSD+runs+on+OpenBlockS+600&amp;link=http://BSDNews.net/index.php/2010/01/12/netbsd-runs-on-openblocks-600/&amp;notes=According%20the%20web%20site%20from%20the%20self%20proclaimed%20%27Embedded%20Leader%20in%20Japan%27%20this%20devices%20is%20a%20palm%20sized%20server%20available%20for%20approximately%20599%20USD.%20It%20includes%20two%201000bt%20network%20connections%20a%20rs-232%20console%20connection%20and%20two%20USB%20connections.%20At%20this%20time%20it%20supports%20OpenBlockS600%20supports%20Debian%2C%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2010/01/12/netbsd-runs-on-openblocks-600/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

