<?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; setup</title>
	<atom:link href="http://wandzeitung.informations-compagnie.de/tag/setup/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>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>creating apache vhosts with style</title>
		<link>http://wandzeitung.informations-compagnie.de/2008/08/28/creating-apache-vhosts-with-style/</link>
		<comments>http://wandzeitung.informations-compagnie.de/2008/08/28/creating-apache-vhosts-with-style/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 12:46:08 +0000</pubDate>
		<dc:creator>Marcus Pauli</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Webserver]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[bashscript]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[vhost]]></category>

		<guid isPermaLink="false">http://wandzeitung.informations-compagnie.de/?p=35</guid>
		<description><![CDATA[We decided to have a reverse domain name structure that conatains (beside the htdocs) all vhost-related information like logs, stats and config. The reverse structure is neccessary to get an quick overview not about the subdomains but the domains. Additionally, &#8230; <a href="http://wandzeitung.informations-compagnie.de/2008/08/28/creating-apache-vhosts-with-style/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://wandzeitung.informations-compagnie.de/2008/08/28/creating-apache-vhosts-with-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

