<?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; Linux</title>
	<atom:link href="http://wandzeitung.informations-compagnie.de/tag/linux/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>If Your Squirrel Won&#8217;t Keep The House Clean</title>
		<link>http://wandzeitung.informations-compagnie.de/2011/07/25/if-your-squirrel-wont-keep-the-house-clean/</link>
		<comments>http://wandzeitung.informations-compagnie.de/2011/07/25/if-your-squirrel-wont-keep-the-house-clean/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 18:06:06 +0000</pubDate>
		<dc:creator>Marcus Pauli</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mailserver]]></category>
		<category><![CDATA[clean squirrelmail data directory]]></category>
		<category><![CDATA[clear squirrelmail data directory]]></category>
		<category><![CDATA[grep example]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[squirrelmail]]></category>

		<guid isPermaLink="false">http://wandzeitung.informations-compagnie.de/?p=139</guid>
		<description><![CDATA[There are not many usable open source webmailer. We are running two: Squirrelmail and Roundcube. Besides that this can be really annoying when it comes to server-side filtering, this offers lots of benefits to our users. Some like it simple &#8230; <a href="http://wandzeitung.informations-compagnie.de/2011/07/25/if-your-squirrel-wont-keep-the-house-clean/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://wandzeitung.informations-compagnie.de/2011/07/25/if-your-squirrel-wont-keep-the-house-clean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>from Squirrel to Crystal</title>
		<link>http://wandzeitung.informations-compagnie.de/2010/09/24/from-squirrel-to-crystal/</link>
		<comments>http://wandzeitung.informations-compagnie.de/2010/09/24/from-squirrel-to-crystal/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 13:24:41 +0000</pubDate>
		<dc:creator>Marcus Pauli</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mailserver]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Webserver]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[crystalmail]]></category>
		<category><![CDATA[meebo]]></category>
		<category><![CDATA[squirrelmail]]></category>
		<category><![CDATA[vhost]]></category>
		<category><![CDATA[webmail]]></category>

		<guid isPermaLink="false">http://wandzeitung.informations-compagnie.de/?p=114</guid>
		<description><![CDATA[For years, we were using Squirrelmail as the default web mail client. Well, it would be a lie to say its design looks good but it offers a lot of functionality that nearly compensates the design deficits. The really basic functionalities &#8230; <a href="http://wandzeitung.informations-compagnie.de/2010/09/24/from-squirrel-to-crystal/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://wandzeitung.informations-compagnie.de/2010/09/24/from-squirrel-to-crystal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simplify your daily ssh usage… even more…</title>
		<link>http://wandzeitung.informations-compagnie.de/2010/08/05/simplify-your-daily-ssh-usage-even-more/</link>
		<comments>http://wandzeitung.informations-compagnie.de/2010/08/05/simplify-your-daily-ssh-usage-even-more/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 15:40:49 +0000</pubDate>
		<dc:creator>Marcus Pauli</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[bashscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[openssh]]></category>

		<guid isPermaLink="false">http://wandzeitung.informations-compagnie.de/?p=64</guid>
		<description><![CDATA[On MeyerMillerSmith.com I recently posted this one: Typing ssh commands can be very annoying but it doesn&#8217;t has to. There&#8217;s a quite nice way to simplify your daily admin life: shell scripts. Okay, let&#8217;s say we have a dozen servers &#8230; <a href="http://wandzeitung.informations-compagnie.de/2010/08/05/simplify-your-daily-ssh-usage-even-more/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://wandzeitung.informations-compagnie.de/2010/08/05/simplify-your-daily-ssh-usage-even-more/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>find out if your Apache is really serving the right hosts</title>
		<link>http://wandzeitung.informations-compagnie.de/2009/11/19/find-out-if-your-apache-is-really-serving-the-right-hosts/</link>
		<comments>http://wandzeitung.informations-compagnie.de/2009/11/19/find-out-if-your-apache-is-really-serving-the-right-hosts/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 19:13:33 +0000</pubDate>
		<dc:creator>Marcus Pauli</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Webserver]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[awk example]]></category>
		<category><![CDATA[bashscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[find ip of apache host]]></category>
		<category><![CDATA[find ip of vhost]]></category>
		<category><![CDATA[find vhosts]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[grep example]]></category>
		<category><![CDATA[nslookup]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[vhost]]></category>

		<guid isPermaLink="false">http://wandzeitung.informations-compagnie.de/?p=44</guid>
		<description><![CDATA[From time to time it can happen that websites that used to be on your webservers are being moved by your clients without notifying you. Therefore, you will have to search for «zombie websites». I have the following setup: There &#8230; <a href="http://wandzeitung.informations-compagnie.de/2009/11/19/find-out-if-your-apache-is-really-serving-the-right-hosts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://wandzeitung.informations-compagnie.de/2009/11/19/find-out-if-your-apache-is-really-serving-the-right-hosts/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>icecast and awstats</title>
		<link>http://wandzeitung.informations-compagnie.de/2008/04/01/icecast-and-awstats/</link>
		<comments>http://wandzeitung.informations-compagnie.de/2008/04/01/icecast-and-awstats/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 11:09:05 +0000</pubDate>
		<dc:creator>Marcus Pauli</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://wandzeitung.informations-compagnie.de/2008/04/01/icecast-and-awstats/</guid>
		<description><![CDATA[Not much has yet been written about this topic and it really is no big deal but some sentences more would have made me feel more secure. Therefore, I tell what to do. We need icecast and awstats (definitely) and &#8230; <a href="http://wandzeitung.informations-compagnie.de/2008/04/01/icecast-and-awstats/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://wandzeitung.informations-compagnie.de/2008/04/01/icecast-and-awstats/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>lighttpd and awstats</title>
		<link>http://wandzeitung.informations-compagnie.de/2008/02/11/lighttpd-and-awstats/</link>
		<comments>http://wandzeitung.informations-compagnie.de/2008/02/11/lighttpd-and-awstats/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 09:39:08 +0000</pubDate>
		<dc:creator>Marcus Pauli</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Webserver]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://wandzeitung.informations-compagnie.de/2008/02/11/lighthttpd-and-awstats/</guid>
		<description><![CDATA[There are lots of howtos for running awstats with lighthttpd. Nearly all of them define a subdomain for statistics but miss to add the only line for defaulting to awstats.pl. Here is what you have to do to do it &#8230; <a href="http://wandzeitung.informations-compagnie.de/2008/02/11/lighttpd-and-awstats/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://wandzeitung.informations-compagnie.de/2008/02/11/lighttpd-and-awstats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

