<?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>www.7bf.de - Blog</title>
	<atom:link href="http://www.7bf.de/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.7bf.de</link>
	<description>about... Things...</description>
	<lastBuildDate>Mon, 25 Jan 2010 23:30:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Blog-Spam &#8211; Part II</title>
		<link>http://www.7bf.de/?p=248</link>
		<comments>http://www.7bf.de/?p=248#comments</comments>
		<pubDate>Mon, 25 Jan 2010 23:29:27 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[just....]]></category>

		<guid isPermaLink="false">http://www.7bf.de/?p=248</guid>
		<description><![CDATA[Hi @ll,
yesterday I received around 70 spam comments and over 20 since midnight.
Therefore I disabled the comment function temporarily&#8230;
Sorry for that!
regards
Christian
]]></description>
			<content:encoded><![CDATA[<p>Hi @ll,</p>
<p>yesterday I received around 70 spam comments and over 20 since midnight.</p>
<p>Therefore I disabled the comment function temporarily&#8230;</p>
<p>Sorry for that!</p>
<p>regards</p>
<p>Christian</p>
]]></content:encoded>
			<wfw:commentRss>http://www.7bf.de/?feed=rss2&amp;p=248</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog-Spam</title>
		<link>http://www.7bf.de/?p=244</link>
		<comments>http://www.7bf.de/?p=244#comments</comments>
		<pubDate>Fri, 22 Jan 2010 21:54:19 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[just....]]></category>

		<guid isPermaLink="false">http://www.7bf.de/?p=244</guid>
		<description><![CDATA[Hi @ll,
the last days I received lots of spam-comments in my blog.
Therefore I decided, to disable automatic comment publishing.
So, please don&#8217;t wonder about that you can&#8217;t see your comment right after you posted it&#8230; I have to approve it before publishing&#8230;
Sorry for that, but I hate spammers!!
regards,
Christian
]]></description>
			<content:encoded><![CDATA[<p>Hi @ll,</p>
<p>the last days I received lots of spam-comments in my blog.</p>
<p>Therefore I decided, to disable automatic comment publishing.</p>
<p>So, please don&#8217;t wonder about that you can&#8217;t see your comment right after you posted it&#8230; I have to approve it before publishing&#8230;</p>
<p>Sorry for that, but I hate spammers!!</p>
<p>regards,</p>
<p>Christian</p>
]]></content:encoded>
			<wfw:commentRss>http://www.7bf.de/?feed=rss2&amp;p=244</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Der Spruch des Tages :-)</title>
		<link>http://www.7bf.de/?p=239</link>
		<comments>http://www.7bf.de/?p=239#comments</comments>
		<pubDate>Thu, 17 Dec 2009 22:07:27 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.7bf.de/?p=239</guid>
		<description><![CDATA[Hi @ll,
sitze gerade noch bei nem Kunden und ein Kollege brachte meinen persönlichen Spruch des Tages (wenn auch nicht auf diesen Kunden bezogen):
Gestern standen wir am Abgrund.
Heute sind wir einen Schritt weiter!
In diesem Sinne  
Gruß
christian
]]></description>
			<content:encoded><![CDATA[<p>Hi @ll,</p>
<p>sitze gerade noch bei nem Kunden und ein Kollege brachte meinen persönlichen Spruch des Tages (wenn auch nicht auf diesen Kunden bezogen):</p>
<blockquote><p>Gestern standen wir am Abgrund.<br />
Heute sind wir einen Schritt weiter!</p></blockquote>
<p>In diesem Sinne <img src='http://www.7bf.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Gruß<br />
christian</p>
]]></content:encoded>
			<wfw:commentRss>http://www.7bf.de/?feed=rss2&amp;p=239</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>safely clean up a harddisk</title>
		<link>http://www.7bf.de/?p=230</link>
		<comments>http://www.7bf.de/?p=230#comments</comments>
		<pubDate>Tue, 15 Dec 2009 07:30:12 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[shred]]></category>

		<guid isPermaLink="false">http://www.7bf.de/?p=230</guid>
		<description><![CDATA[Hi out there,
these days I wanted to safely delete the harddisk of my Root-Server, because I abrogated it.
So I asked Google for some information to safely delete everything on the harddisk. I found an artikel on the german newssite Pro-Linux [1].
The command
shred -n 35 /dev/hda
will overwrite the harddisk /dev/hda 35 times with random data.
If you [...]]]></description>
			<content:encoded><![CDATA[<p>Hi out there,</p>
<p>these days I wanted to safely delete the harddisk of my Root-Server, because I abrogated it.</p>
<p>So I asked Google for some information to safely delete everything on the harddisk. I found an artikel on the german newssite Pro-Linux [1].</p>
<p>The command</p>
<blockquote><p>shred -n 35 /dev/hda</p></blockquote>
<p>will overwrite the harddisk <em>/dev/hda</em> 35 times with random data.</p>
<p>If you aren&#8217;t so paranoid, you can use the default</p>
<blockquote><p>shred /dev/hda</p></blockquote>
<p>this will overwrite the harddisk 25 times.</p>
<p>If you are really paranoid and think, <em>more ist better</em>, don&#8217;t use &#8220;-n 100&#8243; if you haven&#8217;t the time to wait&#8230;<br />
My Root-Server has a <strong>80 GByte</strong> harddisk and needed <strong>28 hours</strong> to overwrite the disk 25 times&#8230;</p>
<p>Little tip at the end: You can safely remove single files from a harddisk with shred, too. Just run</p>
<blockquote><p>shred -u /folder/file</p></blockquote>
<p>this will overwrite the file <em>file</em> in <em>/folder</em> 25 times and remove it at the end of the process.<br />
Sure, you can change the value, how often the file should be overwritten by using the &#8220;-n&#8221; parameter (see above).</p>
<p>bye,<br />
christian</p>
<p>[1] <a href="http://www.pro-linux.de/news/2003/5665.html" target="_blank">http://www.pro-linux.de/news/2003/5665.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.7bf.de/?feed=rss2&amp;p=230</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>my own CA for .7bf.de</title>
		<link>http://www.7bf.de/?p=182</link>
		<comments>http://www.7bf.de/?p=182#comments</comments>
		<pubDate>Mon, 14 Dec 2009 00:10:08 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[just....]]></category>

		<guid isPermaLink="false">http://www.7bf.de/?p=182</guid>
		<description><![CDATA[Hi @ll,
I created my own CA, because I don&#8217;t like it to save every certificate of every website I host on my machines&#8230;
Therefore: If anyone need it, here it is: CA_7bf_de.pem
bye,
christian
The guide, how you can create your own CA will follow, if anyone asks&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Hi @ll,</p>
<p>I created my own CA, because I don&#8217;t like it to save every certificate of every website I host on my machines&#8230;</p>
<p>Therefore: If anyone need it, here it is: <a href="http://www.7bf.de/wp-content/uploads/CA_7bf_de.pem" target="_blank">CA_7bf_de.pem</a></p>
<p>bye,<br />
christian</p>
<p>The guide, how you can create your own CA will follow, if anyone asks&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.7bf.de/?feed=rss2&amp;p=182</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nagios3 unter Ubuntu 9.10</title>
		<link>http://www.7bf.de/?p=96</link>
		<comments>http://www.7bf.de/?p=96#comments</comments>
		<pubDate>Fri, 11 Dec 2009 19:28:40 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.7bf.de/?p=96</guid>
		<description><![CDATA[Hi @ll,
während der Installations- und Einrichtungs-Phase meiner neuen Server habe ich mir auch einen Nagios-Server gegönnt  
Diesen konnte ich unter Ubuntu quasi Out-of-the-Box per aptitude installieren, ohne zusätzliche Repositories angeben zu müssen.
Nur ein kleines Manko hatte das ganze:
Nagios bietet die Möglichkeit, einen Service-Check nicht erst zur geplanten Zeit auszuführen, sondern zu einer anderen. Dies [...]]]></description>
			<content:encoded><![CDATA[<p>Hi @ll,</p>
<p>während der Installations- und Einrichtungs-Phase meiner neuen Server habe ich mir auch einen Nagios-Server gegönnt <img src='http://www.7bf.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Diesen konnte ich unter Ubuntu quasi Out-of-the-Box per aptitude installieren, ohne zusätzliche Repositories angeben zu müssen.</p>
<p>Nur ein kleines Manko hatte das ganze:<br />
Nagios bietet die Möglichkeit, einen Service-Check nicht erst zur geplanten Zeit auszuführen, sondern zu einer anderen. Dies kann über das Webfrontend geschehen.<br />
In der Ubuntu-Installation ist ein &#8220;Re-Schedule&#8221; jedoch nicht möglich.</p>
<p>Nach ein bisschen Google fand ich einen Beitrag [1], welcher genau dieses Problem unter Debian Etch beschreibt.</p>
<p>Also folgendes ausgeführt:</p>
<blockquote><p>/etc/init.d/nagios3 stop<br />
dpkg-statoverride &#8211;update &#8211;add nagios www-data 2710 /var/lib/nagios3/rw<br />
dpkg-statoverride &#8211;update &#8211;add nagios nagios 751 /var/lib/nagios3<br />
/etc/init.d/nagios3 start</p></blockquote>
<p>Und alles lief wie gewollt <img src='http://www.7bf.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Gruß<br />
c</p>
<p>[1] <a href="http://blog.devnu11.net/2008/04/nagios3-debian-etch-pakete/" target="_blank">http://blog.devnu11.net/2008/04/nagios3-debian-etch-pakete/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.7bf.de/?feed=rss2&amp;p=96</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>neuer Blog</title>
		<link>http://www.7bf.de/?p=92</link>
		<comments>http://www.7bf.de/?p=92#comments</comments>
		<pubDate>Fri, 11 Dec 2009 17:29:59 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[just....]]></category>

		<guid isPermaLink="false">http://www.7bf.de/?p=92</guid>
		<description><![CDATA[Hi @ll,
neuer Webserver, neues Glück  
Wurde Zeit, dass ich mal von Flatpress zu Wordpress wechsle&#8230;
Leider ist die Migration nicht so einfach&#8230;
Die Quellen der alten Blog-Einträge lesen und als neuen Post in Wordpress einfügen.
Wenigstens kann Wordpress auch das Publish-Date setzen, damit die Posts nicht alle von heute sind, sondern von dem Tag, an dem Sie [...]]]></description>
			<content:encoded><![CDATA[<p>Hi @ll,</p>
<p>neuer Webserver, neues Glück <img src='http://www.7bf.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Wurde Zeit, dass ich mal von Flatpress zu Wordpress wechsle&#8230;</p>
<p>Leider ist die Migration nicht <em>so einfach</em>&#8230;</p>
<p>Die Quellen der alten Blog-Einträge lesen und als neuen Post in Wordpress einfügen.<br />
Wenigstens kann Wordpress auch das Publish-Date setzen, damit die Posts nicht alle von heute sind, sondern von dem Tag, an dem Sie ursprünglich gemacht wurden. <img src='http://www.7bf.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Gruß<br />
c</p>
]]></content:encoded>
			<wfw:commentRss>http://www.7bf.de/?feed=rss2&amp;p=92</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reise von Polen nach Bielefeld</title>
		<link>http://www.7bf.de/?p=90</link>
		<comments>http://www.7bf.de/?p=90#comments</comments>
		<pubDate>Tue, 17 Nov 2009 19:41:48 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Traveling]]></category>

		<guid isPermaLink="false">http://www.7bf.de/?p=90</guid>
		<description><![CDATA[Hi @ll,
die letzten zwei Tage waren sehr sportlich&#8230;
Am Montag bin ich um 9:30 von Bielefeld nach Berlin und von dort aus weiter nach Posen (oder Poszna) in Polen gefahren um mit einem Kunden zusammen eine Begehung durchzuführen.
Heute stand die Rückreise auf dem Plan&#8230;
Geplant war die Abreise um 15:40h von Posen über Berlin und die Ankunft [...]]]></description>
			<content:encoded><![CDATA[<p>Hi @ll,</p>
<p>die letzten zwei Tage waren sehr sportlich&#8230;</p>
<p>Am Montag bin ich um 9:30 von Bielefeld nach Berlin und von dort aus weiter nach Posen (oder Poszna) in Polen gefahren um mit einem Kunden zusammen eine Begehung durchzuführen.</p>
<p>Heute stand die Rückreise auf dem Plan&#8230;<br />
Geplant war die Abreise um 15:40h von Posen über Berlin und die Ankunft in Bielefeld gegen 22:20.<br />
<strong>Haste gedacht!</strong><br />
Der Zug in Posen kam einfach nicht. Die Anzeigetafeln zeigten <em>NICHTS</em> und da auch niemand in der Lage war deutsch oder englisch zu sprechen, haben wir uns ein Taxi gesucht.<br />
Dieses sollte uns dann nach Frankfurt/Oder fahren, damit wir von dort aus weiter nach Berlin/Biefeleld fehren können. Es wäre sogar eine Stunde später noch ein Zug möglich gewesen.</p>
<p>Doch erstens kommt es anders und zweitens als man denkt!</p>
<p>Wir waren knapp 10 Minuten zu spät für den letzten Zug und sind dann mit einer Bummelbahn bis Berlin Ostbahnhof gefahren.<br />
Hier sitzen wir nun, in der Hoffnung, dass der Zug um 0:22 wirklich fährt.<br />
Demnach sind wir dann um <strong>3:56</strong> in Bielefeld&#8230;</p>
<p>Ich persönlich finde das reichlich sportlich&#8230; zumindest bin ich gegen 4:45/5:00 Uhr im Bett&#8230;</p>
<p>Das einzig brauchbare daran ist:<br />
1) der Kunde ist nett und versteht Spass<br />
2) meine Frau holt mich trotz der Uhrzeit ab<br />
3) mein Geschäftsführer hat genehmigt, dass ich am nächsten Tag erst gegen 13/14 Uhr aufschlagen muss</p>
<p>Sollte jemals jemand eine Reise in Richtung Polen antreten, die etwas weiter hinter die deutsche Grenze führt:<br />
1) nicht davon ausgehen, dass dort deutsch oder englisch gesprochen wird<br />
2) mit dem Auto oder Flugzeug bewegen, dass ist <em>einfacher</em></p>
<p>Gruß,<br />
c</p>
]]></content:encoded>
			<wfw:commentRss>http://www.7bf.de/?feed=rss2&amp;p=90</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rsync via ssh über einen nicht-Standard Port</title>
		<link>http://www.7bf.de/?p=88</link>
		<comments>http://www.7bf.de/?p=88#comments</comments>
		<pubDate>Mon, 02 Nov 2009 15:05:18 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.7bf.de/?p=88</guid>
		<description><![CDATA[Hi @ll,
wer seinen SSH-Port auf einen &#8220;nicht-Standard&#8221;-Port (alles ausser 22) ändert, wird mit rsync &#8211;rsh ssh ein Problem bekommen, da rsync per default Port 22 verwendet.
Um aus dieser Miesere heraus zu kommen, gibt es einen Weg, den Port als Parameter zu übergeben, sodass am Ende nochfolgendes herauskommt (in diesem Beispiel synce ich mit Benutzer &#8220;hans&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Hi @ll,</p>
<p>wer seinen SSH-Port auf einen &#8220;nicht-Standard&#8221;-Port (alles ausser 22) ändert, wird mit <em>rsync &#8211;rsh ssh</em> ein Problem bekommen, da rsync per default Port 22 verwendet.</p>
<p>Um aus dieser Miesere heraus zu kommen, gibt es einen Weg, den Port als Parameter zu übergeben, sodass am Ende nochfolgendes herauskommt (in diesem Beispiel synce ich mit Benutzer &#8220;hans&#8221; am Server &#8220;someserver&#8221; über Port &#8220;123&#8243; das lokale Verzeichnis &#8220;~/mydir/&#8221; mit dem entfernten Verzeichnis &#8220;/srv/otherdir/&#8221;):</p>
<blockquote><p>rsync &#8211;rsh=&#8217;ssh -p123&#8242; ~/somedir/ hans@someserver:/srv/otherdir/</p></blockquote>
<p>in Kurzform sieht das dann eher so aus:</p>
<blockquote><p>rsync -e &#8217;ssh -p123&#8242; ~/somedir/ hans@someserver:/srv/otherdir/</p></blockquote>
<p>Gruß,<br />
c</p>
]]></content:encoded>
			<wfw:commentRss>http://www.7bf.de/?feed=rss2&amp;p=88</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simple routing between different networks</title>
		<link>http://www.7bf.de/?p=86</link>
		<comments>http://www.7bf.de/?p=86#comments</comments>
		<pubDate>Mon, 17 Aug 2009 20:12:48 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.7bf.de/?p=86</guid>
		<description><![CDATA[Hi @ll,
some people asked me, how to route between two or three networks.
To realize this as easy as possible, just run the following:
echo 1 &#62; /proc/sys/net/ipv4/ip_forward
This will activate routing betweend all connected networks.
But you should know:
This way of routing will route every kind of traffic.
If you want to differ allowed and denied traffic, you might [...]]]></description>
			<content:encoded><![CDATA[<p>Hi @ll,</p>
<p>some people asked me, how to route between two or three networks.<br />
To realize this as easy as possible, just run the following:</p>
<blockquote><p>echo 1 &gt; /proc/sys/net/ipv4/ip_forward</p></blockquote>
<p>This will activate routing betweend <strong>all</strong> connected networks.</p>
<p><strong>But</strong> you should know:<br />
This way of routing will route every kind of traffic.<br />
If you want to differ allowed and denied traffic, you might use <em>iptales</em>.</p>
<p>regards,<br />
c</p>
]]></content:encoded>
			<wfw:commentRss>http://www.7bf.de/?feed=rss2&amp;p=86</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
