<?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>Makura no Soshi &#187; BSD</title>
	<atom:link href="http://mschuette.name/wp/category/bsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://mschuette.name/wp</link>
	<description>枕草子</description>
	<lastBuildDate>Tue, 22 May 2012 08:32:27 +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>Sizing a Swap Partition</title>
		<link>http://mschuette.name/wp/2012/01/sizing-a-swap-partition/</link>
		<comments>http://mschuette.name/wp/2012/01/sizing-a-swap-partition/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 19:42:09 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[partitioning]]></category>
		<category><![CDATA[swap]]></category>

		<guid isPermaLink="false">https://mschuette.name/wp/?p=773</guid>
		<description><![CDATA[It is still one of the first questions when installing a unixoid OS: do you still need a swap partition and how big should you make it. In the old days™ this was an important question because disk space was expensive and the OS memory management had several constraints. Today both memory and disks are [...]]]></description>
			<content:encoded><![CDATA[<p>It is still one of the first questions when installing a unixoid OS: do you still need a swap partition and how big should you make it. In the old days™ this was an important question because disk space was expensive and the OS memory management had several constraints.</p>
<p>Today both memory and disks are cheap enough to make this question insignificant in many cases. One can usually buy enough memory to prevent swapping, and with terrabyte disks it makes no real difference whether the swap partition is 1 Gb or 4 Gb in size.</p>
<p>I still use the old rule of thumb and allocate twice the size of RAM for a swap partition. But the intention is not so much to swap memory pages but rather to always have enough space for kernel core dumps. My basic reasoning is:</p>
<ol>
<li>In case of kernel errors I want to get a core dump.</li>
<li>A later RAM upgrade is relatively cheap and easy, thus probable over a system&#8217;s lifetime.</li>
<li>A later disk re-partitioning is more difficult, thus to avoid.</li>
<li>Disk space is cheap, allocating ≤ 5% for a mostly unused swap partition has no significant cost.</li>
</ol>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://mschuette.name/wp/2012/01/sizing-a-swap-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dying &#8216;try&#8217; processes</title>
		<link>http://mschuette.name/wp/2011/11/dying-try-processes/</link>
		<comments>http://mschuette.name/wp/2011/11/dying-try-processes/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 06:51:17 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[Syslog]]></category>
		<category><![CDATA[amd64]]></category>
		<category><![CDATA[i386]]></category>
		<category><![CDATA[try]]></category>

		<guid isPermaLink="false">https://mschuette.name/wp/?p=736</guid>
		<description><![CDATA[Note: This syslog entry is puzzling if the system has no program named try, but no cause for concern: 2011-11-19T01:31:21 frodo kernel: pid 47812 (try), uid 0: exited on signal 10 (core dumped) Source of the program is Perl&#8217;s Configure script, which compiles its C library test cases into programs named try. And apparently amd64 [...]]]></description>
			<content:encoded><![CDATA[<p>Note: This syslog entry is puzzling if the system has no program named <code>try</code>, but no cause for concern:</p>
<blockquote><p><code>2011-11-19T01:31:21 frodo kernel: pid 47812 (try), uid 0: exited on signal 10 (core dumped)</code></p></blockquote>
<p>Source of the program is Perl&#8217;s Configure script, which compiles its C library test cases into programs named <code>try</code>. And apparently amd64 systems need to use the function <code>va_copy()</code> because the test case without this function leads to a segfault.</p>
]]></content:encoded>
			<wfw:commentRss>http://mschuette.name/wp/2011/11/dying-try-processes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSSL und so</title>
		<link>http://mschuette.name/wp/2011/04/openssl-und-so/</link>
		<comments>http://mschuette.name/wp/2011/04/openssl-und-so/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 20:40:04 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[cert]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[x509]]></category>

		<guid isPermaLink="false">https://mschuette.name/wp/?p=655</guid>
		<description><![CDATA[OpenSSL ist beständiger Quell der Verzweiflung für alle Netzwerk-Programmierer und Admins. Noch steigern lässt sich der Spaß aber mit zwei parallel installierten OpenSSL-Versionen (unter BSD häufig anzutreffen, weil das OS noch v0.9.x mitbringt und man sich dann ein v1.0.x aus den Ports dazuinstalliert). Mit der Kombination musste ich letztens feststellen dass sich das benutzte Hash-Verfahren für [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://openssl.org/">OpenSSL</a> ist beständiger Quell der Verzweiflung für alle Netzwerk-Programmierer und Admins. Noch steigern lässt sich der Spaß aber mit zwei parallel installierten OpenSSL-Versionen (unter BSD häufig anzutreffen, weil das OS noch v0.9.x mitbringt und man sich dann ein v1.0.x aus den Ports dazuinstalliert).</p>
<p>Mit der Kombination musste ich letztens feststellen dass sich das benutzte Hash-Verfahren für X.509-Zertifikate änderte:</p>

<div class="wp_syntax"><div class="code"><pre class="sh" style="font-family:monospace;">&amp;gt; /usr/bin/openssl version ; 
/usr/local/bin/openssl version
OpenSSL 0.9.8q 2 Dec 2010
OpenSSL 1.0.0d 8 Feb 2011
&amp;gt; /usr/bin/openssl x509 -noout -hash -in astaca.pem ; 
/usr/local/bin/openssl x509 -noout -hash -in astaca.pem
a3a544f7
aff0606f</pre></div></div>

<p>Das führte dann dazu dass eine Anwendung meine (im CApath-format hinterlegte) CA nicht benutzen wollte, obwohl beim ausführlichsten Test mit <code>openssl {verify,s_client|s_server}</code> alles bestens funktionierte. <code>:-/</code></p>
<p>Als eigentliches Problem entpuppte sich letztlich ein falscher <code>$PATH</code>:</p>

<div class="wp_syntax"><div class="code"><pre class="sh" style="font-family:monospace;">&amp;gt; which openssl
/usr/bin/openssl</pre></div></div>

<p>Der insofern &#8216;falsch&#8217; ist als dass die Anwendung halt gegen die nachinstallierte v1.0 in <code>/usr/local</code> gelinkt ist. Aber darauf muss man erstmal kommen&#8230; ein Test mit <code>/usr/local/bin/openssl verify</code> hätte echt viel Zeit gespart.</p>
]]></content:encoded>
			<wfw:commentRss>http://mschuette.name/wp/2011/04/openssl-und-so/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BLIT2010 Programm online</title>
		<link>http://mschuette.name/wp/2010/10/blit2010-programm-online/</link>
		<comments>http://mschuette.name/wp/2010/10/blit2010-programm-online/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 19:16:26 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Uni]]></category>
		<category><![CDATA[blit]]></category>
		<category><![CDATA[blit10]]></category>

		<guid isPermaLink="false">https://mschuette.name/wp/?p=625</guid>
		<description><![CDATA[Das Programm des Brandenburger Linux-Infotag 2010 ist jetzt online.]]></description>
			<content:encoded><![CDATA[<p>Das Programm des <a href="http://blit.org">Brandenburger Linux-Infotag 2010</a> ist jetzt online.</p>
]]></content:encoded>
			<wfw:commentRss>http://mschuette.name/wp/2010/10/blit2010-programm-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>M0n0wall vs. pfSense vs. NanoBSD</title>
		<link>http://mschuette.name/wp/2010/06/m0n0wall-vs-pfsense-vs-nanobsd/</link>
		<comments>http://mschuette.name/wp/2010/06/m0n0wall-vs-pfsense-vs-nanobsd/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 23:10:02 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[appliance]]></category>
		<category><![CDATA[bridge]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[m0n0wall]]></category>
		<category><![CDATA[nanobsd]]></category>
		<category><![CDATA[packet filter]]></category>
		<category><![CDATA[pf]]></category>
		<category><![CDATA[pfsense]]></category>
		<category><![CDATA[soekris]]></category>

		<guid isPermaLink="false">https://mschuette.name/wp/?p=570</guid>
		<description><![CDATA[Recently I replaced my office&#8217;s filtering network bridge which still ran on an old FreeBSD 4.11 box for the last eight years or so. The new system is based on a Soekris 5501, and because it took some time to choose the right software I decided to publish my notes on the tested BSD firewall [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I replaced my office&#8217;s filtering network bridge which still ran on an old FreeBSD 4.11 box for the last eight years or so. The new system is based on a <a href="http://soekris.com/net5501.htm">Soekris 5501</a>, and because it took some time to choose the right software I decided to publish my notes on the tested BSD firewall products.</p>
<p><a href="http://m0n0.ch/wall/">M0n0wall</a>: I have already used this as a NAT router and liked the web-based configuration (which I percieved as convenient but not limiting), so it was the first candidate. But I found it to be &#8216;too small&#8217; for my plans. It allows neither the installation of additional software, nor does it allow ssh login for scriptable configuration changes. It also does not use <a href="http://www.openbsd.org/faq/pf/">pf</a>, which I tend to prefer for its concise configuration and dynamic tables.</p>
<p><a href="http://pfsense.org/">pfSense</a>: M0n0wall&#8217;s big brother; bigger, more complete, and more customizable. But with one major problem: no IPv6 support. It is 2010, with only 1-2 years until the <a href="http://www.potaroo.net/tools/ipv4/">IPv4 address pool exhaustion</a>&#8230; deploying network infrastructure without IPv6 support is ridiculous and not an option. – Another problem seems to be a limited support for bridge setups: There are always a number of standard pf rules, which are hard to circumvent in case of problems. I nearly settled to use the web-interface for IPv4, and insert my own IPv6 rules into the PHP scripts. But this would have made it even harder to maintain than a solution without any web-interface.</p>
<p><a href="http://www.freebsd.org/doc/en/articles/nanobsd/index.html">NanoBSD</a>: So I finally took the chance to build my own small FreeBSD system for the task. NanoBSD is basically a script to do a FreeBSD &#8216;make world&#8217;, allow for some customization, and finally put everything into a CF-ready disk image. Of course the first attempt required several changes after installation (it&#8217;s really hard to think of all configuration steps beforehand), but everything went well without major problems.</p>
<p>Thus I chose NanoBSD. YMMV, and I would not recommend it for anyone not familiar with BSD. – But with four other BSD servers the additional maintenance effort is really small; possibly even easier than with any non-standard or web-based configuration.</p>
<p>[<strong>Update, 2011-02-24</strong>: If you use NanoBSD yourself then take a look at the useful <a href="http://bsdrp.net/documentation/technical_docs/nanobsd#bsdrp_patches_for_nanobsd">scripts and patches from BSDRP</a>.] </p>
]]></content:encoded>
			<wfw:commentRss>http://mschuette.name/wp/2010/06/m0n0wall-vs-pfsense-vs-nanobsd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>simple log event histograms</title>
		<link>http://mschuette.name/wp/2010/03/simple-log-event-histograms/</link>
		<comments>http://mschuette.name/wp/2010/03/simple-log-event-histograms/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 08:47:46 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[Syslog]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[histogram]]></category>
		<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">https://mschuette.name/wp/?p=517</guid>
		<description><![CDATA[Just to preserve it, here&#8217;s a useful shell command line to print a histogram of frequent log events: grep -h 'expr' files &#124; cut -d ' ' -f 1,2 &#124; uniq -c &#124; awk '{step=5; bar = ""; for(i = $1; i&#62;=1; i = i-step) bar = bar "#"; printf $2, $3, bar; }' Depending [...]]]></description>
			<content:encoded><![CDATA[<p>Just to preserve it, here&#8217;s a useful shell command line to print a histogram of frequent log events:<br />
<code>grep -h '<em>expr</em>' <em>files</em> | cut -d ' ' -f 1,2 | uniq -c | awk '{step=5; bar = ""; for(i = $1; i&gt;=1; i = i-step) bar = bar "#"; printf $2, $3, bar; }'</code></p>
<p>Depending on the number of events the <code>step</code> has to be adjusted. The arguments to cut determine the used time intervals; the above aussumes a traditional BSD Syslog timestamp and will yield daily counts. For hourly counts one can use <code>cut -d : -f 1</code> (then the print command has to be changed as well to <code>printf $2, $3, $4, bar;</code>) &#8212; for Syslog-Protocol timestamps one can use <code>cut -d T -f 1</code> or <code>cut -d : -f 1</code>. Note that only intervals with matches are shown, there is no easy way to add empty lines.</p>
<p>Example:</p>
<pre>[mschuett@mail] /var/log&gt; fgrep -h 'idle for too long, closing connection' cyruslog | cut -d T -f 1 | uniq -c | awk '{step=10; bar = ""; for(i = $1; i&gt;=1; i = i-step) bar = bar "#"; print $2, bar; }'
2010-03-01 ########################
2010-03-02 ################################
2010-03-03 #####################
2010-03-04 ##############################
2010-03-05 #################################
2010-03-06 ######################
2010-03-07 ###########################
2010-03-08 #####################
2010-03-09 ###################
2010-03-10 #####################
2010-03-11 ##################</pre>
]]></content:encoded>
			<wfw:commentRss>http://mschuette.name/wp/2010/03/simple-log-event-histograms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CLT2010</title>
		<link>http://mschuette.name/wp/2010/03/clt2010/</link>
		<comments>http://mschuette.name/wp/2010/03/clt2010/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 00:50:03 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Verschiedenes]]></category>
		<category><![CDATA[CLT]]></category>
		<category><![CDATA[clt2010]]></category>

		<guid isPermaLink="false">https://mschuette.name/wp/?p=486</guid>
		<description><![CDATA[Plakat der Chemnitzer Catering-Tage (Photo: Roman Hanhart) Gerade wieder zurück von den Chemnitzer Linux-Tagen 2010.]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 342px"><a href="http://foto.tuxhart.ch/single.php?IDBild=26"><img class="  " title="Innovation Dank Freibier" src="/wp/wp-upload/CLT2010_1268589667-Thurgau.jpg" alt="CLT2010 Plakat" width="332" height="446" /></a><p class="wp-caption-text">Plakat der Chemnitzer Catering-Tage (Photo: Roman Hanhart)</p></div>
<p>Gerade wieder zurück von den <a href="http://chemnitzer.linux-tage.de/2010/">Chemnitzer Linux-Tagen  2010</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mschuette.name/wp/2010/03/clt2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache 2.2.13</title>
		<link>http://mschuette.name/wp/2009/08/apache-2-2-13/</link>
		<comments>http://mschuette.name/wp/2009/08/apache-2-2-13/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 14:06:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[server name indication]]></category>
		<category><![CDATA[sni]]></category>
		<category><![CDATA[tls]]></category>
		<category><![CDATA[vhost]]></category>
		<category><![CDATA[x.509]]></category>

		<guid isPermaLink="false">https://mschuette.name/wp/?p=361</guid>
		<description><![CDATA[I already love the new Apache httpd version 2.2.13 because its mod_ssl finally supports the TLS extension for Server Name Indication. In other words: it allows for every name based VirtualHost to use its own HTTPS certificate. As a demonstration you can now access this site with https. The only drawback: Internet Explorer on WindowsXP [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="/wp/wp-upload/apache_feather.gif" alt="Apache Logo" width="200" height="60" />I already love the new Apache httpd <a href="http://www.apache.org/dist/httpd/Announcement2.2.html">version 2.2.13</a> because its mod_ssl finally supports the <a href="http://www.ietf.org/rfc/rfc4366.txt">TLS extension</a> for <a href="http://en.wikipedia.org/wiki/Server_Name_Indication">Server Name Indication</a>. In other words: it allows for every name based VirtualHost to use its own HTTPS certificate.</p>
<p>As a demonstration you can now access this site with <a href="https://mschuette.name/wp/">https</a>. The only drawback: Internet Explorer on WindowsXP and KDE&#8217;s Konqueror do not support the TLS extension but show a certificate error.</p>
<p>Another small but nice feature is the new piped log syntax to launch a process without invoking the shell. On a shared server with about twenty VHosts and all of them logging slightly differently to pipes and syslog this saves a few unnecessary processes.<br />
<strong>Update</strong> to give an example: My httpd.conf now contains these lines for logging</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">CustomLog &quot;||/usr/bin/logger -p local2.info -t apache&quot; complete
ErrorLog &quot;||/usr/bin/logger -p local3.info -t apache&quot;</pre></div></div>

<p>Just one note about updating: OpenSSL (and its FreeBSD port) does not use the TLS extension by default. &#8212; One has to configure it with option <code>enable-tlsext</code> (for the port: change the Makefile so it contains the line “<code>EXTRACONFIGURE+= enable-camellia enable-tlsext</code>”).</p>
]]></content:encoded>
			<wfw:commentRss>http://mschuette.name/wp/2009/08/apache-2-2-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PC-BSD Test</title>
		<link>http://mschuette.name/wp/2009/07/pc-bsd-test/</link>
		<comments>http://mschuette.name/wp/2009/07/pc-bsd-test/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 13:53:03 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Digital]]></category>

		<guid isPermaLink="false">http://mschuette.name/wp/?p=322</guid>
		<description><![CDATA[Dank neuen Rechners durfte ich letztens meine Programme neu&#173;installieren und nutzte die Gelegen&#173;heit um PC-BSD auszuprobieren. Die Installation lief problemlos und nach zwei Anläufen waren auch beide Monitore richtig eingestellt. Meine Probleme begannen dann aber am zweiten Tag als ich diverse eigene Programme aus den Ports installierte. Wichtigstes (und umstrittenstes) Merkmal von PC-BSD ist nämlich [...]]]></description>
			<content:encoded><![CDATA[<p>Dank neuen Rechners durfte ich letztens meine Programme neu&shy;installieren und nutzte die Gelegen&shy;heit um <a href="http://www.pcbsd.org/">PC-BSD</a> auszuprobieren.</p>
<p>Die Installation lief problemlos und nach zwei Anläufen waren auch beide Monitore richtig eingestellt. Meine Probleme begannen dann aber am zweiten Tag als ich diverse eigene Programme aus den Ports installierte. Wichtigstes (und umstrittenstes) Merkmal von PC-BSD ist nämlich das <a href="http://www.pbidir.com/">PBI-Paketsystem</a>, bei dem Programme mit allen Abhängigkeiten zusammen gebündelt werden (ist dann in der Installation/Benutzung so ähnlich einfach wie unter OSX). Hätte ich vorher in die Doku geschaut, dann hätte ich gesehen dass die PBI-Programme in den default-Pfaden liegen und für die Installation und Benutzung der Ports erst der <a href="http://wiki.pcbsd.org/index.php/PC-BSD_Users_Handbook#Switching_to_the_FreeBSD_LOCALBASE">Modus gewechselt</a> werden muss. Hab ich aber nicht gelesen; und daher war nach zwei Tagen alles schon so vermischt, dass ich keine Ports mehr installieren konnte (weil falsche Pfade und Abhängigkeiten benutzt wurden). Einen Tag später hab ich mir dann halt das FreeBSD-7.2-Release genommen und neuinstalliert.</p>
<p>An sich gefällt mir PC-BSD (und auch das PBI) gut; ich würde es vielleicht für administrierte Büro-PCs einsetzen, bei denen klar ist welche Programme benötigt werden und dann nur PBIs installiert werden müssen. Auf meinem eigenen Rechner entwickle/teste/spiele ich aber zu viel mit zu vielen verschiedenen Programmen (zur Zeit habe ich fast 700 Ports installiert). &#8212; Dabei sind die PBIs und die extra-Verzeichnisse dann nicht nur überflüssig sondern sogar störend.</p>
]]></content:encoded>
			<wfw:commentRss>http://mschuette.name/wp/2009/07/pc-bsd-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LinuxTag 2009</title>
		<link>http://mschuette.name/wp/2009/07/linuxtag-2009/</link>
		<comments>http://mschuette.name/wp/2009/07/linuxtag-2009/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 10:15:02 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Digital]]></category>
		<category><![CDATA[linuxtag2009]]></category>
		<category><![CDATA[lt09]]></category>

		<guid isPermaLink="false">http://mschuette.name/wp/?p=316</guid>
		<description><![CDATA[BSD Stand@Linuxtag 2009 (Bild des LinuxTag e.V.) Die letz&#173;te Woche habe ich auf dem Linux&#173;Tag ver&#173;bracht, spe&#173;ziell am BSD-Stand dort. Eine kurze Nach&#173;lese in Stich&#173;worten; ich habe: viel nettes Spielzeug gesehen (z.Bsp. ein MIPS-Netbook und ARM-Boards), nicht live bloggen können weil&#8217;s am Stand kein WLan gab, mal wieder das Keysigning verpasst, mir eine Erkältung eingefangen, [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 310px"><a href="http://www.linuxtag.org/2009/de/presse/bildmaterial/photobook/05_Friday_26_June_2009/5.html"><img src="/wp/wp-upload/20090626_linuxtag_bsdstand.png" alt="BSD Stand @ Linuxtag 2009 (Bild des LinuxTag e.V.)" width="300" height="200" /></a><p class="wp-caption-text">BSD Stand@Linuxtag 2009 (Bild des LinuxTag e.V.)</p></div>
<p>Die letz&shy;te Woche habe ich auf dem <a href="http://www.linuxtag.org/2009/">Linux&shy;Tag</a> ver&shy;bracht, spe&shy;ziell am BSD-Stand dort.</p>
<p>Eine kurze Nach&shy;lese in Stich&shy;worten; ich habe:</p>
<ul>
<li>viel nettes Spielzeug gesehen (z.Bsp. ein <a href="http://lemote.kd85.com/">MIPS-Netbook</a> und <a href="http://beagleboard.org/hardware">ARM-Boards</a>),</li>
<li>nicht live bloggen können weil&#8217;s am Stand kein WLan gab,</li>
<li>mal wieder das Keysigning verpasst,</li>
<li>mir eine Erkältung eingefangen,</li>
<li>die Verpflegung etwas dürftig gefunden,</li>
<li>immerhin einen Vortrag komplett gehört,</li>
<li>vier Tage als zu lang empfunden &#8212; zwei würden auch reichen.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mschuette.name/wp/2009/07/linuxtag-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

