<?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>Adminblog</title>
	<atom:link href="http://adminblog.ch/feed/" rel="self" type="application/rss+xml" />
	<link>http://adminblog.ch</link>
	<description>another blog of a sysadmin</description>
	<lastBuildDate>Thu, 02 Sep 2010 10:42:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Anmeldung Admincamp #8</title>
		<link>http://adminblog.ch/2010/09/anmeldung-admincamp-8/</link>
		<comments>http://adminblog.ch/2010/09/anmeldung-admincamp-8/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 10:40:52 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=912</guid>
		<description><![CDATA[Kurzinformationen: Thema: Subnetting und Routing Crashkurs Ort: Siat, Graubünden Datum: 25. &#8211; 26. September 2010 Beginn: 12:00 Uhr Ende: gegen 15:00 Uhr]]></description>
			<content:encoded><![CDATA[<p align='center'><b>Event Registration for </b></p><table width='100%'><td></table><table width='500'><td><SCRIPT>



function echeck(str) {
		var at="@"
		var dot="."
		var em = ""
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
		if (str.indexOf(at)==-1){
		    return false;
		    }

		if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		    return false;
		    
		}

		if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		     return false;
		}

		 if (str.indexOf(at,(lat+1))!=-1){
		      return false;
		 }

		 if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		     return false;
		 }

		 if (str.indexOf(dot,(lat+2))==-1){
		    return false;
		 }
		
		 if (str.indexOf(" ")!=-1){
		    return false;
		 }

 		 return true;					
}


function validateForm(form) { 
	
var msg = "";

if (form.fname.value == "") {  msg += "\n " +"Please enter your first name."; 
   		form.fname.focus( ); 
   	 }
if (form.lname.value == "") {  msg += "\n " +"Please enter your last name."; 
   		form.lname.focus( ); 
   		}
	
if (echeck(form.email.value)==false){
		msg += "\n " + "Email format not correct!";
		}
		
if (form.phone.value == "") {  msg += "\n " +"Please enter your phone number."; 
   		form.phone.focus( ); 
   		}
if (form.address.value == "") {  msg += "\n " +"Please enter your address."; 
   		form.address.focus( ); 
   		}
if (form.city.value == "") {  msg += "\n " +"Please enter your city."; 
   		form.city.focus( ); 
   		}  
 
if (form.state.value == "") { msg += "\n " + "Please enter your state."; 
   		form.state.focus( ); 
   	 }
if (form.zip.value == "") {  msg += "\n " +"Please enter your zip code."; 
   		form.zip.focus( ); 
   		 }
    
//Validate Extra Questions
function trim(s) {if (s) {return s.replace(/^\s*|\s*$/g,"");} return null;}
				
	var inputs = form.getElementsByTagName("input");
	var e;

//Start Extra Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
	
		if (e.type == "text" && e.title && !value && e.className == "r")
		{msg += "\n " + e.title;}
		
	
	if ((e.type == "radio" || e.type == "checkbox") && e.className == "r") {
				var rd =""
				var controls = form.elements;
				function getSelectedControl(group) 
					{
					for (var i = 0, n = group.length; i < n; ++i)
						if (group[i].checked) return group[i];
						return null;
					}
				if (!getSelectedControl(controls[e.name]))
								{msg += "\n " + e.title;}
			} 
			

	}

	var inputs = form.getElementsByTagName("textarea");
	var e;
	
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if (!value && e.className == "r")
		{msg += "\n " + e.title;}
	}
	var inputs = form.getElementsByTagName("select");
	var e;
	
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if ((!value || value =='') && e.className == "r")
		{msg += "\n " + e.title;}
	}

if (msg.length > 0) {
			msg = "The following fields need to be completed before you can submit.\n\n" + msg;
			alert(msg);
			return false;
		}
	
	return true;   

}



</SCRIPT>

</td>
<tr>
	<td>
	<form method="post"
		action="/feed/"
		onSubmit="return validateForm(this)">
	<p align="left"><b>First Name: <br />
	<input tabIndex="1" maxLength="40" size="47" name="fname"></b></p>
	<p align="left"><b>Last Name:<br />
	<input tabIndex="2" maxLength="40" size="47" name="lname"></b></p>
	<p align="left"><b>E-Mail:<br />
	<input tabIndex="3" maxLength="40" size="47" name="email"></b></p>
	<p align="left"><b>Phone:<br />
	<input tabIndex="4" maxLength="20" size="25" name="phone"></b></p>
	<p align="left"><b>Street:<br />
	<input tabIndex="5" maxLength="35" size="49" name="address"></b></p>
	<p align="left"><b>City:<br />
	<input tabIndex="6" maxLength="25" size="35" name="city"> </b></p>
<p align="left"><b>State or province:<br />
	<input tabIndex="7" maxLength="20" size="18" name="state"></b></p>
 	
	<p align="left"><b>Zip:<br />
	<input tabIndex="8" maxLength="10" size="15" name="zip"></b></p>


		<input type="hidden" name="regevent_action" value="post_attendee"> <input
		type="hidden" name="event_id" value="">
	<p align="center"><input type="submit" name="Submit" value="Submit"> <font
		color="#FF0000"><b>(Only click the Submit Button Once)</b></font>
	
	</form>
	</td>
</tr>
</table>
</body>
<p>Kurzinformationen:<br />
Thema: Subnetting und Routing Crashkurs</p>
<p>Ort: Siat, Graubünden<br />
Datum: 25. &#8211; 26. September 2010<br />
Beginn: 12:00 Uhr<br />
Ende: gegen 15:00 Uhr<br />
<span id="more-912"></span></p>

]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/09/anmeldung-admincamp-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geschützt: Independence Day 2010</title>
		<link>http://adminblog.ch/2010/07/independence-day-2010/</link>
		<comments>http://adminblog.ch/2010/07/independence-day-2010/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 18:44:08 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=900</guid>
		<description><![CDATA[Es gibt keine Kurzfassung, da dies ein geschützter Artikel ist.]]></description>
			<content:encoded><![CDATA[<form action="http://adminblog.ch/wp-pass.php" method="post">
<p>Dieser Artikel ist durch ein Passwort geschützt. <br />Um ihn anzusehen, trage es bitte hier ein:</p>
<p><label for="pwbox-900">Passwort:<br />
<input name="post_password" id="pwbox-900" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Senden" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/07/independence-day-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsim Adapter verfügbar</title>
		<link>http://adminblog.ch/2010/06/microsim-adapter-verfugbar/</link>
		<comments>http://adminblog.ch/2010/06/microsim-adapter-verfugbar/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 08:03:34 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Microsim]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=887</guid>
		<description><![CDATA[Nehmen wir mal an, Otto Normalverbraucher kauft ein iPad. Was braucht er nun? Genau: Eine Mikrosim. Viele Leute haben bereits einen Surfstick und wollen diese Simkarte weiterverwenden. Nun muss sie zugeschnitten werden, was viele Leute dabei ärgert, ist das die Simkarte nicht mehr verwendbar ist fürs Notebook. Doch dies lässt sich ändern &#8211; mit einem [...]]]></description>
			<content:encoded><![CDATA[<p>Nehmen wir mal an, Otto Normalverbraucher kauft ein iPad. Was braucht er nun? Genau: Eine Mikrosim. Viele Leute haben bereits einen Surfstick und wollen diese Simkarte weiterverwenden. Nun muss sie zugeschnitten werden, was viele Leute dabei ärgert, ist das die Simkarte nicht mehr verwendbar ist fürs Notebook. Doch dies lässt sich ändern &#8211; mit einem Microsim Adapter!</p>
<p>So sieht ein Microsim Adapter aus:<br />
<a href="http://adminblog.ch/wp-content/uploads/2010/06/adapter.jpg"><img src="http://adminblog.ch/wp-content/uploads/2010/06/adapter-150x150.jpg" alt="" title="Adapter" width="150" height="150" class="alignnone size-thumbnail wp-image-888" /></a></p>
<p>So eine (erster Versuch, zu viel abgeschnitten. man muss bei der abgekanteten seite mehr platz lassen, sieht man dann gut!)<br />
<a href="http://adminblog.ch/wp-content/uploads/2010/06/zugeschnittene_Sim.jpg"><img src="http://adminblog.ch/wp-content/uploads/2010/06/zugeschnittene_Sim-150x150.jpg" alt="" title="zugeschnittene_Sim" width="150" height="150" class="alignnone size-thumbnail wp-image-890" /></a></p>
<p>So sieht das dann im iPad aus:<br />
<a href="http://adminblog.ch/wp-content/uploads/2010/06/sim_IPAD.jpg"><img src="http://adminblog.ch/wp-content/uploads/2010/06/sim_IPAD-150x150.jpg" alt="" title="sim_IPAD" width="150" height="150" class="alignnone size-thumbnail wp-image-891" /></a></p>
<p>und so kommt das dann raus wenn man die Sim zusamensetzt mit dem Adapter, um z.b in meinem Huawei wieder zu funktionieren:<br />
<a href="http://adminblog.ch/wp-content/uploads/2010/06/kombiniert.jpg"><img src="http://adminblog.ch/wp-content/uploads/2010/06/kombiniert-150x150.jpg" alt="" title="kombiniert" width="150" height="150" class="alignnone size-thumbnail wp-image-892" /></a><br />
Der Abstand unten ist dem zuviel-Abschneiden geschuldet. Ich weiss jetzt wie viel es braucht!</p>
<p>Ich habe Microsim Adapter verfügbar und kann auch helfen, die normale Simkarte zuzuschneiden!</p>
<p><strong>GLEICH BESTELLEN:<br />
</strong><br />
<object><form method="post"  action="" style="display:inline" onsubmit="return ReadForm(this, true);"><input type="submit" value="Add to Cart" /><input type="hidden" name="product" value="Microsim Adapter" /><input type="hidden" name="price" value="5.00" /><input type="hidden" name="product_tmp" value="Microsim Adapter" /><input type="hidden" name="cartLink" value="http://adminblog.ch/feed/" /><input type="hidden" name="addcart" value="1" /></form></object></p>
<p>Oder hinterlassen Sie mir einen Kommentar und ich melde mich!</p>
<p>Vielen Dank an Stephan Pannhorst von der Cairon Group GmbH für das Zur-Verfügung-Stellens der Microsim Adapter!</p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/06/microsim-adapter-verfugbar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zensur ist das gleiche wie die Bremse im Auto</title>
		<link>http://adminblog.ch/2010/05/zensur-ist-das-gleiche-wie-die-bremse-im-auto/</link>
		<comments>http://adminblog.ch/2010/05/zensur-ist-das-gleiche-wie-die-bremse-im-auto/#comments</comments>
		<pubDate>Sun, 30 May 2010 16:28:56 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>
		<category><![CDATA[piratenpartei]]></category>
		<category><![CDATA[politisches]]></category>
		<category><![CDATA[südafrika]]></category>
		<category><![CDATA[zensur]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=884</guid>
		<description><![CDATA[Genialer Kracher, den die Südafrikaner grad ablassen. Die vergleichen jetzt ohne Witz eine elementare Sicherheitsmassnahme wie Gurte und Bremsen mit ihrer geplanter Zensur. Beim Computer wäre das gleiche zur Bremse wohl der Antivirus oder die Firewall. Und nicht eine Staatliche Zensur! Zitat (auf golem.de gefunden): &#8220;Autos sind bereits mit Bremsen und Sicherheitsgurten versehen. Es gibt [...]]]></description>
			<content:encoded><![CDATA[<p>Genialer Kracher, den die Südafrikaner grad ablassen. Die vergleichen jetzt ohne Witz eine elementare Sicherheitsmassnahme wie Gurte und Bremsen mit ihrer geplanter Zensur. Beim Computer wäre das gleiche zur Bremse wohl der Antivirus oder die Firewall. Und nicht eine Staatliche Zensur!</p>
<p>Zitat (auf golem.de gefunden):</p>
<blockquote><p>
&#8220;Autos sind bereits mit Bremsen und Sicherheitsgurten versehen. Es gibt keinen Grund, warum Internetzugänge bereitgestellt werden sollten, ohne die vorgesehenen notwendigen restriktiven Mechanismen zu nutzen&#8221;
</p></blockquote>
<p><strong>Links:<br />
</strong></p>
<ul>
<li><a href="http://www.golem.de/1005/75435.html">Artikel auf Golem.de</a></li>
<li><a href="http://news.bbc.co.uk/2/hi/technology/10180937.stm">Quelle dieses Artikels, nterview auf BBC</a></li>
<li><a href="http://www.heise.de/newsticker/meldung/Suedafrika-plant-Internetsperren-zum-Filtern-von-Pornografie-1010646.html">Artikel auf Heise.de</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/zensur-ist-das-gleiche-wie-die-bremse-im-auto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Büpf</title>
		<link>http://adminblog.ch/2010/05/bupf/</link>
		<comments>http://adminblog.ch/2010/05/bupf/#comments</comments>
		<pubDate>Wed, 26 May 2010 19:31:17 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=880</guid>
		<description><![CDATA[aus aktuellem Anlass: Woz Artikel Am Ende des Artikels wurde noch das Interview mit mir eingebunden. Wer sich auch bzgl der Revision des Büpf wehren will, bitte mich kontaktieren!]]></description>
			<content:encoded><![CDATA[<p>aus aktuellem Anlass:<br />
<a href="http://www.woz.ch/artikel/2010/nr21/schweiz/19369.html">Woz Artikel</a><br />
Am Ende des Artikels wurde noch das Interview mit mir eingebunden. Wer sich auch bzgl der Revision des Büpf wehren will, bitte mich kontaktieren! </p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/bupf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anmeldung fürs Admincamp #7 offen!</title>
		<link>http://adminblog.ch/2010/05/anmeldung-furs-admincamp-7-offen/</link>
		<comments>http://adminblog.ch/2010/05/anmeldung-furs-admincamp-7-offen/#comments</comments>
		<pubDate>Mon, 24 May 2010 18:04:07 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>
		<category><![CDATA[admincamp]]></category>
		<category><![CDATA[registrierung]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=875</guid>
		<description><![CDATA[Kurzzusammenfassung: Thema: IPv6 Ort: Frauenfeld, Bahnhofstrasse 85 Datum: 19+20 Juni 2010, Beginn ab 10:00 Morgens am Samstag Anmeldung nach dem Unterbruch:]]></description>
			<content:encoded><![CDATA[<p align='center'><b>Event Registration for </b></p><table width='100%'><td></table><table width='500'><td><SCRIPT>



function echeck(str) {
		var at="@"
		var dot="."
		var em = ""
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
		if (str.indexOf(at)==-1){
		    return false;
		    }

		if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		    return false;
		    
		}

		if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		     return false;
		}

		 if (str.indexOf(at,(lat+1))!=-1){
		      return false;
		 }

		 if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		     return false;
		 }

		 if (str.indexOf(dot,(lat+2))==-1){
		    return false;
		 }
		
		 if (str.indexOf(" ")!=-1){
		    return false;
		 }

 		 return true;					
}


function validateForm(form) { 
	
var msg = "";

if (form.fname.value == "") {  msg += "\n " +"Please enter your first name."; 
   		form.fname.focus( ); 
   	 }
if (form.lname.value == "") {  msg += "\n " +"Please enter your last name."; 
   		form.lname.focus( ); 
   		}
	
if (echeck(form.email.value)==false){
		msg += "\n " + "Email format not correct!";
		}
		
if (form.phone.value == "") {  msg += "\n " +"Please enter your phone number."; 
   		form.phone.focus( ); 
   		}
if (form.address.value == "") {  msg += "\n " +"Please enter your address."; 
   		form.address.focus( ); 
   		}
if (form.city.value == "") {  msg += "\n " +"Please enter your city."; 
   		form.city.focus( ); 
   		}  
 
if (form.state.value == "") { msg += "\n " + "Please enter your state."; 
   		form.state.focus( ); 
   	 }
if (form.zip.value == "") {  msg += "\n " +"Please enter your zip code."; 
   		form.zip.focus( ); 
   		 }
    
//Validate Extra Questions
function trim(s) {if (s) {return s.replace(/^\s*|\s*$/g,"");} return null;}
				
	var inputs = form.getElementsByTagName("input");
	var e;

//Start Extra Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
	
		if (e.type == "text" && e.title && !value && e.className == "r")
		{msg += "\n " + e.title;}
		
	
	if ((e.type == "radio" || e.type == "checkbox") && e.className == "r") {
				var rd =""
				var controls = form.elements;
				function getSelectedControl(group) 
					{
					for (var i = 0, n = group.length; i < n; ++i)
						if (group[i].checked) return group[i];
						return null;
					}
				if (!getSelectedControl(controls[e.name]))
								{msg += "\n " + e.title;}
			} 
			

	}

	var inputs = form.getElementsByTagName("textarea");
	var e;
	
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if (!value && e.className == "r")
		{msg += "\n " + e.title;}
	}
	var inputs = form.getElementsByTagName("select");
	var e;
	
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if ((!value || value =='') && e.className == "r")
		{msg += "\n " + e.title;}
	}

if (msg.length > 0) {
			msg = "The following fields need to be completed before you can submit.\n\n" + msg;
			alert(msg);
			return false;
		}
	
	return true;   

}



</SCRIPT>

</td>
<tr>
	<td>
	<form method="post"
		action="/feed/"
		onSubmit="return validateForm(this)">
	<p align="left"><b>First Name: <br />
	<input tabIndex="1" maxLength="40" size="47" name="fname"></b></p>
	<p align="left"><b>Last Name:<br />
	<input tabIndex="2" maxLength="40" size="47" name="lname"></b></p>
	<p align="left"><b>E-Mail:<br />
	<input tabIndex="3" maxLength="40" size="47" name="email"></b></p>
	<p align="left"><b>Phone:<br />
	<input tabIndex="4" maxLength="20" size="25" name="phone"></b></p>
	<p align="left"><b>Street:<br />
	<input tabIndex="5" maxLength="35" size="49" name="address"></b></p>
	<p align="left"><b>City:<br />
	<input tabIndex="6" maxLength="25" size="35" name="city"> </b></p>
<p align="left"><b>State or province:<br />
	<input tabIndex="7" maxLength="20" size="18" name="state"></b></p>
 	
	<p align="left"><b>Zip:<br />
	<input tabIndex="8" maxLength="10" size="15" name="zip"></b></p>


		<input type="hidden" name="regevent_action" value="post_attendee"> <input
		type="hidden" name="event_id" value="">
	<p align="center"><input type="submit" name="Submit" value="Submit"> <font
		color="#FF0000"><b>(Only click the Submit Button Once)</b></font>
	
	</form>
	</td>
</tr>
</table>
</body>
<p>Kurzzusammenfassung:<br />
Thema: IPv6<br />
Ort: Frauenfeld, Bahnhofstrasse 85<br />
Datum: 19+20 Juni 2010, Beginn ab 10:00 Morgens am Samstag<br />
Anmeldung nach dem Unterbruch:<br />
<span id="more-875"></span><br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/anmeldung-furs-admincamp-7-offen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heck of a crane</title>
		<link>http://adminblog.ch/2010/05/heck-of-a-crane/</link>
		<comments>http://adminblog.ch/2010/05/heck-of-a-crane/#comments</comments>
		<pubDate>Mon, 24 May 2010 17:32:55 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[cool stuff]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=870</guid>
		<description><![CDATA[okay, die Frage hab ich mir wirklich schon vorher gestellt: Wie hebt man so ein ganzes Kriegsschiff so einfach mal aus dem Wasser? auf einer meiner Lieblingsseiten, Gizmodo, wird es erklärt: Link DAS nenn ich mal einen Kran! PS: Kommentare Lesen! Lohnt sich &#8211; da sieht man noch mehr Details!]]></description>
			<content:encoded><![CDATA[<p>okay, die Frage hab ich mir wirklich schon vorher gestellt: Wie hebt man so ein ganzes Kriegsschiff so einfach mal aus dem Wasser? auf einer meiner Lieblingsseiten, Gizmodo, wird es erklärt:<br />
<a href="http://gizmodo.com/5546091/this-is-how-you-lift-a-sunk-war-ship-off-the-sea">Link</a></p>
<p>DAS nenn ich mal einen Kran!<br />
PS: Kommentare Lesen! Lohnt sich &#8211; da sieht man noch mehr Details!</p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/heck-of-a-crane/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Politisches Profil</title>
		<link>http://adminblog.ch/2010/05/politisches-profil/</link>
		<comments>http://adminblog.ch/2010/05/politisches-profil/#comments</comments>
		<pubDate>Mon, 24 May 2010 15:23:29 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>
		<category><![CDATA[piraten]]></category>
		<category><![CDATA[politisches profil]]></category>
		<category><![CDATA[pps]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=867</guid>
		<description><![CDATA[aus meinem momentan verstärkten Engagement bei der Piratenpartei begründeten Beschäftigung mit politischen Themen möchte ich auch folgendes offenlegen: Mein politisches Profil. Hierzu möchte ich anmerken, das ich mich trotz oder gerade wegen diesem Profil nicht gleich in eine Schublade stecken lassen kann &#8211; ich bin Arbeitgeber und Unternehmer! Das Bild anklicken, um sich selber ein [...]]]></description>
			<content:encoded><![CDATA[<p>aus meinem momentan verstärkten Engagement bei der Piratenpartei begründeten Beschäftigung mit politischen Themen möchte ich auch folgendes offenlegen: Mein politisches Profil.<br />
<a href="http://www.politicalcompass.org/test"><img src="http://www.politicalcompass.org/facebook/pcgraphpng.php?ec=-6.75&#038;soc=-5.79" alt="Politisches Profil" /><br />
</a><br />
Hierzu möchte ich anmerken, das ich mich trotz oder gerade wegen diesem Profil nicht gleich in eine Schublade stecken lassen kann &#8211; ich bin Arbeitgeber und Unternehmer!<br />
Das Bild anklicken, um sich selber ein Profil erstellen zu lassen!</p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/politisches-profil/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mein Cheffe im Urlaub</title>
		<link>http://adminblog.ch/2010/05/mein-cheffe-im-urlaub/</link>
		<comments>http://adminblog.ch/2010/05/mein-cheffe-im-urlaub/#comments</comments>
		<pubDate>Fri, 21 May 2010 09:06:22 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=864</guid>
		<description><![CDATA[aus aktuellem Anlass möchte ich auf den Blog meines Chefs, den ich wohl bis Ende meiner Ausbildung nicht mehr sehen werde, verlinken Ganz ehrlich, das er bloggt, hätt ich jetzt wirklich nicht erwartet! DK-Blog]]></description>
			<content:encoded><![CDATA[<p>aus aktuellem Anlass möchte ich auf den Blog meines Chefs, den ich wohl bis Ende meiner Ausbildung nicht mehr sehen werde, verlinken <img src='http://adminblog.ch/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Ganz ehrlich, das er bloggt, hätt ich jetzt wirklich nicht erwartet!</p>
<p><a href="http://dkimurlaub.wordpress.com/">DK-Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/mein-cheffe-im-urlaub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Der Lange Tod</title>
		<link>http://adminblog.ch/2010/05/der-lange-tod/</link>
		<comments>http://adminblog.ch/2010/05/der-lange-tod/#comments</comments>
		<pubDate>Fri, 21 May 2010 08:59:23 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>
		<category><![CDATA[bashing]]></category>
		<category><![CDATA[bravo]]></category>
		<category><![CDATA[fundstück]]></category>
		<category><![CDATA[musikindustrie]]></category>
		<category><![CDATA[piraten]]></category>
		<category><![CDATA[vintage]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=862</guid>
		<description><![CDATA[Interessanten Artikel gefunden auf einem anderen Blog: Ein Artikel aus der Bravo vor 33 Jahren. Ja, die Musikindustrie ist in Wirklichkeit bereits vor 30 Jahren Bankrott gegangen und das was wir heute hören hat gar nie existiert, denn die sind ja damals schon Pleite gegangen wegen den ganzen Kriminellen Raubmordkopierern http://cliphead.wordpress.com/2010/04/12/sind-leer-cassetten-der-tod-der-schallplatte/]]></description>
			<content:encoded><![CDATA[<p>Interessanten Artikel gefunden auf einem anderen Blog: Ein Artikel aus der Bravo vor 33 Jahren. Ja, die Musikindustrie ist in Wirklichkeit bereits vor 30 Jahren Bankrott gegangen und das was wir heute hören hat gar nie existiert, denn die sind ja damals schon Pleite gegangen wegen den ganzen Kriminellen Raubmordkopierern <img src='http://adminblog.ch/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://cliphead.wordpress.com/2010/04/12/sind-leer-cassetten-der-tod-der-schallplatte/">http://cliphead.wordpress.com/2010/04/12/sind-leer-cassetten-der-tod-der-schallplatte/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/der-lange-tod/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linksammlung 20. Mai</title>
		<link>http://adminblog.ch/2010/05/linksammlung-20-mai/</link>
		<comments>http://adminblog.ch/2010/05/linksammlung-20-mai/#comments</comments>
		<pubDate>Thu, 20 May 2010 14:20:07 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>
		<category><![CDATA[fefe]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[piratenpartei]]></category>
		<category><![CDATA[sammlung]]></category>
		<category><![CDATA[sexy]]></category>
		<category><![CDATA[verisign]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=860</guid>
		<description><![CDATA[eine Linksammlung von heute: Piratenpartei wirbt mit nackter Frau Verisign wird zur Gelben Pest Linux ist kein echtes Betriebssystem, Firefox kein echter Browser, Openoffice keine echte Office Suite &#8230;. &#8211; Australien definiert Echte Musik Fefes Blog &#8211; tatsächlich kennen den noch nicht alle meine Leser]]></description>
			<content:encoded><![CDATA[<p>eine Linksammlung von heute:</p>
<p><a href="http://www.oe24.at/welt/Piratenpartei-wirbt-mit-nackter-Kandidatin-0711705.ece">Piratenpartei wirbt mit nackter Frau</a></p>
<p><a href="http://www.heise.de/newsticker/meldung/Symantec-uebernimmt-VeriSigns-Sicherheitsgeschaeft-1003860.html">Verisign wird zur Gelben Pest</a></p>
<p><a href="http://heise.de/-1002590">Linux ist kein echtes Betriebssystem, Firefox kein echter Browser, Openoffice keine echte Office Suite &#8230;. &#8211; Australien definiert Echte Musik</a></p>
<p><a href="http://blog.fefe.de/">Fefes Blog &#8211; tatsächlich kennen den noch nicht alle meine Leser</a></p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/linksammlung-20-mai/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Letzte Bilder von Bingen</title>
		<link>http://adminblog.ch/2010/05/letzte-bilder-von-bingen/</link>
		<comments>http://adminblog.ch/2010/05/letzte-bilder-von-bingen/#comments</comments>
		<pubDate>Wed, 19 May 2010 16:25:27 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>
		<category><![CDATA[bingen]]></category>
		<category><![CDATA[bpt10]]></category>

		<guid isPermaLink="false">http://adminblog.ch/2010/05/letzte-bilder-von-bingen/</guid>
		<description><![CDATA[Hier noch die übrigen Bilder von Bingen gleich nach dem Unterbruch:]]></description>
			<content:encoded><![CDATA[<p>Hier noch die übrigen Bilder von Bingen gleich nach dem Unterbruch:<br />
<span id="more-834"></span><br />

<a href='http://adminblog.ch/2010/05/letzte-bilder-von-bingen/imag0061/' title='IMAG0061'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0061-150x150.jpg" class="attachment-thumbnail" alt="IMAG0061" title="IMAG0061" /></a>
<a href='http://adminblog.ch/2010/05/letzte-bilder-von-bingen/imag0062/' title='IMAG0062'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0062-150x150.jpg" class="attachment-thumbnail" alt="IMAG0062" title="IMAG0062" /></a>
<a href='http://adminblog.ch/2010/05/letzte-bilder-von-bingen/imag0063/' title='IMAG0063'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0063-150x150.jpg" class="attachment-thumbnail" alt="IMAG0063" title="IMAG0063" /></a>
<a href='http://adminblog.ch/2010/05/letzte-bilder-von-bingen/imag0064/' title='IMAG0064'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0064-150x150.jpg" class="attachment-thumbnail" alt="IMAG0064" title="IMAG0064" /></a>
<a href='http://adminblog.ch/2010/05/letzte-bilder-von-bingen/imag0065/' title='IMAG0065'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0065-150x150.jpg" class="attachment-thumbnail" alt="IMAG0065" title="IMAG0065" /></a>
<a href='http://adminblog.ch/2010/05/letzte-bilder-von-bingen/imag0067/' title='IMAG0067'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0067-150x150.jpg" class="attachment-thumbnail" alt="IMAG0067" title="IMAG0067" /></a>
<a href='http://adminblog.ch/2010/05/letzte-bilder-von-bingen/imag0068/' title='IMAG0068'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0068-150x150.jpg" class="attachment-thumbnail" alt="IMAG0068" title="IMAG0068" /></a>
<a href='http://adminblog.ch/2010/05/letzte-bilder-von-bingen/imag0069/' title='IMAG0069'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0069-150x150.jpg" class="attachment-thumbnail" alt="IMAG0069" title="IMAG0069" /></a>
<a href='http://adminblog.ch/2010/05/letzte-bilder-von-bingen/imag0070/' title='IMAG0070'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0070-150x150.jpg" class="attachment-thumbnail" alt="IMAG0070" title="IMAG0070" /></a>
<a href='http://adminblog.ch/2010/05/letzte-bilder-von-bingen/imag0073/' title='IMAG0073'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0073-150x150.jpg" class="attachment-thumbnail" alt="IMAG0073" title="IMAG0073" /></a>
<a href='http://adminblog.ch/2010/05/letzte-bilder-von-bingen/imag0074/' title='IMAG0074'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0074-150x150.jpg" class="attachment-thumbnail" alt="IMAG0074" title="IMAG0074" /></a>
<a href='http://adminblog.ch/2010/05/letzte-bilder-von-bingen/imag0075/' title='IMAG0075'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0075-150x150.jpg" class="attachment-thumbnail" alt="IMAG0075" title="IMAG0075" /></a>
<a href='http://adminblog.ch/2010/05/letzte-bilder-von-bingen/imag0076/' title='IMAG0076'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0076-150x150.jpg" class="attachment-thumbnail" alt="IMAG0076" title="IMAG0076" /></a>
<a href='http://adminblog.ch/2010/05/letzte-bilder-von-bingen/imag0077/' title='IMAG0077'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0077-150x150.jpg" class="attachment-thumbnail" alt="IMAG0077" title="IMAG0077" /></a>
<a href='http://adminblog.ch/2010/05/letzte-bilder-von-bingen/imag0078/' title='IMAG0078'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0078-150x150.jpg" class="attachment-thumbnail" alt="IMAG0078" title="IMAG0078" /></a>
<a href='http://adminblog.ch/2010/05/letzte-bilder-von-bingen/imag0079/' title='IMAG0079'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0079-150x150.jpg" class="attachment-thumbnail" alt="IMAG0079" title="IMAG0079" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/letzte-bilder-von-bingen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>403 Forbidden</title>
		<link>http://adminblog.ch/2010/05/403-forbidden/</link>
		<comments>http://adminblog.ch/2010/05/403-forbidden/#comments</comments>
		<pubDate>Wed, 19 May 2010 15:44:17 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=812</guid>
		<description><![CDATA[und prompt war die Person am Schalter unfreundlich und nicht hilfsbereit, und als ich etwas wollte was ich 3mal bekommen hatte (Bargeldlose überweisung mit 2 Postkarten) hiess es nur &#8220;Erzählen Sie nicht Dinge&#8221;. Manchmal sind diese Nummern doch Orakel]]></description>
			<content:encoded><![CDATA[<p><a href="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0085.jpg"><img src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0085-150x150.jpg" alt="" title="http-403" width="150" height="150" class="alignnone size-thumbnail wp-image-813" /></a><br />
und prompt war die Person am Schalter unfreundlich und nicht hilfsbereit, und als ich etwas wollte was ich 3mal bekommen hatte (Bargeldlose überweisung mit 2 Postkarten) hiess es nur &#8220;Erzählen Sie nicht Dinge&#8221;. Manchmal sind diese Nummern doch Orakel <img src='http://adminblog.ch/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/403-forbidden/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bingen &#8211; endlich komplett</title>
		<link>http://adminblog.ch/2010/05/bingen-endlich-komplett/</link>
		<comments>http://adminblog.ch/2010/05/bingen-endlich-komplett/#comments</comments>
		<pubDate>Sat, 15 May 2010 15:50:00 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>
		<category><![CDATA[25c3]]></category>
		<category><![CDATA[26c3]]></category>
		<category><![CDATA[bingen]]></category>
		<category><![CDATA[bpt10]]></category>
		<category><![CDATA[club mate]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=806</guid>
		<description><![CDATA[Das hier hat doch definitiv gefehlt vorher:]]></description>
			<content:encoded><![CDATA[<p>Das hier hat doch definitiv gefehlt vorher:<br />
<a href="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0060.jpg"><img src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0060-150x150.jpg" alt="" title="Club mate" width="150" height="150" class="size-thumbnail wp-image-807" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/bingen-endlich-komplett/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ankunft in Bingen</title>
		<link>http://adminblog.ch/2010/05/ankunft-in-bingen/</link>
		<comments>http://adminblog.ch/2010/05/ankunft-in-bingen/#comments</comments>
		<pubDate>Sat, 15 May 2010 13:37:19 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>
		<category><![CDATA[bingen]]></category>
		<category><![CDATA[bpt10]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=801</guid>
		<description><![CDATA[hier noch das Video von der Ankunft in Bingen:]]></description>
			<content:encoded><![CDATA[<p>hier noch das Video von der Ankunft in Bingen:<br />
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/LFD7awWgXks&#038;hl=de_DE&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/LFD7awWgXks&#038;hl=de_DE&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/ankunft-in-bingen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bingen &#8211; Bilder vom Zweiten Tag</title>
		<link>http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/</link>
		<comments>http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/#comments</comments>
		<pubDate>Fri, 14 May 2010 17:11:55 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>
		<category><![CDATA[bingen]]></category>
		<category><![CDATA[bpt10]]></category>

		<guid isPermaLink="false">http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/</guid>
		<description><![CDATA[Hier noch mehr Bilder nach dem Unterbruch]]></description>
			<content:encoded><![CDATA[<p>Hier noch mehr Bilder nach dem Unterbruch<br />
<span id="more-766"></span><br />

<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/wpid-imag0027-jpg-5/' title='wpid-IMAG0027.jpg'><img width="150" height="120" src="http://adminblog.ch/wp-content/uploads/2010/05/wpid-IMAG00274-150x120.jpg" class="attachment-thumbnail" alt="wpid-IMAG0027.jpg" title="wpid-IMAG0027.jpg" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/wpid-imag0027-jpg-6/' title='wpid-IMAG0027.jpg'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/wpid-IMAG00275-150x150.jpg" class="attachment-thumbnail" alt="wpid-IMAG0027.jpg" title="wpid-IMAG0027.jpg" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/wpid-imag0042-jpg/' title='wpid-IMAG0042.jpg'><img width="150" height="120" src="http://adminblog.ch/wp-content/uploads/2010/05/wpid-IMAG0042-150x120.jpg" class="attachment-thumbnail" alt="wpid-IMAG0042.jpg" title="wpid-IMAG0042.jpg" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/wpid-imag0042-jpg-2/' title='wpid-IMAG0042.jpg'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/wpid-IMAG00421-150x150.jpg" class="attachment-thumbnail" alt="wpid-IMAG0042.jpg" title="wpid-IMAG0042.jpg" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/wpid-imag0043-jpg/' title='wpid-IMAG0043.jpg'><img width="150" height="120" src="http://adminblog.ch/wp-content/uploads/2010/05/wpid-IMAG0043-150x120.jpg" class="attachment-thumbnail" alt="wpid-IMAG0043.jpg" title="wpid-IMAG0043.jpg" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/wpid-imag0043-jpg-2/' title='wpid-IMAG0043.jpg'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/wpid-IMAG00431-150x150.jpg" class="attachment-thumbnail" alt="wpid-IMAG0043.jpg" title="wpid-IMAG0043.jpg" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/wpid-imag0046-jpg/' title='wpid-IMAG0046.jpg'><img width="150" height="120" src="http://adminblog.ch/wp-content/uploads/2010/05/wpid-IMAG0046-150x120.jpg" class="attachment-thumbnail" alt="wpid-IMAG0046.jpg" title="wpid-IMAG0046.jpg" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/wpid-imag0046-jpg-2/' title='wpid-IMAG0046.jpg'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/wpid-IMAG00461-150x150.jpg" class="attachment-thumbnail" alt="wpid-IMAG0046.jpg" title="wpid-IMAG0046.jpg" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0027/' title='IMAG0027'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0027-150x150.jpg" class="attachment-thumbnail" alt="IMAG0027" title="IMAG0027" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0028/' title='IMAG0028'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0028-150x150.jpg" class="attachment-thumbnail" alt="IMAG0028" title="IMAG0028" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0029/' title='IMAG0029'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0029-150x150.jpg" class="attachment-thumbnail" alt="IMAG0029" title="IMAG0029" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0030/' title='IMAG0030'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0030-150x150.jpg" class="attachment-thumbnail" alt="IMAG0030" title="IMAG0030" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0031/' title='IMAG0031'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0031-150x150.jpg" class="attachment-thumbnail" alt="IMAG0031" title="IMAG0031" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0032/' title='IMAG0032'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0032-150x150.jpg" class="attachment-thumbnail" alt="IMAG0032" title="IMAG0032" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0033/' title='IMAG0033'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0033-150x150.jpg" class="attachment-thumbnail" alt="IMAG0033" title="IMAG0033" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0034/' title='IMAG0034'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0034-150x150.jpg" class="attachment-thumbnail" alt="IMAG0034" title="IMAG0034" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0035/' title='IMAG0035'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0035-150x150.jpg" class="attachment-thumbnail" alt="IMAG0035" title="IMAG0035" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0036/' title='IMAG0036'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0036-150x150.jpg" class="attachment-thumbnail" alt="IMAG0036" title="IMAG0036" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0037/' title='IMAG0037'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0037-150x150.jpg" class="attachment-thumbnail" alt="IMAG0037" title="IMAG0037" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0038/' title='IMAG0038'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0038-150x150.jpg" class="attachment-thumbnail" alt="IMAG0038" title="IMAG0038" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0039/' title='IMAG0039'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0039-150x150.jpg" class="attachment-thumbnail" alt="IMAG0039" title="IMAG0039" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0040/' title='IMAG0040'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0040-150x150.jpg" class="attachment-thumbnail" alt="IMAG0040" title="IMAG0040" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0041/' title='IMAG0041'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0041-150x150.jpg" class="attachment-thumbnail" alt="IMAG0041" title="IMAG0041" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0042/' title='IMAG0042'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0042-150x150.jpg" class="attachment-thumbnail" alt="IMAG0042" title="IMAG0042" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0043/' title='IMAG0043'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0043-150x150.jpg" class="attachment-thumbnail" alt="IMAG0043" title="IMAG0043" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0044/' title='IMAG0044'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0044-150x150.jpg" class="attachment-thumbnail" alt="IMAG0044" title="IMAG0044" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0045/' title='IMAG0045'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0045-150x150.jpg" class="attachment-thumbnail" alt="IMAG0045" title="IMAG0045" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0046/' title='IMAG0046'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0046-150x150.jpg" class="attachment-thumbnail" alt="IMAG0046" title="IMAG0046" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0047/' title='IMAG0047'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0047-150x150.jpg" class="attachment-thumbnail" alt="IMAG0047" title="IMAG0047" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0048/' title='IMAG0048'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0048-150x150.jpg" class="attachment-thumbnail" alt="IMAG0048" title="IMAG0048" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0049/' title='IMAG0049'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0049-150x150.jpg" class="attachment-thumbnail" alt="IMAG0049" title="IMAG0049" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0050/' title='IMAG0050'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0050-150x150.jpg" class="attachment-thumbnail" alt="IMAG0050" title="IMAG0050" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0051/' title='IMAG0051'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0051-150x150.jpg" class="attachment-thumbnail" alt="IMAG0051" title="IMAG0051" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0052/' title='IMAG0052'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0052-150x150.jpg" class="attachment-thumbnail" alt="IMAG0052" title="IMAG0052" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0053/' title='IMAG0053'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0053-150x150.jpg" class="attachment-thumbnail" alt="IMAG0053" title="IMAG0053" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0054/' title='IMAG0054'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0054-150x150.jpg" class="attachment-thumbnail" alt="IMAG0054" title="IMAG0054" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0055/' title='IMAG0055'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0055-150x150.jpg" class="attachment-thumbnail" alt="IMAG0055" title="IMAG0055" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0056/' title='IMAG0056'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0056-150x150.jpg" class="attachment-thumbnail" alt="IMAG0056" title="IMAG0056" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0057/' title='IMAG0057'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0057-150x150.jpg" class="attachment-thumbnail" alt="IMAG0057" title="IMAG0057" /></a>
<a href='http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/imag0058/' title='IMAG0058'><img width="150" height="150" src="http://adminblog.ch/wp-content/uploads/2010/05/IMAG0058-150x150.jpg" class="attachment-thumbnail" alt="IMAG0058" title="IMAG0058" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/bingen-bilder-vom-zweiten-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bingen &#8211; Ankunft</title>
		<link>http://adminblog.ch/2010/05/bingen-ankunft/</link>
		<comments>http://adminblog.ch/2010/05/bingen-ankunft/#comments</comments>
		<pubDate>Thu, 13 May 2010 19:10:18 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>
		<category><![CDATA[bingen]]></category>
		<category><![CDATA[bpt10]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=708</guid>
		<description><![CDATA[Die ersten paar Bilder nach dem Unterbruch. Das witzige ist eher das &#8220;10KM/H&#8221; Schild bei der Brücke &#8211; ausser den Touristen hält sich kein Mensch dran, nicht mal mehr der Stadtbus! So gerade in Bingen zum Bundesparteitag der Piratenpartei Deutschland angekommen. Hier mal einen ersten Eindruck.]]></description>
			<content:encoded><![CDATA[<p>Die ersten paar Bilder nach dem Unterbruch. Das witzige ist eher das &#8220;10KM/H&#8221; Schild bei der Brücke &#8211; ausser den Touristen hält sich kein Mensch dran, nicht mal mehr der Stadtbus!<br />
<span id="more-708"></span></p>
<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://adminblog.ch/wp-content/uploads/2010/05/wpid-IMAG0017.jpg" /></p>
<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://adminblog.ch/wp-content/uploads/2010/05/wpid-IMAG0018.jpg" /></p>
<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://adminblog.ch/wp-content/uploads/2010/05/wpid-IMAG0020.jpg" /></p>
<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://adminblog.ch/wp-content/uploads/2010/05/wpid-IMAG0021.jpg" /></p>
<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://adminblog.ch/wp-content/uploads/2010/05/wpid-IMAG0016.jpg" /></p>
<p>So gerade in Bingen zum Bundesparteitag der Piratenpartei Deutschland angekommen. Hier mal einen ersten Eindruck.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/bingen-ankunft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Defekte und alte iPhones gesucht</title>
		<link>http://adminblog.ch/2010/05/defekte-und-alte-iphones-gesucht/</link>
		<comments>http://adminblog.ch/2010/05/defekte-und-alte-iphones-gesucht/#comments</comments>
		<pubDate>Sat, 08 May 2010 11:31:07 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>
		<category><![CDATA[arm]]></category>
		<category><![CDATA[aufruf]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[gesucht]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[projekt]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=699</guid>
		<description><![CDATA[für ein Projekt suche ich momentan nach alten iPhone 2G oder solchen, bei denen das Display defekt ist (für meinen Zweck brauche ich das Display nicht mehr! Wer also eines hat das er / sie loswerden will, bitte meldet euch bei mir direkt, oder via Kommentarfunktion. Die idee meines Projektes ist es, eine Firmware für [...]]]></description>
			<content:encoded><![CDATA[<p>für ein Projekt suche ich momentan nach alten iPhone 2G oder solchen, bei denen das Display defekt ist (für meinen Zweck brauche ich das Display nicht mehr!</p>
<p>Wer also eines hat das er / sie loswerden will, bitte meldet euch bei mir direkt, oder via Kommentarfunktion.</p>
<p>Die idee meines Projektes ist es, eine Firmware für die iPhones zu basteln, welche direkt die benötigten Pakte beeinhaltet, um einen Webserver bzw dedizierten Server zu erstellen. Dies will ich wenn möglich via automatisierhbarem Deployment erstellen.<br />
Die Vorarbeiten leiste ich momentan auf meinem anderen Blog zu dem Thema, welcher sich <a href="http://213.144.157.158/blog">hier</a> befindet!</p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/defekte-und-alte-iphones-gesucht/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Admincamp 7 Datum</title>
		<link>http://adminblog.ch/2010/05/admincamp-7-datum/</link>
		<comments>http://adminblog.ch/2010/05/admincamp-7-datum/#comments</comments>
		<pubDate>Thu, 06 May 2010 11:15:24 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>
		<category><![CDATA[admincamp]]></category>
		<category><![CDATA[admincamp #7]]></category>
		<category><![CDATA[init7]]></category>
		<category><![CDATA[ipv6]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=696</guid>
		<description><![CDATA[Das Admincamp #7 wird am 19+20 Juni 2010 in Frauenfeld, Bahnhofstrasse 85 stattfinden. Anmeldungen über die üblichen Kanäle wie bisher, oder in den Komentaren hier!]]></description>
			<content:encoded><![CDATA[<p>Das Admincamp #7 wird am 19+20 Juni 2010 in Frauenfeld, Bahnhofstrasse 85 stattfinden. Anmeldungen über die üblichen Kanäle wie bisher, oder in den Komentaren hier!</p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/admincamp-7-datum/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Volume Full</title>
		<link>http://adminblog.ch/2010/05/volume-full/</link>
		<comments>http://adminblog.ch/2010/05/volume-full/#comments</comments>
		<pubDate>Tue, 04 May 2010 18:14:21 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=693</guid>
		<description><![CDATA[Was ist hier falsch in diesem Dialog? Credits an Lorenz]]></description>
			<content:encoded><![CDATA[<p>Was ist hier falsch in diesem Dialog?</p>
<p><a href="http://adminblog.ch/wp-content/uploads/2010/05/apple_pwned.jpg"><img class="alignnone size-thumbnail wp-image-694" title="apple_pwned" src="http://adminblog.ch/wp-content/uploads/2010/05/apple_pwned-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Credits an Lorenz</p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/volume-full/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Schei? Encoding</title>
		<link>http://adminblog.ch/2010/05/schei-encoding/</link>
		<comments>http://adminblog.ch/2010/05/schei-encoding/#comments</comments>
		<pubDate>Tue, 04 May 2010 18:02:32 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=688</guid>
		<description><![CDATA[Heute im Heise Artikel hier entdeckt: Opera für Linux &#38; BSD Wieso ist das nun lustig? Weil die Widgets davon scheinbar noch massig Mühe haben, jedenfalls in so einem offiziellen Pic ist das doch peinlich!]]></description>
			<content:encoded><![CDATA[<p>Heute im Heise Artikel hier entdeckt:</p>
<p><a href="http://www.heise.de/newsticker/meldung/Opera-Beta-fuer-Linux-und-FreeBSD-das-Aus-fuer-Solaris-992723.html" target="_blank">Opera für Linux &amp; BSD</a></p>
<p>Wieso ist das nun lustig? Weil die Widgets davon scheinbar noch massig Mühe haben, jedenfalls in so einem offiziellen Pic ist das doch peinlich!</p>
<p><a href="http://adminblog.ch/wp-content/uploads/2010/05/Bildschirmfoto-2010-05-04-um-19.43.55.png"><img class="alignnone size-thumbnail wp-image-689" title="Schei? Encoding" src="http://adminblog.ch/wp-content/uploads/2010/05/Bildschirmfoto-2010-05-04-um-19.43.55-150x150.png" alt="Schei? Encoding" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/schei-encoding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XKCD</title>
		<link>http://adminblog.ch/2010/05/xkcd/</link>
		<comments>http://adminblog.ch/2010/05/xkcd/#comments</comments>
		<pubDate>Sun, 02 May 2010 14:31:14 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[hell]]></category>
		<category><![CDATA[xkcd]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=685</guid>
		<description><![CDATA[ich denke, einige meiner Leser haben diesen Comic schon gesehen: Dies kann man nun als reales Spiel spielen: http://www.geekosystem.com/xkcd-tetris-hell-game/]]></description>
			<content:encoded><![CDATA[<p>ich denke, einige meiner Leser haben diesen Comic schon gesehen:</p>
<p><img class="alignnone" title="Hell" src="http://imgs.xkcd.com/comics/hell.png" alt="Tetris Hell" width="417" height="476" /></p>
<p>Dies kann man nun als reales Spiel spielen:</p>
<p><a href="http://www.geekosystem.com/xkcd-tetris-hell-game/">http://www.geekosystem.com/xkcd-tetris-hell-game/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/xkcd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tauss Treffen in Frauenfeld &amp; Konstanz</title>
		<link>http://adminblog.ch/2010/05/tauss-treffen-in-frauenfeld-konstanz/</link>
		<comments>http://adminblog.ch/2010/05/tauss-treffen-in-frauenfeld-konstanz/#comments</comments>
		<pubDate>Sun, 02 May 2010 12:42:11 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=683</guid>
		<description><![CDATA[Da ich ja letzten Dezember Jörg Tauss in Berlin getroffen habe und in die Schweiz eingeladen habe, haben wir dies jetzt an diesem Wochenende gemacht. Wer sich interessiert, kann die Sache auf Twitter verfolgen. &#8211; der Hashtag ist #taussch hier noch ein Bild: http://twitpic.com/1ka9xo]]></description>
			<content:encoded><![CDATA[<p>Da ich ja letzten Dezember Jörg Tauss in Berlin getroffen habe und in die Schweiz eingeladen habe, haben wir dies jetzt an diesem Wochenende gemacht.</p>
<p>Wer sich interessiert, kann die Sache auf <a href="http://search.twitter.com/search?max_id=13243130339&amp;page=2&amp;q=%23taussch " target="_blank">Twitter</a> verfolgen. &#8211; der Hashtag ist #taussch</p>
<p>hier noch ein Bild: http://twitpic.com/1ka9xo</p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/05/tauss-treffen-in-frauenfeld-konstanz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Schwarzer Bildschirm</title>
		<link>http://adminblog.ch/2010/04/schwarzer-bildschirm/</link>
		<comments>http://adminblog.ch/2010/04/schwarzer-bildschirm/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 11:35:15 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=680</guid>
		<description><![CDATA[Ohne Worte, Bild müsst ihr auf voller Grösse angucken. So was sieht man übrigens nur via RDP Verbindungen]]></description>
			<content:encoded><![CDATA[<p>Ohne Worte, Bild müsst ihr auf voller Grösse angucken. So was sieht man übrigens nur via RDP Verbindungen <img src='http://adminblog.ch/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://adminblog.ch/wp-content/uploads/2010/04/schwarzer_Bildschirm.png"><img class="alignnone size-thumbnail wp-image-681" title="schwarzer_Bildschirm" src="http://adminblog.ch/wp-content/uploads/2010/04/schwarzer_Bildschirm-150x150.png" alt="" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/04/schwarzer-bildschirm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Banned for Lifetime from Apple</title>
		<link>http://adminblog.ch/2010/04/banned-for-lifetime-from-apple/</link>
		<comments>http://adminblog.ch/2010/04/banned-for-lifetime-from-apple/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 21:51:32 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=677</guid>
		<description><![CDATA[durchaus lesenswert: Blogeintrag]]></description>
			<content:encoded><![CDATA[<p>durchaus lesenswert: <a href="http://www.protocolsnow.com/2010/04/17/how-i-went-from-apple-store-newbie-to-lifetime-ban-in-one-week/">Blogeintrag</a></p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/04/banned-for-lifetime-from-apple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ankündigung Admincamp #7</title>
		<link>http://adminblog.ch/2010/03/ankundigung-admincamp-7/</link>
		<comments>http://adminblog.ch/2010/03/ankundigung-admincamp-7/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 07:43:14 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Anlässe]]></category>
		<category><![CDATA[admincamp]]></category>
		<category><![CDATA[frauenfeld]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[openfactory]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=671</guid>
		<description><![CDATA[So, nun darf ich bereits das Siebte Admincamp ankündigen. Es wird zum Thema &#8220;IPV6&#8243; stattfinden. Um dieses Thema überhaupt sinnvoll machen zu können, müssen wir jedoch an einen Ort, an dem es bereits IPV6 hat. Dies heisst, das Admincamp wird in Frauenfeld, in den Räumen der Firma Openfactory stattfinden. Der Termin wird noch bekanntgegeben, ich [...]]]></description>
			<content:encoded><![CDATA[<p>So, nun darf ich bereits das Siebte Admincamp ankündigen. Es wird zum Thema &#8220;IPV6&#8243; stattfinden. Um dieses Thema überhaupt sinnvoll machen zu können, müssen wir jedoch an einen Ort, an dem es bereits IPV6 hat. Dies heisst, das Admincamp wird in Frauenfeld, in den Räumen der Firma Openfactory stattfinden. Der Termin wird noch bekanntgegeben, ich möchte dieses Mal testen, ob es funktioniert, eine Terminfindung via Doodle durchzuführen. </p>
<p>Der Link zum Doodle folgt noch später, momentan bin ich hinter einer so restriktiven Firewall dass ich keinen HTTPS Verkehr hinbekomme.</p>
<p>Zusammenfassung:<br />
Was: Admincamp #7<br />
Thema: IPV6<br />
Wo: Frauenfeld<br />
Wer: maximal 10 Leute<br />
Wann: Mai oder Juni, tbd.<br />
Kosten pro Teilnehmer: 75 CHF</p>
<p><iframe width="300" height="250" frameborder="0" src="http://www.doodle.com/summary.html?pollId=z5s2fdcd3vd3cey5"> </iframe><br />
<a href="http://www.doodle.com/z5s2fdcd3vd3cey5">http://www.doodle.com/z5s2fdcd3vd3cey</a></p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/03/ankundigung-admincamp-7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Blingbling Ethernet</title>
		<link>http://adminblog.ch/2010/03/blingbling-ethernet/</link>
		<comments>http://adminblog.ch/2010/03/blingbling-ethernet/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 11:23:42 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=669</guid>
		<description><![CDATA[Lacher von Heute: http://gizmodo.com/5501265/pink-jeweled-kabling-ethernet-cables-are-the-new-hot-accessory-for-2010]]></description>
			<content:encoded><![CDATA[<p>Lacher von Heute:</p>
<p><a href="http://gizmodo.com/5501265/pink-jeweled-kabling-ethernet-cables-are-the-new-hot-accessory-for-2010">http://gizmodo.com/5501265/pink-jeweled-kabling-ethernet-cables-are-the-new-hot-accessory-for-2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/03/blingbling-ethernet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Piratenstammtisch</title>
		<link>http://adminblog.ch/2010/02/piratenstammtisch/</link>
		<comments>http://adminblog.ch/2010/02/piratenstammtisch/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 21:00:10 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>
		<category><![CDATA[frauenfeld]]></category>
		<category><![CDATA[openfactory]]></category>
		<category><![CDATA[piratenpartei]]></category>
		<category><![CDATA[stammtisch]]></category>
		<category><![CDATA[thurgau]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=664</guid>
		<description><![CDATA[Für die die&#8217;s interessiert, in Zukunft findet in Frauenfeld bei der Firma Openfactory (ja, das bin ich) alle Geraden Kalenderwochen am Freitag ab 18 Uhr statt. Wichtig: Bei S. Gebhardt klingeln! Piratenflagge wird bald wieder Hängen, ist zzt mechanisch defekt Größere Kartenansicht]]></description>
			<content:encoded><![CDATA[<p>Für die die&#8217;s interessiert, in Zukunft findet in Frauenfeld bei der Firma Openfactory (ja, das bin ich) alle Geraden Kalenderwochen am Freitag ab 18 Uhr statt.</p>
<p>Wichtig: <strong>Bei S. Gebhardt klingeln</strong>! Piratenflagge wird bald wieder Hängen, ist zzt mechanisch defekt <img src='http://adminblog.ch/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.ch/maps?f=q&amp;source=s_q&amp;hl=de&amp;geocode=&amp;q=Bahnhofstrasse+85,+8500+Frauenfeld&amp;sll=48.096855,11.645861&amp;sspn=0.108113,0.189686&amp;ie=UTF8&amp;hq=&amp;hnear=Bahnhofstrasse+85,+8500+Frauenfeld,+Thurgau&amp;z=17&amp;ll=47.560462,8.90023&amp;output=embed"></iframe><br /><small><a href="http://maps.google.ch/maps?f=q&amp;source=embed&amp;hl=de&amp;geocode=&amp;q=Bahnhofstrasse+85,+8500+Frauenfeld&amp;sll=48.096855,11.645861&amp;sspn=0.108113,0.189686&amp;ie=UTF8&amp;hq=&amp;hnear=Bahnhofstrasse+85,+8500+Frauenfeld,+Thurgau&amp;z=17&amp;ll=47.560462,8.90023" style="color:#0000FF;text-align:left">Größere Kartenansicht</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/02/piratenstammtisch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Remote aktivieren</title>
		<link>http://adminblog.ch/2010/02/remote-remote-aktivieren/</link>
		<comments>http://adminblog.ch/2010/02/remote-remote-aktivieren/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 20:51:09 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=658</guid>
		<description><![CDATA[oder so ähnlich &#8211; praktischer Tipp bei Remo entdeckt. Verdammt, das hätte ich vor zwei Wochen gebraucht, Remo. http://blog.raeberus.ch/2010/01/04/bildschirmfreigabe-unter-mac-os-x-snow-leopard-per-ssh-aktivieren/ ps: die Wandtafel generiert man hier]]></description>
			<content:encoded><![CDATA[<p>oder so ähnlich &#8211; praktischer Tipp bei Remo entdeckt. Verdammt, das hätte ich vor zwei Wochen gebraucht, Remo.</p>
<p><a href="http://adminblog.ch/wp-content/uploads/2010/02/Bart-Simpsons-Chalkboard.gif"><img class="alignnone size-full wp-image-659" title="Bart Simpsons Chalkboard" src="http://adminblog.ch/wp-content/uploads/2010/02/Bart-Simpsons-Chalkboard.gif" alt="" width="460" height="246" /></a></p>
<p><a href="http://blog.raeberus.ch/2010/01/04/bildschirmfreigabe-unter-mac-os-x-snow-leopard-per-ssh-aktivieren/">http://blog.raeberus.ch/2010/01/04/bildschirmfreigabe-unter-mac-os-x-snow-leopard-per-ssh-aktivieren/</a></p>
<p>ps: die Wandtafel generiert man <a href="http://www.addletters.com/bart-simpson-generator.htm">hier</a></p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/02/remote-remote-aktivieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Micro Sim zuschneiden &#8211; wie normal benutzen</title>
		<link>http://adminblog.ch/2010/02/micro-sim-zuschneiden-wie-normal-benutzen/</link>
		<comments>http://adminblog.ch/2010/02/micro-sim-zuschneiden-wie-normal-benutzen/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 20:45:48 +0000</pubDate>
		<dc:creator>Silvan Gebhardt</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>
		<category><![CDATA[Internet Everywhere]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Microsim]]></category>
		<category><![CDATA[Orange]]></category>
		<category><![CDATA[Simkarte]]></category>

		<guid isPermaLink="false">http://adminblog.ch/?p=655</guid>
		<description><![CDATA[Ich habe mich noch mit den Micro-Sims beschäftigt, die im neuen iPad eingesetzt werden. Da ich bereits ein Internet Everywhere besitze von Orange, und die Geräte in den USA massiv billiger sind, werde ich wohl eines &#8220;Importieren&#8221;. Da ich aber noch ein normales Simkärtchen habe, muss ich das zuschneiden. Was aber praktisch ist, wenn man [...]]]></description>
			<content:encoded><![CDATA[<p>Ich habe mich noch mit den Micro-Sims beschäftigt, die im neuen iPad eingesetzt werden. Da ich bereits ein Internet Everywhere besitze von Orange, und die Geräte in den USA massiv billiger sind, werde ich wohl eines &#8220;Importieren&#8221;. Da ich aber noch ein normales Simkärtchen habe, muss ich das zuschneiden.</p>
<p>Was aber praktisch ist, wenn man sich dann, um das in einem normalen (UMTS Stick) Gerät zu benutzen, sind sogenannte Multisim Adapter. Die fressen nämlich genau micro-Simkarten!</p>
<p>Hat jemand zufällig einen total passiven Adapter ansonsten von Micro-Sim auf normale Mini-Simkarte wie in allen heutigen Geräten gesehen? Würde mich über Kommentare freuen</p>
]]></content:encoded>
			<wfw:commentRss>http://adminblog.ch/2010/02/micro-sim-zuschneiden-wie-normal-benutzen/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->