<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.5" -->
<rss version="0.92">
<channel>
	<title>Informations-Compagnie ~ Wandzeitung</title>
	<link>http://wandzeitung.informations-compagnie.de</link>
	<description></description>
	<lastBuildDate>Tue, 08 Dec 2009 08:06:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>ProFTPD with mod_dnsbl as gentoo ebuild</title>
		<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 modules.
The ebuild is available on our SVN repository: http://dev.informations-compagnie.de/svn/gentoo/net-ftp/proftpd/proftpd-1.3.2b-r1.ebuild. Please have a look at our [...]]]></description>
		<link>http://wandzeitung.informations-compagnie.de/2009/12/07/proftpd-with-mod_dnsbl-as-gentoo-ebuild/</link>
			</item>
	<item>
		<title>find out if your Apache is really serving the right hosts</title>
		<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 is an Apache webserver that has a lot of websites. Each website has at least two [...]]]></description>
		<link>http://wandzeitung.informations-compagnie.de/2009/11/19/find-out-if-your-apache-is-really-serving-the-right-hosts/</link>
			</item>
	<item>
		<title>Wolfram&#124;Alpha is out</title>
		<description><![CDATA[Wolfram&#124;Alpha is out. There&#8217;s a new player on the search engine market which is the first one with an innovation since google. The scene is something between enthusiatic and at least curious. So are we. Right in this moment, they are launching their service. This is being filmed. Like the guys&#8217;n'gals from CERN did last [...]]]></description>
		<link>http://wandzeitung.informations-compagnie.de/2009/05/16/wolframalpha-is-out/</link>
			</item>
	<item>
		<title>SFTP only and SSH only OpenSSH system with gentoo</title>
		<description><![CDATA[# Any random options you want to pass to sshd.
 # See the sshd(8) manpage for more info.
 SSHD_OPTS=&#8221;"
# Pid file to use (needs to be absolute path).
 SSHD_PIDFILE=&#8221;/var/run/sshd2.pid&#8221;
# Path to the sshd binary (needs to be absolute path).
 SSHD_BINARY=&#8221;/usr/sbin/sshd2&#8243;
Although there are many ways workarounding the lack of security with ye olde FTP, there is [...]]]></description>
		<link>http://wandzeitung.informations-compagnie.de/2009/02/12/sftp-only-and-ssh-only-openssh-system-with-gentoo/</link>
			</item>
	<item>
		<title>rebuilding Cyrus indexes</title>
		<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 Cyrus folder contains three files «cyrus.cache», «cyrus.header» and «cyrus.index». These are responsible for telling the mail client [...]]]></description>
		<link>http://wandzeitung.informations-compagnie.de/2009/01/15/rebuilding-cyrus-indexes/</link>
			</item>
	<item>
		<title>Request Tracker 3.8.2 on gentoo</title>
		<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 portage tree.
Additional Notes:

There are several packages which are masked at the moment. We do [...]]]></description>
		<link>http://wandzeitung.informations-compagnie.de/2009/01/09/request-tracker-382-on-gentoo/</link>
			</item>
	<item>
		<title>our own gentoo portage overlay</title>
		<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 a thing we were thinking of for a long time and now there was a [...]]]></description>
		<link>http://wandzeitung.informations-compagnie.de/2009/01/09/our-own-gentoo-portage-overlay/</link>
			</item>
	<item>
		<title>tomcat on port 80</title>
		<description><![CDATA[You might know the situation: You&#8217;d like to run tomcat from a privileged port, but the bloody thing just won&#8217;t start. Of course, it&#8217;s java-specific. Usually, a daemon gets its port from root. Not with Java. Your possibilities are therefore somewhat cruel. let us think about the options&#8230;

run it as root. that&#8217;s ugly and not [...]]]></description>
		<link>http://wandzeitung.informations-compagnie.de/2008/09/16/tomcat-on-port-80/</link>
			</item>
	<item>
		<title>creating apache vhosts with style</title>
		<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, we wanted to have a script which sets up the structure and creates the necessary files. If [...]]]></description>
		<link>http://wandzeitung.informations-compagnie.de/2008/08/28/creating-apache-vhosts-with-style/</link>
			</item>
	<item>
		<title>recursive md5 hashing with Linux</title>
		<description><![CDATA[The problem: You need a md5sum of a directory. Unfortunately, md5sum just accepts files as input.
The solution: Let&#8217;s use find! Okay. Here we go:
find DIRECTORY -type f -exec md5sum &#8216;{}&#8217; \; &#124; md5sum &#8211; &#124; awk &#8216;{print $1}&#8217;
explanation:
-type f
just shows files
-exec
run the following command
&#8216;{}&#8217;
find&#8217;s results to hand over to the command
\;
tell -exec that end of [...]]]></description>
		<link>http://wandzeitung.informations-compagnie.de/2008/07/30/recursive-md5-hashing-with-linux/</link>
			</item>
</channel>
</rss>
