<?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>Wandzeitung &#187; gentoo</title>
	<atom:link href="http://wandzeitung.informations-compagnie.de/tag/gentoo/feed/" rel="self" type="application/rss+xml" />
	<link>http://wandzeitung.informations-compagnie.de</link>
	<description>thoughts from a hidden scape</description>
	<lastBuildDate>Tue, 10 Jan 2012 12:09:52 +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>Gentoo ebuild: Nginx With Support For Upstream Fair Proxy Load Balancer</title>
		<link>http://wandzeitung.informations-compagnie.de/2012/01/10/gentoo-ebuild-nginx-with-support-for-upstream-fair-proxy-load-balancer/</link>
		<comments>http://wandzeitung.informations-compagnie.de/2012/01/10/gentoo-ebuild-nginx-with-support-for-upstream-fair-proxy-load-balancer/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 12:09:52 +0000</pubDate>
		<dc:creator>Direktion</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Webserver]]></category>
		<category><![CDATA[ebuild]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[overlay]]></category>
		<category><![CDATA[portage]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://wandzeitung.informations-compagnie.de/?p=186</guid>
		<description><![CDATA[Nginx is a powerful web server and therefore our choice. Unfortunately, the Gentoo ebuild is missing one essential extension: a load balancer that is querying the servers not via round robin but by their current load. Therefore, we had to extend the &#8230; <a href="http://wandzeitung.informations-compagnie.de/2012/01/10/gentoo-ebuild-nginx-with-support-for-upstream-fair-proxy-load-balancer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://wandzeitung.informations-compagnie.de/2012/01/10/gentoo-ebuild-nginx-with-support-for-upstream-fair-proxy-load-balancer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dovecot: remove maildirs</title>
		<link>http://wandzeitung.informations-compagnie.de/2011/11/17/dovecot-remove-maildirs/</link>
		<comments>http://wandzeitung.informations-compagnie.de/2011/11/17/dovecot-remove-maildirs/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 17:54:57 +0000</pubDate>
		<dc:creator>Direktion</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mailserver]]></category>
		<category><![CDATA[bashscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dovecot]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[grep example]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[mda]]></category>
		<category><![CDATA[openldap]]></category>
		<category><![CDATA[pop3]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://wandzeitung.informations-compagnie.de/?p=172</guid>
		<description><![CDATA[We are running dovecot as MDA. Dovecot gets its user details from OpenLDAP and adds new users automatically.  But removing a user in LDAP does not mean it gets removed in Dovecot as well. To have this a little bit more comfortable, I created this little script here: <a href="http://wandzeitung.informations-compagnie.de/2011/11/17/dovecot-remove-maildirs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://wandzeitung.informations-compagnie.de/2011/11/17/dovecot-remove-maildirs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sslh: let https,ssh and openvpn share a single port</title>
		<link>http://wandzeitung.informations-compagnie.de/2011/09/02/sslh-let-https-ssh-and-openvpn-share-a-single-port/</link>
		<comments>http://wandzeitung.informations-compagnie.de/2011/09/02/sslh-let-https-ssh-and-openvpn-share-a-single-port/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 06:45:00 +0000</pubDate>
		<dc:creator>Direktion</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[multiplex]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[sslh]]></category>

		<guid isPermaLink="false">http://wandzeitung.informations-compagnie.de/?p=151</guid>
		<description><![CDATA[Introduction Maybe you know the situation: You successfully logged in to a corporate network and somehow you can&#8217;t reach your server. You check all possibilities and realize that some of the ports you desperately need to manage your daily life &#8230; <a href="http://wandzeitung.informations-compagnie.de/2011/09/02/sslh-let-https-ssh-and-openvpn-share-a-single-port/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://wandzeitung.informations-compagnie.de/2011/09/02/sslh-let-https-ssh-and-openvpn-share-a-single-port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ProFTPD with mod_dnsbl as gentoo ebuild</title>
		<link>http://wandzeitung.informations-compagnie.de/2009/12/07/proftpd-with-mod_dnsbl-as-gentoo-ebuild/</link>
		<comments>http://wandzeitung.informations-compagnie.de/2009/12/07/proftpd-with-mod_dnsbl-as-gentoo-ebuild/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 18:51:55 +0000</pubDate>
		<dc:creator>Marcus Pauli</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Verschiedenes]]></category>
		<category><![CDATA[blacklist]]></category>
		<category><![CDATA[dnsbl]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[mod_dnsbl]]></category>
		<category><![CDATA[overlay]]></category>
		<category><![CDATA[portage]]></category>
		<category><![CDATA[proftp]]></category>
		<category><![CDATA[proftpd]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[spamhaus]]></category>

		<guid isPermaLink="false">http://wandzeitung.informations-compagnie.de/?p=55</guid>
		<description><![CDATA[Recently we realized that proftpd misses several modules that are available but not included in the standard distribution. Therefore, we created an ebuild. As time was short today, we only included mod_dnsbl. In the near future, we will add more &#8230; <a href="http://wandzeitung.informations-compagnie.de/2009/12/07/proftpd-with-mod_dnsbl-as-gentoo-ebuild/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://wandzeitung.informations-compagnie.de/2009/12/07/proftpd-with-mod_dnsbl-as-gentoo-ebuild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SFTP only and SSH only OpenSSH system with gentoo</title>
		<link>http://wandzeitung.informations-compagnie.de/2009/02/12/sftp-only-and-ssh-only-openssh-system-with-gentoo/</link>
		<comments>http://wandzeitung.informations-compagnie.de/2009/02/12/sftp-only-and-ssh-only-openssh-system-with-gentoo/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 18:25:06 +0000</pubDate>
		<dc:creator>Marcus Pauli</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[chroot]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[jail]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[sftp]]></category>

		<guid isPermaLink="false">http://wandzeitung.informations-compagnie.de/?p=42</guid>
		<description><![CDATA[Although there are many ways workarounding the lack of security with ye olde FTP, there is a quite handy solution: use OpenSSH via SCP/SFTP to handle the file transfers. There are many solutions which all try to restrict the access &#8230; <a href="http://wandzeitung.informations-compagnie.de/2009/02/12/sftp-only-and-ssh-only-openssh-system-with-gentoo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://wandzeitung.informations-compagnie.de/2009/02/12/sftp-only-and-ssh-only-openssh-system-with-gentoo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>rebuilding Cyrus indexes</title>
		<link>http://wandzeitung.informations-compagnie.de/2009/01/15/rebuilding-cyrus-indexes/</link>
		<comments>http://wandzeitung.informations-compagnie.de/2009/01/15/rebuilding-cyrus-indexes/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 15:10:43 +0000</pubDate>
		<dc:creator>Marcus Pauli</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mailserver]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[cyrus]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[indexes]]></category>
		<category><![CDATA[layman]]></category>
		<category><![CDATA[overlay]]></category>
		<category><![CDATA[portage]]></category>
		<category><![CDATA[recover]]></category>
		<category><![CDATA[rescue]]></category>

		<guid isPermaLink="false">http://wandzeitung.informations-compagnie.de/?p=40</guid>
		<description><![CDATA[You might know the situation, something happened, and afterwards you get error messages from Cyrus telling you that your databases just have crashed. Then, your Inbox is shown empty while the filesystem does show the correct files. What happened? Every &#8230; <a href="http://wandzeitung.informations-compagnie.de/2009/01/15/rebuilding-cyrus-indexes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://wandzeitung.informations-compagnie.de/2009/01/15/rebuilding-cyrus-indexes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Request Tracker 3.8.2 on gentoo</title>
		<link>http://wandzeitung.informations-compagnie.de/2009/01/09/request-tracker-382-on-gentoo/</link>
		<comments>http://wandzeitung.informations-compagnie.de/2009/01/09/request-tracker-382-on-gentoo/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 12:40:10 +0000</pubDate>
		<dc:creator>Marcus Pauli</dc:creator>
				<category><![CDATA[allgemein]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Webserver]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[layman]]></category>
		<category><![CDATA[overlay]]></category>
		<category><![CDATA[portage]]></category>
		<category><![CDATA[request tracker]]></category>
		<category><![CDATA[rt]]></category>

		<guid isPermaLink="false">http://wandzeitung.informations-compagnie.de/?p=39</guid>
		<description><![CDATA[We finally managed to release a package for the (currently) recent version of Best Practical&#8217;s Request Racker (rt). We added it to our layman / portage overlay. see the following article for information on how to add it to your &#8230; <a href="http://wandzeitung.informations-compagnie.de/2009/01/09/request-tracker-382-on-gentoo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://wandzeitung.informations-compagnie.de/2009/01/09/request-tracker-382-on-gentoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>our own gentoo portage overlay</title>
		<link>http://wandzeitung.informations-compagnie.de/2009/01/09/our-own-gentoo-portage-overlay/</link>
		<comments>http://wandzeitung.informations-compagnie.de/2009/01/09/our-own-gentoo-portage-overlay/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 12:31:02 +0000</pubDate>
		<dc:creator>Marcus Pauli</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[layman]]></category>
		<category><![CDATA[overlay]]></category>
		<category><![CDATA[portage]]></category>

		<guid isPermaLink="false">http://wandzeitung.informations-compagnie.de/?p=38</guid>
		<description><![CDATA[Gentoo has, is and will be the distribution of our choice. As it is with every love, nothing is perfect. So is Gentoo. We missed the recent packages for Bestpractical&#8217;s Request Tracker. Therefore, we created our own Layman overlay. That&#8217;s &#8230; <a href="http://wandzeitung.informations-compagnie.de/2009/01/09/our-own-gentoo-portage-overlay/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://wandzeitung.informations-compagnie.de/2009/01/09/our-own-gentoo-portage-overlay/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>gentoo and kde4</title>
		<link>http://wandzeitung.informations-compagnie.de/2008/03/31/gentoo-and-kde4/</link>
		<comments>http://wandzeitung.informations-compagnie.de/2008/03/31/gentoo-and-kde4/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 07:12:33 +0000</pubDate>
		<dc:creator>Marcus Pauli</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[gentoo]]></category>

		<guid isPermaLink="false">http://wandzeitung.informations-compagnie.de/2008/03/31/gentoo-and-kde4/</guid>
		<description><![CDATA[As it is written in the package information, KDE4 still is masked. Those who cannot wait (like us) have to face a long and struggling road. To ease things up a little bit, we hacked some shell-aid. Like this: while &#8230; <a href="http://wandzeitung.informations-compagnie.de/2008/03/31/gentoo-and-kde4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://wandzeitung.informations-compagnie.de/2008/03/31/gentoo-and-kde4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ATI SB600 and gentoo</title>
		<link>http://wandzeitung.informations-compagnie.de/2008/01/10/ati-sb600/</link>
		<comments>http://wandzeitung.informations-compagnie.de/2008/01/10/ati-sb600/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 11:51:23 +0000</pubDate>
		<dc:creator>Marcus Pauli</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://wandzeitung.informations-compagnie.de/?p=16</guid>
		<description><![CDATA[I managed to build a working kernel for ATI&#8217;s SB600 chipset under gentoo 2007.0 hardened. I tried to use =sys-kernel/gentoo-sources-2.6.23-r3 but the bloody thing wouldn&#8217;t boot. So I emerged =sys-kernel/vanilla-sources-2.6.24_rc7 and everything worked just fine. Here I read that there &#8230; <a href="http://wandzeitung.informations-compagnie.de/2008/01/10/ati-sb600/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://wandzeitung.informations-compagnie.de/2008/01/10/ati-sb600/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

