<?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>Vorlon's Blog &#187; Computer stuff</title>
	<atom:link href="http://blog.vorlons.info/archives/category/computer-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vorlons.info</link>
	<description>Science, Life, Computers, ... who knows what will end up in here...</description>
	<lastBuildDate>Mon, 12 Oct 2009 15:35:11 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Downtime (Blog, Planet Göttingen etc.)</title>
		<link>http://blog.vorlons.info/archives/2009/10/12/331/</link>
		<comments>http://blog.vorlons.info/archives/2009/10/12/331/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 15:35:11 +0000</pubDate>
		<dc:creator>vorlon</dc:creator>
				<category><![CDATA[Computer stuff]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Wartung]]></category>
		<category><![CDATA[XEN]]></category>

		<guid isPermaLink="false">http://blog.vorlons.info/?p=331</guid>
		<description><![CDATA[Aufgrund von Wartungsarbeiten an der diesem Server zu Grunde liegenden XEN Dom0, wird es morgen (13.10.) ab ca. 17.30 Uhr zu einem längeren Ausfall der hier gehosteten Dienste kommen
]]></description>
			<content:encoded><![CDATA[<p>Aufgrund von Wartungsarbeiten an der diesem Server zu Grunde liegenden XEN Dom0, wird es morgen (13.10.) ab ca. 17.30 Uhr zu einem längeren Ausfall der hier gehosteten Dienste kommen</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vorlons.info/archives/2009/10/12/331/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apache mod_rewrite: Hostnamen umschreiben</title>
		<link>http://blog.vorlons.info/archives/2009/08/11/327/</link>
		<comments>http://blog.vorlons.info/archives/2009/08/11/327/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 16:00:49 +0000</pubDate>
		<dc:creator>vorlon</dc:creator>
				<category><![CDATA[Computer stuff]]></category>

		<guid isPermaLink="false">http://blog.vorlons.info/?p=327</guid>
		<description><![CDATA[Kurzfassung&#8230; da ich mir das nie merken kann&#8230;
Problem:
Virtualhost ist über verschiedene Hostnamen erreichbar, langfristig soll aber nur noch einer Verwendung finden.
Lösung:
Umschreiben des Hostnamen mittels mod_rewrite, so dass alles von www.alterhost.name/$irgendwas umgeschrieben wird auf www.neuerhost.name/$irgendwas
Also in die entsprechende Virtualhost-Umgebung der Apache-Konfiguration folgendes eingefügt:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.neuerhost\.name$ [NC]
RewriteRule ^/(.*) http://www.neuerhost.name/$1 [R=permanent]
Das [R=permanent] sorgt hierbei für eine permanente [...]]]></description>
			<content:encoded><![CDATA[<p>Kurzfassung&#8230; da ich mir das nie merken kann&#8230;</p>
<p>Problem:</p>
<p>Virtualhost ist über verschiedene Hostnamen erreichbar, langfristig soll aber nur noch einer Verwendung finden.</p>
<p>Lösung:</p>
<p>Umschreiben des Hostnamen mittels <a href="http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html">mod_rewrite</a>, so dass alles von www.alterhost.name/$irgendwas umgeschrieben wird auf www.neuerhost.name/$irgendwas</p>
<p>Also in die entsprechende Virtualhost-Umgebung der Apache-Konfiguration folgendes eingefügt:</p>
<blockquote><p><code>RewriteEngine On<br />
RewriteCond %{HTTP_HOST} !^www\.neuerhost\.name$ [NC]<br />
RewriteRule ^/(.*) http://www.neuerhost.name/$1 [R=permanent]</code></p></blockquote>
<p>Das [R=permanent] sorgt hierbei für eine permanente Umleitung mit Code 301.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vorlons.info/archives/2009/08/11/327/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blog u.a. per IPv6</title>
		<link>http://blog.vorlons.info/archives/2008/11/21/240/</link>
		<comments>http://blog.vorlons.info/archives/2008/11/21/240/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 11:22:14 +0000</pubDate>
		<dc:creator>vorlon</dc:creator>
				<category><![CDATA[Computer stuff]]></category>
		<category><![CDATA[Weblog]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[IPv6]]></category>

		<guid isPermaLink="false">http://blog.vorlons.info/?p=240</guid>
		<description><![CDATA[Seit gestern sind u.a. dieses Blog, der Planet Göttingen und auch der Mailserver für vorlons.info per IPv6 zu erreichen. Realisiert ist die Anbindung mit Hilfe eines Tunnels von SixXS.
]]></description>
			<content:encoded><![CDATA[<p>Seit gestern sind u.a. dieses Blog, der <a href="http://planet.vorlons.info/goettingen/">Planet Göttingen</a> und auch der Mailserver für vorlons.info per IPv6 zu erreichen. Realisiert ist die Anbindung mit Hilfe eines Tunnels von <a href="http://www.sixxs.net/">SixXS</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vorlons.info/archives/2008/11/21/240/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thunderbird: Reply to List</title>
		<link>http://blog.vorlons.info/archives/2008/11/17/234/</link>
		<comments>http://blog.vorlons.info/archives/2008/11/17/234/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 10:57:26 +0000</pubDate>
		<dc:creator>vorlon</dc:creator>
				<category><![CDATA[Computer stuff]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Mozilla-extensions]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://blog.vorlons.info/?p=234</guid>
		<description><![CDATA[Mozilla Thunderbird lacking a reply-to-list function is quite annoying sometimes and is often worked around by using a patched version with an extension.
Recently while looking at extensions, I came across one which does not require a patched version, but also works with the regular binary. It is still considered experimental, but has worked well for [...]]]></description>
			<content:encoded><![CDATA[<p>Mozilla Thunderbird lacking a reply-to-list function is quite annoying sometimes and is often worked around by using a patched version with <a href="http://alumnit.ca/wiki/index.php?page=ReplyToListThunderbirdExtension">an extension</a>.</p>
<p>Recently while looking at extensions, I came across <a href="https://addons.mozilla.org/en-US/thunderbird/addon/4455">one which does not require a patched version</a>, but also works with the regular binary. It is still considered experimental, but has worked well for me on one binary installation of Thunderbird 2.0.0.17 I&#8217;m using.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vorlons.info/archives/2008/11/17/234/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IT Cheat Sheets</title>
		<link>http://blog.vorlons.info/archives/2008/11/17/232/</link>
		<comments>http://blog.vorlons.info/archives/2008/11/17/232/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 10:17:12 +0000</pubDate>
		<dc:creator>vorlon</dc:creator>
				<category><![CDATA[Computer stuff]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://blog.vorlons.info/?p=232</guid>
		<description><![CDATA[Found some useful IT- especially network-related cheat sheets over at Packetlife
[via ISC]
]]></description>
			<content:encoded><![CDATA[<p>Found some useful IT- especially network-related cheat sheets over at <a href="http://packetlife.net/cheatsheets/">Packetlife</a></p>
<p>[via <a href="http://isc.sans.org/diary.html?storyid=5348">ISC</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vorlons.info/archives/2008/11/17/232/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Postfix mit Dovecot LDA und Sieve Filtern</title>
		<link>http://blog.vorlons.info/archives/2008/10/21/201/</link>
		<comments>http://blog.vorlons.info/archives/2008/10/21/201/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 15:25:26 +0000</pubDate>
		<dc:creator>vorlon</dc:creator>
				<category><![CDATA[Computer stuff]]></category>
		<category><![CDATA[dovecot]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[sieve]]></category>

		<guid isPermaLink="false">http://blog.vorlons.info/?p=201</guid>
		<description><![CDATA[weitere kurze Notiz&#8230;
Damit Dovecot bei einer Mail an user+abc@domain den Benutzer user@domain erkennt und danach troztdem Sieve mittels der subaddress Extension noch nach abc filtern kann, habe ich folgenden Eintrag in der Postfix master.cf verwendet:

dovecot   unix  -       n       n  [...]]]></description>
			<content:encoded><![CDATA[<p>weitere kurze Notiz&#8230;</p>
<p>Damit Dovecot bei einer Mail an user+abc@domain den Benutzer user@domain erkennt und danach troztdem Sieve mittels der subaddress Extension noch nach abc filtern kann, habe ich folgenden Eintrag in der Postfix master.cf verwendet:</p>
<blockquote>
<p style="text-align: left;"><code>dovecot   unix  -       n       n       -       -       pipe<br />
flags=DRhu user=vmailuser:vmailgroup argv=/usr/libexec/dovecot/deliver -f ${sender} -d ${user}@${nexthop} -s -a ${recipient}</code></p>
</blockquote>
<p>Der -d Teil war für die richtige Erkennung des Accounts wichtig und der Teil mit -a zur Weitergabe der Extension.</p>
<p>Nun lässt sich in einen Sieve Skript z.B. folgendermassen filtern:</p>
<blockquote><p><code>require ["envelope", "subaddress", "fileinto"];<br />
if envelope :detail "to" "abc" {<br />
fileinto "abc";<br />
stop;<br />
}</code></p></blockquote>
<p>Dabei werden z.B. Mails an user+abc@domain in das Verzeichnis abc gelegt.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vorlons.info/archives/2008/10/21/201/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Umzug von ejabberd auf einen neuen Host</title>
		<link>http://blog.vorlons.info/archives/2008/10/21/199/</link>
		<comments>http://blog.vorlons.info/archives/2008/10/21/199/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 11:00:54 +0000</pubDate>
		<dc:creator>vorlon</dc:creator>
				<category><![CDATA[Computer stuff]]></category>
		<category><![CDATA[jabber]]></category>

		<guid isPermaLink="false">http://blog.vorlons.info/?p=199</guid>
		<description><![CDATA[Nach einigen Querelen beim Umziehen des Jabber-Servers hier eine kurze Notiz:
Neben dem Kopieren und Anpassen der Konfigurationsdateien, muss auf dem alten Host zunächst die Datenbank exportiert werden:
# ejabberdctl backup /tmp/ejabberd-dbbackup
um dann auf dem neuen Host wieder importiert zu werden:
# ejabberdctl restore /tmp/ejabberd-dbbackup
Ein einfaches Kopieren der Mnesia Dateien genügt nicht.
]]></description>
			<content:encoded><![CDATA[<p>Nach einigen Querelen beim Umziehen des Jabber-Servers hier eine kurze Notiz:</p>
<p>Neben dem Kopieren und Anpassen der Konfigurationsdateien, muss auf dem alten Host zunächst die Datenbank exportiert werden:</p>
<p><code># ejabberdctl backup /tmp/ejabberd-dbbackup</code></p>
<p>um dann auf dem neuen Host wieder importiert zu werden:</p>
<p><code># ejabberdctl restore /tmp/ejabberd-dbbackup</code></p>
<p>Ein einfaches Kopieren der Mnesia Dateien genügt nicht.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vorlons.info/archives/2008/10/21/199/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenStreetMap Treffen Göttingen</title>
		<link>http://blog.vorlons.info/archives/2008/09/29/181/</link>
		<comments>http://blog.vorlons.info/archives/2008/09/29/181/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 14:18:01 +0000</pubDate>
		<dc:creator>vorlon</dc:creator>
				<category><![CDATA[Computer stuff]]></category>
		<category><![CDATA[Göttingen]]></category>
		<category><![CDATA[OpenStreetMap]]></category>

		<guid isPermaLink="false">http://blog.vorlons.info/?p=181</guid>
		<description><![CDATA[Für alle, die in und um Göttingen bei OpenStreetMap mitmachen oder mitmachen wollen, gibt es am Dienstag, den 30. September um 19 Uhr ein Treffen im Café Central. Also einfach mal vorbeikommen&#8230; es ist schließlich das erste Treffen hier in dieser Art.
Weitere Infos gibts im OSM Wiki.
]]></description>
			<content:encoded><![CDATA[<p>Für alle, die in und um Göttingen bei <a href="http://www.openstreetmap.org">OpenStreetMap</a> mitmachen oder mitmachen wollen, gibt es am Dienstag, den 30. September um 19 Uhr ein Treffen im Café Central. Also einfach mal vorbeikommen&#8230; es ist schließlich das erste Treffen hier in dieser Art.</p>
<p>Weitere Infos gibts im <a href="http://wiki.openstreetmap.org/index.php/G%C3%B6ttingen">OSM Wiki</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vorlons.info/archives/2008/09/29/181/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Stop Software Patents</title>
		<link>http://blog.vorlons.info/archives/2008/09/24/179/</link>
		<comments>http://blog.vorlons.info/archives/2008/09/24/179/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 08:15:32 +0000</pubDate>
		<dc:creator>vorlon</dc:creator>
				<category><![CDATA[Computer stuff]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Software Patents]]></category>

		<guid isPermaLink="false">http://blog.vorlons.info/?p=179</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://stopsoftwarepatents.org/"><img src="http://blog.vorlons.info/wp-content/images/stop_softw_patents-24-11_std.png" border="0" alt="Stop Software Patents - World Day, September 24th" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vorlons.info/archives/2008/09/24/179/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Serious DNS vulnerabilities &#8211; update for bind available</title>
		<link>http://blog.vorlons.info/archives/2008/07/09/174/</link>
		<comments>http://blog.vorlons.info/archives/2008/07/09/174/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 09:24:28 +0000</pubDate>
		<dc:creator>vorlon</dc:creator>
				<category><![CDATA[Computer stuff]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.vorlons.info/?p=174</guid>
		<description><![CDATA[In the light of yesterday&#8217;s large coordinated release of DNS related updates to various products, I would like to point you to the updated bind packages in the portage tree.

net-dns/bind-9.4.2_p1 is currently being marked stable on all supported architectures
net-dns/bind-9.5.0_p1 has been committed with unstable keywords

Nameservers should be updated quite soon, since this issue should be [...]]]></description>
			<content:encoded><![CDATA[<p>In the light of yesterday&#8217;s large coordinated release of DNS related updates to various products, I would like to point you to the updated bind packages in the portage tree.</p>
<ul>
<li>net-dns/bind-9.4.2_p1 is currently being marked stable on all supported architectures</li>
<li>net-dns/bind-9.5.0_p1 has been committed with unstable keywords</li>
</ul>
<p>Nameservers should be updated quite soon, since this issue should be considered serious.</p>
<p>A GLSA will be published after all security architectures have marked the affected package stable. The progress can be followed in bug <a title="bug #231201" href="https://bugs.gentoo.org/show_bug.cgi?id=231201" target="_blank">#231201</a>.</p>
<p>For more information have a look at the following links and the references therein:</p>
<ul>
<li><a title="VU #800113" href="http://www.kb.cert.org/vuls/id/800113" target="_blank">US-CERT Vulnerability Note VU#800113</a></li>
<li><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1447" target="_blank">CVE-2008-1447</a></li>
<li><a href="http://www.isc.org/sw/bind/forgery-resilience.php" target="_blank">ISC info</a></li>
</ul>
<p>Also note that if you are restricting the used outgoing ports of your nameserver by a firewall for example, this policy should be revisited.</p>
<p><em>Update 2008-07-11:<br />
</em><a title="GLSA 200807-08" href="http://www.gentoo.org/security/en/glsa/glsa-200807-08.xml" target="_blank">GLSA 200807-08</a> has just been released to address this issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vorlons.info/archives/2008/07/09/174/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
