<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>.::ich-wars-nicht.ch::. &#187; Arbeitsalltag</title>
	<atom:link href="http://blog.ich-wars-nicht.ch/category/arbeitsalltag/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ich-wars-nicht.ch</link>
	<description>yet another blog about technology, linux, and everyday life...</description>
	<lastBuildDate>Sat, 04 Sep 2010 01:31:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
		<item>
		<title>Why some software project websites suck and others don&#8217;t</title>
		<link>http://blog.ich-wars-nicht.ch/2010/09/why-some-software-project-websites-suck-and-others-dont/</link>
		<comments>http://blog.ich-wars-nicht.ch/2010/09/why-some-software-project-websites-suck-and-others-dont/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 01:31:05 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Arbeitsalltag]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Programmieren]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=2579</guid>
		<description><![CDATA[Today I gave some thoughts to what distinguishes a good software project website from a bad software project website (especially for open source projects). I came up with a few must-have criteria for a good software project website: On the very first page, state what the software does, and what the goal of the project [...]]]></description>
			<content:encoded><![CDATA[<p>Today I gave some thoughts to what distinguishes a good software project website from a bad software project website (especially for open source projects).</p>
<p>I came up with a few must-have criteria for a good software project website:</p>
<h3>On the very first page, state what the software does, and what the goal of the project is.</h3>
<p>More than once, I&#8217;ve seen project websites about a software, that provide downloads and how-tos and everything else, but don&#8217;t even explain what the software does. If I hear about a software and open the website, the first thing I want to know is what the software can be used for. If I can&#8217;t find that information quickly, I lose interest.</p>
<h3>Provide Screenshots in the main navigation</h3>
<p>Whether you like it or not, what many users care for are screenshots. Feature lists are great, but when you see some screenshots of the program in action, you get the general Idea how it works and how user-friendly it has been designed. Great features are useless if the UI sucks.</p>
<h3>Put the download section in the main navigation</h3>
<p>The second most important thing on a project website is the link to the download section. It should be visible on every page, and it should provide quick, easy download possibilities. Also, redirected downloads suck. Direct (and therefore wget-able) downloadlinks are better.</p>
<h3>Provide documentation</h3>
<p>What users want and developers hate, is documentation. Great documentation can contribute to great success. A good example of this is the area of software frameworks. A lot of frameworks (like <a href="http://codeigniter.com/user_guide/">CodeIgniter</a>, <a href="http://cakephp.org/#learn">CakePHP</a> and <a href="http://docs.jquery.com/Main_Page">jQuery</a>) are highly successful &#8211; not least because of the great and easy-to-understand documentation. Provide good documentation and don&#8217;t forget to share it with others. The users will thank you.</p>
<h3>Provide a way for feedback</h3>
<p>Many open source projects grew over time because of user feedback. User feedback is important. And it needs to be quick and easy. A registration for an issue tracker is a no-go for me. If I have to register, I don&#8217;t report. Allow anonymous bugreports and feature requests, and a lot more feedback will come in.</p>
<h3>For OSS projects: Provide easy possibilities to participate and share code</h3>
<p>Among software users, there are many great and able programmers. Many of them have great ideas for contributions they could make. Most of them don&#8217;t have the time and motivation to track down the owner of the source repository and to ask for the permission to contribute. And patches that can&#8217;t be shared aren&#8217;t fun. Provide an e-mail address to send in patches. Or even better, use a <a href="http://en.wikipedia.org/wiki/Distributed_revision_control">distributed source code management system</a> like <a href="http://git-scm.com/">Git</a>. And then host it on a platform like <a href="https://github.com/">Github</a>, so that users can easily contribute their changes to the main branch, without you having to manage tedious permissions.</p>
<h3>Stay in touch with the users</h3>
<p>Communicate. And provide information on how to reach you on all available communication channels, like e-mail, IRC, twitter, facebook, forums etc. The more there are, the better. Inform the users about updates, but don&#8217;t spam them (use newsfeeds or social networks). And answer all not-totally-stupid questions. If you communicate, and if your software rocks, users will turn into fans.</p>
<p>&nbsp;</p>
<p>A majority of the mentioned issues should be known to most people releasing software, but apparently aren&#8217;t. The project website is the first contact with the &#8220;outer world&#8221; and in most cases best way to promote your software. Use it, don&#8217;t waste this potential.</p>
<p>There are probably several other important things to remember when creating a project website. The listed ones are just some important issues that came to my mind, the list is by no means complete. You are free to contribute your experiences in the comment box.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2010/09/why-some-software-project-websites-suck-and-others-dont/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Writing a Nagios/Icinga Plugin using PHP</title>
		<link>http://blog.ich-wars-nicht.ch/2010/09/writing-a-nagiosicinga-plugin-using-php/</link>
		<comments>http://blog.ich-wars-nicht.ch/2010/09/writing-a-nagiosicinga-plugin-using-php/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 09:57:03 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Arbeitsalltag]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[icinga]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[überwachung]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=2573</guid>
		<description><![CDATA[Note to self: If you want to write a check plugin for Nagios / Icinga using PHP, remember the following things: Start the first line of the script with #!/usr/bin/php -q Don&#8217;t put any empty lines between the shebang and the opening php tag (&#60;?php) Return values are either 0 (OK), 1 (WARNING) or 2 [...]]]></description>
			<content:encoded><![CDATA[<p>Note to self: If you want to write a check plugin for Nagios / Icinga using PHP, remember the following things:</p>
<ul>
<li>Start the first line of the script with <code>#!/usr/bin/php -q</code></li>
<li>Don&#8217;t put any empty lines between the <a href="http://en.wikipedia.org/wiki/Shebang_(Unix)">shebang</a> and the opening php tag (<code>&lt;?php</code>)</li>
<li>Return values are either 0 (OK), 1 (WARNING) or 2 (CRITICAL)</li>
<li>Return those values using <code>exit()</code>, not using <code>return()</code></li>
<li>Before the exit statement, return some info using <code>echo</code>. Nagios / Icinga will only display the first line of the output.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2010/09/writing-a-nagiosicinga-plugin-using-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Using Evolution with Exchange 2007</title>
		<link>http://blog.ich-wars-nicht.ch/2010/07/using-evolution-with-exchange-2007/</link>
		<comments>http://blog.ich-wars-nicht.ch/2010/07/using-evolution-with-exchange-2007/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 06:59:00 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Arbeitsalltag]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=2486</guid>
		<description><![CDATA[Today I tried configuring Evolution 2.28.3 with our MS Exchange 2007 server. Unfortunately, it did not work, the following error message was displayed: The server is running Exchange 5.5. Exchange Connector supports Microsoft Exchange 2000 and 2003 only. To be able to access Exchange 2007 anyways, install the evolution-mapi package (Ubuntu) and use the servertype [...]]]></description>
			<content:encoded><![CDATA[<p>Today I tried configuring Evolution 2.28.3 with our MS Exchange 2007 server. Unfortunately, it did not work, the following error message was displayed:</p>
<blockquote><p>   The server is running Exchange 5.5. Exchange Connector<br />
   supports Microsoft Exchange 2000 and 2003 only.</p></blockquote>
<p>To be able to access Exchange 2007 anyways, install the <code>evolution-mapi</code> package (Ubuntu) and use the servertype &#8220;Exchange MAPI&#8221; instead of &#8220;Microsoft Exchange&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2010/07/using-evolution-with-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Envy Code R</title>
		<link>http://blog.ich-wars-nicht.ch/2010/04/envy-code-r/</link>
		<comments>http://blog.ich-wars-nicht.ch/2010/04/envy-code-r/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 10:36:01 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Arbeitsalltag]]></category>
		<category><![CDATA[Programmieren]]></category>
		<category><![CDATA[envy code r]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[monospace]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=2305</guid>
		<description><![CDATA[Eine geniale Monospaced-Font die für den Gebrauch in einer Konsole oder zum Programmieren hervorragend geeignet ist: Envy Code R 7. Screenshot: Hinweis: Am besten sieht die Font mit ClearType-Antialiasing aus.]]></description>
			<content:encoded><![CDATA[<p>Eine geniale Monospaced-Font die für den Gebrauch in einer Konsole oder zum Programmieren hervorragend geeignet ist: <a href="http://damieng.com/blog/2008/05/26/envy-code-r-preview-7-coding-font-released">Envy Code R 7</a>.</p>
<p>Screenshot:</p>
<p><a href="http://images.damieng.com/blog/EnvyCodeR-PR7-Humane.png" class="thickbox"><img src="http://images.damieng.com/blog/EnvyCodeR-PR7-Humane.png" alt="Screenshot Envy Code R" style="width: 620px;" /></a></p>
<p class="clear">Hinweis: Am besten sieht die Font mit ClearType-Antialiasing aus.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2010/04/envy-code-r/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Platzfresser in der Linux Shell finden</title>
		<link>http://blog.ich-wars-nicht.ch/2010/02/platzfresser-in-der-linux-shell-finden/</link>
		<comments>http://blog.ich-wars-nicht.ch/2010/02/platzfresser-in-der-linux-shell-finden/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 13:49:35 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Arbeitsalltag]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Serveradministration]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux hacks]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[speicherplatz]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=2189</guid>
		<description><![CDATA[Um in der Linux Shell die 10 grössten Platzfresser im aktuellen Verzeichnis zu finden, füge folgenden Alias deiner ~/.profile hinzu: alias ducks='du -cks * &#124; sort -rn &#124; head -11' Resultat: Eine schöne, übersichtliche Liste, die den Total-Platzverbrauch wie auch die zehn grössten Speicherfresser auflistet. danilo@srv:/bin$ ducks 3768 insgesamt 692 bash 236 tar 196 ip [...]]]></description>
			<content:encoded><![CDATA[<p>Um in der Linux Shell die 10 grössten Platzfresser im aktuellen Verzeichnis zu finden, füge folgenden Alias deiner ~/.profile hinzu:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">ducks</span>=<span style="color: #ff0000;">'du -cks * | sort -rn | head -11'</span></pre></div></div>

<p>Resultat: Eine schöne, übersichtliche Liste, die den Total-Platzverbrauch wie auch die zehn grössten Speicherfresser auflistet.</p>

<div class="wp_syntax"><div class="code"><pre class="none" style="font-family:monospace;">danilo@srv:/bin$ ducks
3768    insgesamt
692     bash
236     tar
196     ip
152     nano
112     cpio
108     netstat
104     grep
96      vdir
96      ls
96      egrep</pre></div></div>

<p><em>(Quelle: Linux Server Hacks, O&#8217;Reilly, 2003, ISBN 3-89721-361-3)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2010/02/platzfresser-in-der-linux-shell-finden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Bilder aus Zwischenablage speichern</title>
		<link>http://blog.ich-wars-nicht.ch/2010/02/bilder-aus-zwischenablage-speichern/</link>
		<comments>http://blog.ich-wars-nicht.ch/2010/02/bilder-aus-zwischenablage-speichern/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 11:41:19 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Arbeitsalltag]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[bilder]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[clipboard]]></category>
		<category><![CDATA[clipboard2image]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[kopieren]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[zwischenablage]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=2174</guid>
		<description><![CDATA[Wer häufig beispielsweise Bilder aus Word-Dokus oder ähnlichen Quellen in Dateien abspeichern muss, kennt den mühsamen Workflow: Kopieren > Win+R > mspaint+Enter > Ctrl+V > Datei > Speichern > Dateityp ändern > Done. Ich dachte, das müsse doch einfacher gehen. Basierend auf diesem Artikel habe ich mir daher ein Tool in C# geschrieben. Das Tool [...]]]></description>
			<content:encoded><![CDATA[<p>Wer häufig beispielsweise Bilder aus Word-Dokus oder ähnlichen Quellen in Dateien abspeichern muss, kennt den mühsamen Workflow: <em>Kopieren > Win+R > mspaint+Enter > Ctrl+V > Datei > Speichern > Dateityp ändern > Done</em>. Ich dachte, das müsse doch einfacher gehen. Basierend auf <a href="http://www.csharphelp.com/2007/05/save-picture-from-clipboard-to-file-using-c/">diesem Artikel </a>habe ich mir daher ein Tool in C# geschrieben.</p>
<p>Das Tool speichert Bilddaten aus der Zwischenablage direkt auf den Desktop oder in einen gewählten Ordner. Unterstützte Dateitypen: png, jpg, gif, bmp</p>
<p><img src="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/02/screenshot_clipboard2image.png" alt="Screenshot Clipboard2Image" title="Screenshot Clipboard2Image" width="295" height="146" class="alignnone size-full wp-image-2158" /></p>
<p class="clear">Weitere Infos und Download <a href="/clipboard2image/">hier</a> oder auf der <a href="http://github.com/gwrtheyrn/Clipboard2Image">Github-Projektseite</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2010/02/bilder-aus-zwischenablage-speichern/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>37 Tested Regular Expressions</title>
		<link>http://blog.ich-wars-nicht.ch/2010/02/37-tested-regular-expressions/</link>
		<comments>http://blog.ich-wars-nicht.ch/2010/02/37-tested-regular-expressions/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 10:53:04 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Arbeitsalltag]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=2119</guid>
		<description><![CDATA[Gefunden auf virtuosimedia.com: 37 Tested PHP, Perl, and JavaScript Regular Expressions]]></description>
			<content:encoded><![CDATA[<p>Gefunden auf virtuosimedia.com: <a href="http://www.virtuosimedia.com/tutorials/37-tested-php-perl-and-javascript-regular-expressions">37 Tested PHP, Perl, and JavaScript Regular Expressions</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2010/02/37-tested-regular-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Code Quality Measurement</title>
		<link>http://blog.ich-wars-nicht.ch/2009/11/code-quality-measurement/</link>
		<comments>http://blog.ich-wars-nicht.ch/2009/11/code-quality-measurement/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 09:06:30 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Arbeitsalltag]]></category>
		<category><![CDATA[Cartoons]]></category>
		<category><![CDATA[Witziges]]></category>
		<category><![CDATA[code quality]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[what the fuck]]></category>
		<category><![CDATA[wtf]]></category>
		<category><![CDATA[wtfm]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=1974</guid>
		<description><![CDATA[The only valid measurement of code quality: WTFs/minute]]></description>
			<content:encoded><![CDATA[<p>The only valid measurement of code quality: WTFs/minute</p>
<p><img src="http://blog.ich-wars-nicht.ch/wp-content/uploads/2009/11/wtfm.jpg" alt="wtfm" title="wtfm" width="500" height="471" class="alignnone size-full wp-image-1975" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2009/11/code-quality-measurement/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Kaffee Nachfüllen</title>
		<link>http://blog.ich-wars-nicht.ch/2009/10/kaffee-nachfullen/</link>
		<comments>http://blog.ich-wars-nicht.ch/2009/10/kaffee-nachfullen/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 08:35:31 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Arbeitsalltag]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Kurioses]]></category>
		<category><![CDATA[büro]]></category>
		<category><![CDATA[drucker]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[insert coin]]></category>
		<category><![CDATA[kaffee nachfüllen]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=1935</guid>
		<description><![CDATA[Dank rouge bin ich auf ein lustiges Script gestossen, welches ich natürlich gleich auf unserem Büro-HP-Laserdrucker ausprobieren musste. Mit dem ersten Resultat&#8230; &#8230;war ich allerdings nicht ganz zufrieden, das hier hat mir dann schon besser gepasst. Nach dem Wochenende wars allerdings wieder weg, möglicherweise durch das Abstellen des Stromes. Schade dass die Änderung nicht permanent [...]]]></description>
			<content:encoded><![CDATA[<p>Dank <a href="http://www.rouge.ch/blog/insert-coin/">rouge</a> bin ich auf ein <a href="http://kovaya.com/miscellany/2007/10/insert-coin.html">lustiges Script</a> gestossen, welches ich natürlich gleich auf unserem Büro-HP-Laserdrucker ausprobieren musste. Mit dem ersten Resultat&#8230;</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2009/10/Nokia008.jpg" class="thickbox"><img src="http://blog.ich-wars-nicht.ch/wp-content/uploads/2009/10/Nokia008-225x300.jpg" alt="Nokia008" title="Nokia008" width="225" height="300" class="alignnone size-medium wp-image-1937" /></a></p>
<p class="clear">&#8230;war ich allerdings nicht ganz zufrieden, das hier hat mir dann schon besser gepasst.</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2009/10/Nokia016.jpg" class="thickbox"><img src="http://blog.ich-wars-nicht.ch/wp-content/uploads/2009/10/Nokia016-225x300.jpg" alt="Nokia016" title="Nokia016" width="225" height="300" class="alignnone size-medium wp-image-1936" /></a></p>
<p class="clear">Nach dem Wochenende wars allerdings wieder weg, möglicherweise durch das Abstellen des Stromes. Schade dass die Änderung nicht permanent ist&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2009/10/kaffee-nachfullen/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Failed. Reason: Success</title>
		<link>http://blog.ich-wars-nicht.ch/2009/09/failed-reason-success/</link>
		<comments>http://blog.ich-wars-nicht.ch/2009/09/failed-reason-success/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 15:48:49 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Arbeitsalltag]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Witziges]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fehlermeldung]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[reason]]></category>
		<category><![CDATA[success]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=1904</guid>
		<description><![CDATA[Haha, wiedermal eine Top-Fehlermeldung: The following port(s) failed to bind: 1. Address: localhost,192.168.1.90:6667 Reason: Success]]></description>
			<content:encoded><![CDATA[<p>Haha, wiedermal eine Top-Fehlermeldung:</p>

<div class="wp_syntax"><div class="code"><pre class="none" style="font-family:monospace;">The following port(s) failed to bind:
1.   Address: localhost,192.168.1.90:6667   Reason: Success</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2009/09/failed-reason-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>
