<?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>Rößner-Network-Solutions</title>
	<atom:link href="http://www.roessner-network-solutions.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.roessner-network-solutions.com</link>
	<description>Systemintegration (IT)</description>
	<lastBuildDate>Mon, 20 Feb 2012 21:32:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Volltextsuche mit solr und Dovecot unter Ubuntu 10.04</title>
		<link>http://www.roessner-network-solutions.com/2012/02/19/volltextsuche-mit-solr-und-dovecot-unter-ubuntu-10-04/</link>
		<comments>http://www.roessner-network-solutions.com/2012/02/19/volltextsuche-mit-solr-und-dovecot-unter-ubuntu-10-04/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 21:32:54 +0000</pubDate>
		<dc:creator>Christian Rößner</dc:creator>
				<category><![CDATA[Linux (de)]]></category>

		<guid isPermaLink="false">http://www.roessner-network-solutions.com/?p=971</guid>
		<description><![CDATA[Vor ein paar Tagen wurde Dovecot 2.1 veröffentlicht. Als ich von der Version 2.0 aktualisierte begann ich mich einem neuen, interessanten Thema zu widmen: Volltextsuche (engl. Full Text Search &#8211; FTS). Mit Apache solr können Sie einen externen Dienst in &#8230;<p class="read-more"><a href="http://www.roessner-network-solutions.com/2012/02/19/volltextsuche-mit-solr-und-dovecot-unter-ubuntu-10-04/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.roessner-network-solutions.com/2012/02/19/volltextsuche-mit-solr-und-dovecot-unter-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sichern einer Webseite mit wget</title>
		<link>http://www.roessner-network-solutions.com/2012/02/19/sichern-einer-webseite-mit-wget/</link>
		<comments>http://www.roessner-network-solutions.com/2012/02/19/sichern-einer-webseite-mit-wget/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 19:20:21 +0000</pubDate>
		<dc:creator>Christian Rößner</dc:creator>
				<category><![CDATA[Linux (de)]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.roessner-network-solutions.com/?p=931</guid>
		<description><![CDATA[Nur ein kleiner Tipp. Wenn Sie Ihre Webseite sichern müssen &#8211; um überhaupt irgend ein Backup zu besitzen! &#8211; dann dürfte Sie das folgende Kommando interessieren: wget -E -k -K -r -p http://www.example.com/ Dieser Befehl modifiziert ebenfalls alle internen Verlinkungen, &#8230;<p class="read-more"><a href="http://www.roessner-network-solutions.com/2012/02/19/sichern-einer-webseite-mit-wget/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.roessner-network-solutions.com/2012/02/19/sichern-einer-webseite-mit-wget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full text search with solr and Dovecot on Ubuntu 10.04</title>
		<link>http://www.roessner-network-solutions.com/2012/02/19/full-text-search-with-solr-and-dovecot-on-ubuntu-10-04/</link>
		<comments>http://www.roessner-network-solutions.com/2012/02/19/full-text-search-with-solr-and-dovecot-on-ubuntu-10-04/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 10:54:05 +0000</pubDate>
		<dc:creator>Christian Rößner</dc:creator>
		
		<guid isPermaLink="false">http://www.roessner-network-solutions.com/?p=878</guid>
		<description><![CDATA[It has been just some days that Dovecot 2.1 was released. When upgrading from 2.0 I started digging into a new and interesting chapter: full text search (FTS). With Apache solr you can use an external service in Dovecot to &#8230;<p class="read-more"><a href="http://www.roessner-network-solutions.com/2012/02/19/full-text-search-with-solr-and-dovecot-on-ubuntu-10-04/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.roessner-network-solutions.com/2012/02/19/full-text-search-with-solr-and-dovecot-on-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup your website with wget</title>
		<link>http://www.roessner-network-solutions.com/2012/02/18/backup-your-website-with-wget/</link>
		<comments>http://www.roessner-network-solutions.com/2012/02/18/backup-your-website-with-wget/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 19:52:48 +0000</pubDate>
		<dc:creator>Christian Rößner</dc:creator>
				<category><![CDATA[Linux (en)]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.roessner-network-solutions.com/?p=876</guid>
		<description><![CDATA[Just a short tip. If you need to backup your website &#8211; just to have any kind of backup &#8211; then you might like the following command: wget -E -k -K -r -p http://www.example.com/ This also modifies all internal links &#8230;<p class="read-more"><a href="http://www.roessner-network-solutions.com/2012/02/18/backup-your-website-with-wget/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.roessner-network-solutions.com/2012/02/18/backup-your-website-with-wget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove Debian packages with help of vi magic</title>
		<link>http://www.roessner-network-solutions.com/2011/10/23/how-to-remove-debian-packages-with-help-of-vi-magic/</link>
		<comments>http://www.roessner-network-solutions.com/2011/10/23/how-to-remove-debian-packages-with-help-of-vi-magic/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 13:18:56 +0000</pubDate>
		<dc:creator>Christian Rößner</dc:creator>
				<category><![CDATA[Linux (en)]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.roessner-network-solutions.com/?p=868</guid>
		<description><![CDATA[Okay, the headline is not really the full truth, but with the help of vi you can do some cool things. I had installed &#8220;graphviz&#8221; on one of my servers, because I thought I could create a dot file. For &#8230;<p class="read-more"><a href="http://www.roessner-network-solutions.com/2011/10/23/how-to-remove-debian-packages-with-help-of-vi-magic/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.roessner-network-solutions.com/2011/10/23/how-to-remove-debian-packages-with-help-of-vi-magic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling PHP 5.2 on Ubuntu Lucid 10.04</title>
		<link>http://www.roessner-network-solutions.com/2011/08/28/compiling-php-5-2-on-ubuntu-lucid-10-04/</link>
		<comments>http://www.roessner-network-solutions.com/2011/08/28/compiling-php-5-2-on-ubuntu-lucid-10-04/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 18:34:18 +0000</pubDate>
		<dc:creator>Christian Rößner</dc:creator>
				<category><![CDATA[Linux (en)]]></category>

		<guid isPermaLink="false">http://www.roessner-network-solutions.com/?p=864</guid>
		<description><![CDATA[If you provide ISP services for customers that run PHP application on your servers, you might need to run several sides with PHP 5.2 and not with the distributed version from Ubuntu, version 5.3. Searching around the internet, you might &#8230;<p class="read-more"><a href="http://www.roessner-network-solutions.com/2011/08/28/compiling-php-5-2-on-ubuntu-lucid-10-04/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.roessner-network-solutions.com/2011/08/28/compiling-php-5-2-on-ubuntu-lucid-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vim Postfix syntax files</title>
		<link>http://www.roessner-network-solutions.com/2011/08/13/854/</link>
		<comments>http://www.roessner-network-solutions.com/2011/08/13/854/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 10:21:29 +0000</pubDate>
		<dc:creator>Christian Rößner</dc:creator>
				<category><![CDATA[Linux (en)]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.roessner-network-solutions.com/?p=854</guid>
		<description><![CDATA[I have modified the Vi(mproved) syntax highlighting files for Postfix 2.8.x series. Also added a syntax file for the master.cf file. It is not perfect, but it does a good job on my mail servers. So hopefully you enjoy it. &#8230;<p class="read-more"><a href="http://www.roessner-network-solutions.com/2011/08/13/854/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.roessner-network-solutions.com/2011/08/13/854/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nützliche Kurzbefehle</title>
		<link>http://www.roessner-network-solutions.com/2010/12/04/nutzliche-kurzbefehle/</link>
		<comments>http://www.roessner-network-solutions.com/2010/12/04/nutzliche-kurzbefehle/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 13:25:24 +0000</pubDate>
		<dc:creator>Christian Rößner</dc:creator>
				<category><![CDATA[Linux (de)]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[LVM]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://www.roessner-network-solutions.com/2010/12/04/nutzliche-kurzbefehle/</guid>
		<description><![CDATA[Gerade im Disaster-Recovery Bereich oder auch in jeder Situation, in der Daten eines (oder mehrerer) Server über das Netzwerk hinweg zu einer anderen Maschine kopiert werden müssen, verlangt machmal nach trickreichen Kommandos, um effizient und sicher Daten zu transferieren. Im &#8230;<p class="read-more"><a href="http://www.roessner-network-solutions.com/2010/12/04/nutzliche-kurzbefehle/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.roessner-network-solutions.com/2010/12/04/nutzliche-kurzbefehle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Überarbeitete Website</title>
		<link>http://www.roessner-network-solutions.com/2010/11/26/uberarbeitete-website/</link>
		<comments>http://www.roessner-network-solutions.com/2010/11/26/uberarbeitete-website/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 11:45:40 +0000</pubDate>
		<dc:creator>Christian Rößner</dc:creator>
				<category><![CDATA[Linux (de)]]></category>

		<guid isPermaLink="false">http://www.roessner-network-solutions.com/2010/11/26/uberarbeitete-website/</guid>
		<description><![CDATA[Vielleicht wundern Sie sich, dass verschiedene Artikel verschwunden sind. Diese waren bis vor kurzer Zeit an oberster Stelle genau hier zu finden (Stichwort Sticky). Da in der Zwischenzeit einige neue Artikel erschienen sind, die ebenfalls möglichst dauerhaft aufzufinden sein sollen, &#8230;<p class="read-more"><a href="http://www.roessner-network-solutions.com/2010/11/26/uberarbeitete-website/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.roessner-network-solutions.com/2010/11/26/uberarbeitete-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNSWL &#8211; A Postfix policy delegation service</title>
		<link>http://www.roessner-network-solutions.com/2010/10/14/dnswl-a-postfix-policy-delegation-service/</link>
		<comments>http://www.roessner-network-solutions.com/2010/10/14/dnswl-a-postfix-policy-delegation-service/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 10:38:02 +0000</pubDate>
		<dc:creator>Christian Rößner</dc:creator>
				<category><![CDATA[Linux (en)]]></category>

		<guid isPermaLink="false">http://www.roessner-network-solutions.com/?p=626</guid>
		<description><![CDATA[Started a new open source project. dnswl.py can deal with a list of DNS whitelist services and give postfix an OK result, while it prepares SQL tables for amavisd-new, which will immediately make use of soft scored whitelisted entires (sender &#8230;<p class="read-more"><a href="http://www.roessner-network-solutions.com/2010/10/14/dnswl-a-postfix-policy-delegation-service/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.roessner-network-solutions.com/2010/10/14/dnswl-a-postfix-policy-delegation-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 3.382 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-22 20:46:24 -->

