<?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>LucitheR - der Teufel steckt im Detail &#187; Elektronische Basteleien</title>
	<atom:link href="http://lucither.de/category/elektronische-basteleien/feed/" rel="self" type="application/rss+xml" />
	<link>http://lucither.de</link>
	<description>a different set of mind</description>
	<lastBuildDate>Sun, 06 May 2012 21:23:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>::: neue webgalerie :::</title>
		<link>http://lucither.de/2010/03/01/neue-webgalerie/</link>
		<comments>http://lucither.de/2010/03/01/neue-webgalerie/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 12:46:03 +0000</pubDate>
		<dc:creator>lucither</dc:creator>
				<category><![CDATA[Elektronische Basteleien]]></category>
		<category><![CDATA[Fotografie]]></category>
		<category><![CDATA[Gute Nachrichten]]></category>
		<category><![CDATA[Mittagspause]]></category>
		<category><![CDATA[Persönliches]]></category>
		<category><![CDATA[bilder]]></category>
		<category><![CDATA[janbehrens]]></category>
		<category><![CDATA[me]]></category>

		<guid isPermaLink="false">http://lucither.de/2010/03/01/neue-webgalerie/</guid>
		<description><![CDATA[Ich werde demnächst eine neue Webgalerie einstellen, genauer gesagt zwei neue. In unserer aufgeschlossenen Welt ist es augenscheinlich immer noch nicht möglich, mit dem Thema &#8216;Sexualität und ihre Spielarten&#8217; adäquat umzugehen. Darum werde ich eine strikte Trennung vornehmen müssen. In der normalen Galerie (zu erreichen unter &#8216;janbehrens.info&#8217;) werde ich dann die üblichen Bilder (Portrait-halbAkt) einstellen. ]]></description>
			<content:encoded><![CDATA[<p>Ich werde demnächst eine neue Webgalerie einstellen, genauer gesagt zwei neue. In unserer aufgeschlossenen Welt ist es augenscheinlich immer noch nicht möglich, mit dem Thema &#8216;Sexualität und ihre Spielarten&#8217; adäquat umzugehen. Darum werde ich eine strikte Trennung vornehmen müssen. In der normalen Galerie (zu erreichen unter &#8216;janbehrens.info&#8217;) werde ich dann die üblichen Bilder (Portrait-halbAkt) einstellen. Die tiefgründigen, künstlerischen und  zynischen Bilder werden dann anderweitig zu sehen sein.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=0dce4a67-97b6-80d5-b2e0-1abbf326cb26" alt="" /></div>
]]></content:encoded>
			<wfw:commentRss>http://lucither.de/2010/03/01/neue-webgalerie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>::: typo 3 4.3 :::</title>
		<link>http://lucither.de/2009/12/02/typo-3-4-3/</link>
		<comments>http://lucither.de/2009/12/02/typo-3-4-3/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 03:15:54 +0000</pubDate>
		<dc:creator>lucither</dc:creator>
				<category><![CDATA[Code ist Sexy]]></category>
		<category><![CDATA[Elektronische Basteleien]]></category>

		<guid isPermaLink="false">http://lucither.de/2009/12/02/typo-3-4-3/</guid>
		<description><![CDATA[Beim Updaten einer Website auf Typo3 4.3 gab es ein kleines Problem mit tt_news.Nach Installation der Version 3.0.0 wurde überall intermittierend ein &#8216;?&#62;&#8217; angezeigt. Der Grund ist ein doppeltes PHP -Endzeichen in der Klasse tx_ttnews_cache.php, anbei das DIFF um dies zu korrigieren. diff -ru tt_news.orig/lib/class.tx_ttnews_cache.php tt_news/lib/class.tx_ttnews_cache.php&#8212; tt_news.orig/lib/class.tx_ttnews_cache.php&#160;&#160;&#160; 2009-11-27 21:02:21.000000000 +0100+++ tt_news/lib/class.tx_ttnews_cache.php&#160;&#160;&#160; 2009-12-02 04:14:18.000000000 +0100@@ -143,4 ]]></description>
			<content:encoded><![CDATA[<p>Beim Updaten einer Website auf Typo3 4.3 gab es ein kleines Problem mit <b>tt_news</b>.<br />Nach Installation der Version 3.0.0 wurde überall intermittierend ein &#8216;?&gt;&#8217; angezeigt. <br />Der Grund ist ein doppeltes PHP -Endzeichen in der Klasse tx_ttnews_cache.php, anbei das DIFF um dies zu korrigieren.</p>
<blockquote><p>diff -ru tt_news.orig/lib/class.tx_ttnews_cache.php tt_news/lib/class.tx_ttnews_cache.php<br />&#8212; tt_news.orig/lib/class.tx_ttnews_cache.php&nbsp;&nbsp;&nbsp; 2009-11-27 21:02:21.000000000 +0100<br />+++ tt_news/lib/class.tx_ttnews_cache.php&nbsp;&nbsp;&nbsp; 2009-12-02 04:14:18.000000000 +0100<br />@@ -143,4 +143,3 @@<br />&nbsp;&nbsp;&nbsp;&nbsp; include_once ($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/tt_news/lib/class.tx_ttnews_cache.php']);<br />&nbsp;}<br />&nbsp;?&gt;<br />-?&gt;</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=32a1c041-4671-81f6-952a-11cca3c9d4cd" /></div>
]]></content:encoded>
			<wfw:commentRss>http://lucither.de/2009/12/02/typo-3-4-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>::: typoscript :::</title>
		<link>http://lucither.de/2009/07/24/typoscript/</link>
		<comments>http://lucither.de/2009/07/24/typoscript/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 15:38:49 +0000</pubDate>
		<dc:creator>lucither</dc:creator>
				<category><![CDATA[Code ist Sexy]]></category>
		<category><![CDATA[Elektronische Basteleien]]></category>

		<guid isPermaLink="false">http://lucither.de/2009/07/24/typoscript/</guid>
		<description><![CDATA[Für eine Seminarerweiterung sollten die Titel der Kurse&#160; im &#60;title&#62; tag stehen page.headerData.666 = TEXTpage.headerData.666 {&#160;&#160;&#160;&#160;&#160;&#160;&#160; field = title&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }temp.extraTitle=COAtemp.extraTitle {&#160;&#160;&#160;&#160;&#160;&#160;&#160; wrap= &#60;title&#62;&#38;Uuml;bersicht kurs:&#38;nbsp;&#160; &#124;&#160; &#8211; bliblablub&#60;/title&#62;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; 5=RECORDS&#160;&#160;&#160;&#160;&#160;&#160;&#160; 5 {&#160;&#160;&#160;&#160;&#160;&#160;&#160; source = {GPvar:tx_eigeneextension_pi1&#124;seminar}&#160;&#160;&#160;&#160;&#160;&#160;&#160; source.insertData = 1&#160;&#160;&#160;&#160;&#160;&#160;&#160; tables = tx_eigeneextension_input&#160;&#160;&#160;&#160;&#160;&#160;&#160; conf.tx_eigeneextension_input &#62;&#160;&#160;&#160;&#160;&#160;&#160;&#160; conf.tx_eigeneextension_input = TEXT&#160;&#160;&#160;&#160;&#160;&#160;&#160; conf.tx_hwkevents_input.field=titel&#160;&#160;&#160;&#160;&#160;&#160;&#160; }} page.headerData.666&#60; temp.extraTitle]]></description>
			<content:encoded><![CDATA[<p>Für eine Seminarerweiterung sollten die Titel der Kurse&nbsp; im &lt;title&gt; tag stehen</p>
<blockquote><p><font face="Courier New">page.headerData.666 = TEXT<br />page.headerData.666 {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; field = title<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />}<br />temp.extraTitle=COA<br />temp.extraTitle {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wrap= &lt;title&gt;&amp;Uuml;bersicht kurs:&amp;nbsp;&nbsp; |&nbsp; &#8211; bliblablub&lt;/title&gt;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5=RECORDS<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5 {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; source = {GPvar:tx_eigeneextension_pi1|seminar}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; source.insertData = 1<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tables = tx_</font><font face="Courier New">eigeneextension</font><font face="Courier New">_input<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; conf.tx_</font><font face="Courier New">eigeneextension</font><font face="Courier New">_input &gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; conf.tx_</font><font face="Courier New">eigeneextension</font><font face="Courier New">_input = TEXT<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; conf.tx_hwkevents_input.field=titel<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />}</p>
<p>page.headerData.666&lt; temp.extraTitle</font></p></blockquote>
<p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=679a3f90-4a44-8991-aa93-3425f2220b82" /></div>
]]></content:encoded>
			<wfw:commentRss>http://lucither.de/2009/07/24/typoscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>::: spielkram :::</title>
		<link>http://lucither.de/2009/07/22/spielkram/</link>
		<comments>http://lucither.de/2009/07/22/spielkram/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 18:47:48 +0000</pubDate>
		<dc:creator>lucither</dc:creator>
				<category><![CDATA[Elektronische Basteleien]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://lucither.de/2009/07/22/spielkram/</guid>
		<description><![CDATA[So, dies ist ein Zeichen dafür, das der Teufel allmählich verspiessert. Und trotz hochtrabender Worte über Zensur und Freiheit den ganzen Blödsinn der Gadget-Infantilisierung mitmacht. Augenscheinlich genussvoll, würde er sonst hier mit einem iPhone bloggen?um das mass vollzumachen. Noch ein Bild aus nämlichem Gerät]]></description>
			<content:encoded><![CDATA[<p>So, dies ist ein Zeichen dafür, das der Teufel allmählich verspiessert. Und trotz hochtrabender Worte über Zensur und Freiheit den ganzen Blödsinn der Gadget-Infantilisierung mitmacht. Augenscheinlich genussvoll, würde er sonst hier mit einem iPhone bloggen?um das mass vollzumachen. Noch ein Bild aus nämlichem Gerät. </p>
<p><a href="http://lucither.de/wp-content/l_2048_1536_6B909E04-04DF-40DB-B54B-F99F404B26EF.jpeg"><img src="http://lucither.de/wp-content/l_2048_1536_6B909E04-04DF-40DB-B54B-F99F404B26EF.jpeg" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://lucither.de/2009/07/22/spielkram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>::: snippets :::</title>
		<link>http://lucither.de/2009/07/09/snippets/</link>
		<comments>http://lucither.de/2009/07/09/snippets/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 08:34:32 +0000</pubDate>
		<dc:creator>lucither</dc:creator>
				<category><![CDATA[Elektronische Basteleien]]></category>

		<guid isPermaLink="false">http://lucither.de/2009/07/09/snippets/</guid>
		<description><![CDATA[Typo3 Conditions: Code snippet &#8211; Conditions in Typoscript on Snipplr]]></description>
			<content:encoded><![CDATA[<p>Typo3 Conditions:</p>
<div id="snipplr_embed_16432" class="snipplr_embed"><a href="http://snipplr.com/view/16432/conditions-in-typoscript/">Code snippet &#8211; Conditions in Typoscript</a> on Snipplr</div>
<p><script type="text/javascript" src="http://snipplr.com/js/embed.js"></script><script type="text/javascript" src="http://snipplr.com/json/16432"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://lucither.de/2009/07/09/snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>::: httrack :::</title>
		<link>http://lucither.de/2009/07/01/httrack/</link>
		<comments>http://lucither.de/2009/07/01/httrack/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 13:13:16 +0000</pubDate>
		<dc:creator>lucither</dc:creator>
				<category><![CDATA[Elektronische Basteleien]]></category>

		<guid isPermaLink="false">http://lucither.de/2009/07/01/httrack/</guid>
		<description><![CDATA[Wenn man zwecks Präsentationen  Typo3 Websites in statisches HTML umwandeln will, bietet sichHTTRACK an. Folgende Einstellung muss aber vorgenommen werden: Optionen/Spider/ Alte HTTP:/1.0-Anfragen erzwingen(nicht 1.1)]]></description>
			<content:encoded><![CDATA[<p>Wenn man zwecks Präsentationen  Typo3 Websites in statisches HTML umwandeln will, bietet sich<a href="http://www.httrack.com/" target="_blank">HTTRACK</a> an. Folgende Einstellung muss aber vorgenommen werden:</p>
<blockquote><p>Optionen/Spider/ Alte HTTP:/1.0-Anfragen erzwingen(nicht 1.1)</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://lucither.de/2009/07/01/httrack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>::: apache :::</title>
		<link>http://lucither.de/2009/06/19/apache/</link>
		<comments>http://lucither.de/2009/06/19/apache/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 15:01:58 +0000</pubDate>
		<dc:creator>lucither</dc:creator>
				<category><![CDATA[Elektronische Basteleien]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://lucither.de/2009/06/19/apache/</guid>
		<description><![CDATA[Ich hatte heute ein Konfigurationsproblem. Das MOD_REWRITE einer mit Ubuntu Server eingerichteten Blechkiste war nicht geladen. Abhilfe: vermittels  sudo apache2ctl -l kontrollieren ob das Modul überhaupt geladen ist. wenn nicht  a2enmode rewrite ausführen und den Server neustarten]]></description>
			<content:encoded><![CDATA[<p>Ich hatte heute ein Konfigurationsproblem. Das MOD_REWRITE einer mit Ubuntu Server eingerichteten Blechkiste war nicht geladen. Abhilfe:</p>
<ol>
<li> vermittels  <span style="font-family: Courier New;"><strong>sudo apache2ctl -l </strong></span>kontrollieren ob das Modul überhaupt geladen ist.</li>
<li>wenn nicht  <span style="font-family: Courier New;"><strong>a2enmode rewrite </strong></span> ausführen und den Server neustarten.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://lucither.de/2009/06/19/apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>::: ubuntu server micro-howto:::</title>
		<link>http://lucither.de/2009/06/04/ubuntu-server-micro-howto/</link>
		<comments>http://lucither.de/2009/06/04/ubuntu-server-micro-howto/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 11:27:54 +0000</pubDate>
		<dc:creator>lucither</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Elektronische Basteleien]]></category>

		<guid isPermaLink="false">http://lucither.de/?p=143</guid>
		<description><![CDATA[Einen Ubuntu Server  bringt man folgendermaßen ins Netz. Nach der Installation sind noch einige Schritte zu tun : sudo vi /etc/network/interfaces # Primäres Interface auto  eth0 iface eth0 inet static address   192.168.0.2 gateway  192.168.0.1 netmask  255.255.255.0 network  192.168.0.0 broadcast 192.168.0.255 danach noch die /etc/resolv.conf anpassen sudo vi /etc/resolv.conf # hier den namen des dns servers ]]></description>
			<content:encoded><![CDATA[<p>Einen Ubuntu Server  bringt man folgendermaßen ins Netz.</p>
<p>Nach der Installation sind noch einige Schritte zu tun :</p>
<blockquote><p><span style="font-family: Courier New;">sudo vi /etc/network/interfaces </span></p>
<p><span style="font-family: Courier New;"># Primäres Interface<br />
auto  eth0<br />
iface eth0 inet static<br />
address   192.168.0.2<br />
gateway  192.168.0.1<br />
netmask  255.255.255.0<br />
network  192.168.0.0<br />
broadcast 192.168.0.255</span></p></blockquote>
<p>danach noch die /etc/resolv.conf anpassen</p>
<blockquote><p><span style="font-family: Courier New;">sudo vi /etc/resolv.conf<br />
</span></p></blockquote>
<blockquote><p><span style="font-family: Courier New;"># hier den namen des dns servers<br />
nameserver 192.168.0.1</span></p></blockquote>
<p>Sicherheitshalber noch ein Standard Gateway definieren.</p>
<blockquote><p><span style="font-family: Courier New;">sudo route add default gw 192.168.0.1</span></p></blockquote>
<p>Nach alledem  ist noch ein Neustart des Netzwerkes erforderlich:</p>
<blockquote><p><span style="font-family: Courier New;">sudo /etc/init.d/networking restart</span></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://lucither.de/2009/06/04/ubuntu-server-micro-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

