<?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; bashscript</title>
	<atom:link href="http://wandzeitung.informations-compagnie.de/tag/bashscript/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>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>Locate all Apple serial numbers in a subnet</title>
		<link>http://wandzeitung.informations-compagnie.de/2011/11/11/locate-all-apple-serial-numbers-in-a-subnet/</link>
		<comments>http://wandzeitung.informations-compagnie.de/2011/11/11/locate-all-apple-serial-numbers-in-a-subnet/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 17:45:55 +0000</pubDate>
		<dc:creator>Direktion</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[awk example]]></category>
		<category><![CDATA[bashscript]]></category>
		<category><![CDATA[clients]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[grep example]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[serial number]]></category>
		<category><![CDATA[subnet]]></category>

		<guid isPermaLink="false">http://wandzeitung.informations-compagnie.de/?p=167</guid>
		<description><![CDATA[The command ioreg -l &#124; grep IOPlatformSerialNumber will show you your Mac&#8217;s serial number. With this, you can find out when your Mac has been created if you enter this number to https://selfsolve.apple.com/agreementWarrantyDynamic.do For a whole network of Macs, this can become very boring. &#8230; <a href="http://wandzeitung.informations-compagnie.de/2011/11/11/locate-all-apple-serial-numbers-in-a-subnet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://wandzeitung.informations-compagnie.de/2011/11/11/locate-all-apple-serial-numbers-in-a-subnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto split a SQL database dump into table-wise files</title>
		<link>http://wandzeitung.informations-compagnie.de/2011/07/12/howto-split-a-sql-database-dump-into-table-wise-files/</link>
		<comments>http://wandzeitung.informations-compagnie.de/2011/07/12/howto-split-a-sql-database-dump-into-table-wise-files/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 17:09:25 +0000</pubDate>
		<dc:creator>Marcus Pauli</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[awk example]]></category>
		<category><![CDATA[bashscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[file operations]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[grep example]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[split]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://wandzeitung.informations-compagnie.de/?p=124</guid>
		<description><![CDATA[sql files containing a single database Splitting a sql file containing a whole database into per-table files is quite easy: Grep the .sql for any occurence of DROP TABLE. Generate the file name from the table name that is included &#8230; <a href="http://wandzeitung.informations-compagnie.de/2011/07/12/howto-split-a-sql-database-dump-into-table-wise-files/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://wandzeitung.informations-compagnie.de/2011/07/12/howto-split-a-sql-database-dump-into-table-wise-files/feed/</wfw:commentRss>
		<slash:comments>1</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>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>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>

