<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Thomas Lauria - Blog</title>
    <link>http://blog.thomas-lauria.de/</link>
    <description>A place to store infos...</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    <pubDate>Tue, 24 Aug 2010 07:49:25 GMT</pubDate>

    <image>
        <url>http://blog.thomas-lauria.de/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Thomas Lauria - Blog - A place to store infos...</title>
        <link>http://blog.thomas-lauria.de/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Ext JS Image Crop</title>
    <link>http://blog.thomas-lauria.de/archives/13-Ext-JS-Image-Crop.html</link>
            <category>ExtJS</category>
    
    <comments>http://blog.thomas-lauria.de/archives/13-Ext-JS-Image-Crop.html#comments</comments>
    <wfw:comment>http://blog.thomas-lauria.de/wfwcomment.php?cid=13</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.thomas-lauria.de/rss.php?version=2.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lauria)</author>
    <content:encoded>
    &lt;p&gt;Looking for a simple image crop utility in ExtJS? A Demo can be found at &lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;a title=&quot;ExtJS Image Crop Demo&quot; href=&quot;http://thomas-lauria.de/extamples/image_crop.html&quot;&gt;http://thomas-lauria.de/extamples/image_crop.html&lt;/a&gt; &lt;/p&gt; &lt;br /&gt;
&lt;p&gt;The source code have&amp;#160; to been extracted from the html source.&lt;br /&gt;&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;I am going to wrap the technique with a JS Class soon.&lt;/p&gt; &lt;br /&gt;
&lt;p&gt; &lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 24 Aug 2010 09:43:54 +0200</pubDate>
    <guid isPermaLink="false">http://blog.thomas-lauria.de/archives/13-guid.html</guid>
    
</item>
<item>
    <title>EXT Designer und MDSD</title>
    <link>http://blog.thomas-lauria.de/archives/12-EXT-Designer-und-MDSD.html</link>
            <category>MDSD / MDA / DSL / EMF / Xtext / Xpand / Xtend</category>
            <category>web development</category>
    
    <comments>http://blog.thomas-lauria.de/archives/12-EXT-Designer-und-MDSD.html#comments</comments>
    <wfw:comment>http://blog.thomas-lauria.de/wfwcomment.php?cid=12</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.thomas-lauria.de/rss.php?version=2.0&amp;type=comments&amp;cid=12</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lauria)</author>
    <content:encoded>
    &lt;p&gt;Die Tage hab ich mir die Trial Version vom &lt;a href=&quot;http://www.sencha.com/products/designer/&quot;&gt;Ext Designer für ExtJS&lt;/a&gt; besorgt. Hintergrund ist ein Projekt bei dem eine Verwaltungssoftware entwickelt werden soll. Das Backend soll aus PHP / MySQL / REST bestehen, das Frontend eben mit ExtJS umgesetzt werden. Dabei soll die Applikation mit Methoden der Modellgetriebenen Softwareentwicklung (MDSD) umgesetzt werden.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Bei der Erstellung von ExtJS Oberflächen lässt der Designer keine Wünsche offen. In einem anderen &lt;a href=&quot;loianegroner.com/2010/04/ext-designer-review/&quot;&gt;Review&lt;/a&gt; wurde bemängelt, dass der Designer das ganze Projekt als eine Klasse generiert. Dem muss ich widersprechen, es lassen sich einzelne Komponenten durchaus als eigene Klassen und damit auch als eigene Dateien exportieren (Vermutlich war es eine ältere Version des Designers). Somit ist es entgegen dem bereits erwähnten &lt;a href=&quot;http://loianegroner.com/2010/04/ext-designer-review/&quot;&gt;Review von Loiane Groner&lt;/a&gt; durchaus möglich, auch größere Projekte mit Hilfe von Ext Designer umzusetzen.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Viel interessanter war allerdings die Fragestellung, ob und wie sich die Stores im Ext Designer automatisch generieren lassen. Die komplette Datenstruktur des Projektes soll automatisch aus einem Modell generiert werden. Es wäre mehr als kontraproduktiv, wenn die Datenstruktur in ExtJS in Form der Stores nun händisch im Designer angelegt werden müssten. &lt;br /&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Ein Blick in das XDS Projekt File des Ext Designers zeigte eine mögliche Lösung auf. Das komplette Ext JS Projekt wird in Form einer JSON Datenstruktur abgelegt. Somit ist es möglich die Datenstruktur der Stores ebenfalls automatisch zu generieren, und dann in der entsprechenden Projektdatei abzulegen.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Eine exemplarische Umsetzung folgt...&lt;br /&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 06 Aug 2010 10:35:04 +0200</pubDate>
    <guid isPermaLink="false">http://blog.thomas-lauria.de/archives/12-guid.html</guid>
    
</item>
<item>
    <title>xtext error: The first rule must be a parser rule.</title>
    <link>http://blog.thomas-lauria.de/archives/11-xtext-error-The-first-rule-must-be-a-parser-rule..html</link>
            <category>MDSD / MDA / DSL / EMF / Xtext / Xpand / Xtend</category>
    
    <comments>http://blog.thomas-lauria.de/archives/11-xtext-error-The-first-rule-must-be-a-parser-rule..html#comments</comments>
    <wfw:comment>http://blog.thomas-lauria.de/wfwcomment.php?cid=11</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.thomas-lauria.de/rss.php?version=2.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lauria)</author>
    <content:encoded>
    &lt;p&gt;I &#039;ve got an error on creating my own Terminals in Xtext:&lt;/p&gt; &lt;br /&gt;
&lt;blockquote class=&quot;webkit-indent-blockquote&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt; &lt;br /&gt;
&lt;p&gt;&lt;font face=&quot;&#039;courier new&#039;, courier, monospace&quot;&gt;grammar de.lastit.webapp.WebAppDsl with org.eclipse.xtext.common.Terminals&lt;/font&gt;&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;&lt;font face=&quot;&#039;courier new&#039;, courier, monospace&quot;&gt;generate webAppDsl &amp;quot;http://www.lastit.de/webapp/WebAppDsl&amp;quot;&lt;/font&gt;&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;&lt;font face=&quot;&#039;courier new&#039;, courier, monospace&quot;&gt;&lt;em&gt;terminal ARRAY: &#039;[&#039; ... &#039;]&#039;;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;font face=&quot;&#039;courier new&#039;, courier, monospace&quot;&gt;Model :&lt;/font&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre; &quot;&gt;&lt;font face=&quot;&#039;courier new&#039;, courier, monospace&quot;&gt; &lt;/font&gt;&lt;/span&gt;&lt;font face=&quot;&#039;courier new&#039;, courier, monospace&quot;&gt;(elements+=Element)*; &lt;/font&gt;&lt;/p&gt; &lt;br /&gt;
&lt;/blockquote&gt; &lt;br /&gt;
&lt;p&gt;The Solution is simple: own &amp;quot;terminal&amp;quot; rules must be at the end of the file:&lt;/p&gt; &lt;br /&gt;
&lt;blockquote class=&quot;webkit-indent-blockquote&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt; &lt;br /&gt;
&lt;p&gt;&lt;font face=&quot;&#039;courier new&#039;, courier, monospace&quot;&gt;grammar de.lastit.webapp.WebAppDsl with org.eclipse.xtext.common.Terminals&lt;/font&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;font face=&quot;&#039;courier new&#039;, courier, monospace&quot;&gt;generate webAppDsl &amp;quot;http://www.lastit.de/webapp/WebAppDsl&amp;quot;&lt;/font&gt;&lt;/p&gt;&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;&lt;br /&gt;
&lt;p&gt;&lt;font face=&quot;&#039;courier new&#039;, courier, monospace&quot;&gt;Model :&lt;/font&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre; &quot;&gt;&lt;font face=&quot;&#039;courier new&#039;, courier, monospace&quot;&gt; &lt;/font&gt;&lt;/span&gt;&lt;font face=&quot;&#039;courier new&#039;, courier, monospace&quot;&gt;(elements+=Element)*;&amp;#160;&lt;/font&gt; &lt;/p&gt;&lt;br /&gt;
&lt;p&gt;[...]&lt;/p&gt;&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier, monospace; &quot;&gt;&lt;em&gt;terminal ARRAY: &#039;[&#039; ... &#039;]&#039;;&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;br /&gt;
&lt;/blockquote&gt; &lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;br /&gt;
&lt;p&gt;Keywords: MDSD,Eclipse,EMF,Xtext,terminal,error,oAW&lt;/p&gt; &lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;br /&gt;
&lt;p&gt; &lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 31 Jul 2010 14:12:10 +0200</pubDate>
    <guid isPermaLink="false">http://blog.thomas-lauria.de/archives/11-guid.html</guid>
    
</item>
<item>
    <title>Nützliche Tools beim Finden und entfernen von Malware / Viren / Würmer und Trojanern</title>
    <link>http://blog.thomas-lauria.de/archives/10-Nuetzliche-Tools-beim-Finden-und-entfernen-von-Malware-Viren-Wuermer-und-Trojanern.html</link>
            <category>Digital Live</category>
    
    <comments>http://blog.thomas-lauria.de/archives/10-Nuetzliche-Tools-beim-Finden-und-entfernen-von-Malware-Viren-Wuermer-und-Trojanern.html#comments</comments>
    <wfw:comment>http://blog.thomas-lauria.de/wfwcomment.php?cid=10</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.thomas-lauria.de/rss.php?version=2.0&amp;type=comments&amp;cid=10</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lauria)</author>
    <content:encoded>
    &lt;p&gt;&amp;#160;Die folgenden Tools sind beim Finden und entfernen von Malware durchaus hilfreich:&lt;br /&gt;&lt;/p&gt; &lt;br /&gt;
&lt;ul&gt; &lt;br /&gt;
&lt;li&gt;Erstellt eine Datenbank mit Prüfsummen der Systemdateien und überprüft diese&lt;br /&gt;http://support.microsoft.com/kb/841290&lt;/li&gt; &lt;br /&gt;
&lt;li&gt;PSI: überprüft installierte Software auf Aktualität&lt;br /&gt;http://secunia.com/vulnerability_scanning/personal/&lt;br /&gt;&lt;/li&gt; &lt;br /&gt;
&lt;li&gt;GMER: Rootkit Scanner&lt;br /&gt;http://www.gmer.net/&lt;/li&gt; &lt;br /&gt;
&lt;li&gt;Sysinternals Tools: &lt;br /&gt;http://technet.microsoft.com/de-de/sysinternals/default.aspx&lt;br /&gt;&lt;/li&gt; &lt;br /&gt;
&lt;ul&gt; &lt;br /&gt;
&lt;li&gt;Process Explorer: listet Prozesse und Systeminfos&lt;br /&gt;&lt;/li&gt; &lt;br /&gt;
&lt;li&gt;AutoRuns: Auflistung was bei Booten alles passiert&lt;br /&gt;&lt;/li&gt; &lt;br /&gt;
&lt;li&gt;RootkitRevealer: Software um versteckte Dateien und Prozesse zu finden&lt;br /&gt;&lt;/li&gt; &lt;br /&gt;
&lt;li&gt;TcpView: zeigt offene TCP Verbindungen&lt;br /&gt;&lt;/li&gt; &lt;br /&gt;
&lt;li&gt;Sigcheck: überprüft Signaturen installierter Dateien (speziell Systemdateien)&lt;/li&gt; &lt;br /&gt;
&lt;/ul&gt; &lt;br /&gt;
&lt;li&gt;BartPE: von CD startbare Windows Umgebung&lt;br /&gt;http://www.nu2.nu/pebuilder/&lt;/li&gt; &lt;br /&gt;
&lt;li&gt;Hex-Editor: um MBR Rootkits zu entfernen&lt;br /&gt;http://hexedit.nextsoft.de/&lt;/li&gt; &lt;br /&gt;
&lt;li&gt;Online Virenscanner:&lt;br /&gt;http://www.virustotal.com&lt;/li&gt; &lt;br /&gt;
&lt;li&gt;Online Malware Archive:&lt;br /&gt;http://www.offensivecomputing.net/&lt;br /&gt;&lt;/li&gt; &lt;br /&gt;
&lt;/ul&gt; 
    </content:encoded>

    <pubDate>Wed, 19 May 2010 14:39:41 +0200</pubDate>
    <guid isPermaLink="false">http://blog.thomas-lauria.de/archives/10-guid.html</guid>
    
</item>
<item>
    <title>Mozilla Lightning 1.0b1 for Thunderbird 3 on linux amd64</title>
    <link>http://blog.thomas-lauria.de/archives/9-Mozilla-Lightning-1.0b1-for-Thunderbird-3-on-linux-amd64.html</link>
            <category>Software</category>
    
    <comments>http://blog.thomas-lauria.de/archives/9-Mozilla-Lightning-1.0b1-for-Thunderbird-3-on-linux-amd64.html#comments</comments>
    <wfw:comment>http://blog.thomas-lauria.de/wfwcomment.php?cid=9</wfw:comment>

    <slash:comments>10</slash:comments>
    <wfw:commentRss>http://blog.thomas-lauria.de/rss.php?version=2.0&amp;type=comments&amp;cid=9</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lauria)</author>
    <content:encoded>
    &lt;p&gt;UPDATE: Mozilla provides now also an &lt;a title=&quot;native mozilla build&quot; href=&quot;http://www.mozilla.org/projects/calendar/releases/lightning1.0b1.html#contributedbuilds&quot;&gt;amd64 build.&lt;/a&gt; &lt;br /&gt;&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;br /&gt;
&lt;p&gt;I am using gentoo linux on an amd64 machine and I upgraded to Thunderbird 3. The official Lightning Release 0.9 is only running on Thunderbird 2.*&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;Thunderbird 3 needs Lightning 1.0b1, on official Mozilla Sites I couldn&#039;t find any build of lightning 1.0b1 for Linux on amd64.&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;I build Lightning on my own, guided by the instructions on the &lt;a href=&quot;https://developer.mozilla.org/en/Simple_Sunbird_build&quot; target=&quot;_blank&quot; title=&quot;Show Mozilla Build Instructions&quot;&gt;Mozilla Dev Site&lt;/a&gt;.&lt;/p&gt; &lt;br /&gt;
&lt;blockquote&gt; &lt;br /&gt;
&lt;p&gt;You can download &lt;a title=&quot;lightning.xpi&quot; href=&quot;http://blog.thomas-lauria.de/uploads/Dateien/lightning.xpi&quot;&gt;&lt;strong&gt;my lightning.xpi here&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;&lt;a href=&quot;http://blog.thomas-lauria.de/uploads/Dateien/calendar-timezones.xpi&quot;&gt;calendar-timezones.xpi&lt;/a&gt; and &lt;a title=&quot;gdata-provider.xpi&quot; href=&quot;http://blog.thomas-lauria.de/uploads/Dateien/gdata-provider.xpi&quot;&gt;gdata-provider.xpi&lt;/a&gt; were also created.&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;No warranty on using this unofficial XPI Files!&lt;/p&gt; &lt;br /&gt;
&lt;/blockquote&gt; &lt;br /&gt;
&lt;p&gt;Lightning is running fine on my Machine. No warranty on using this Lighting Build!&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;-&lt;/p&gt; &lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt; &lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt; &lt;br /&gt;
&lt;h4&gt;If you want build your own Lightning:&lt;/h4&gt; &lt;br /&gt;
&lt;p&gt;In Addition to the Instructions on the &lt;a href=&quot;https://developer.mozilla.org/en/Simple_Sunbird_build&quot; target=&quot;_blank&quot; title=&quot;Show Mozilla Build Instructions&quot;&gt;Mozilla Dev Site&lt;/a&gt; I had to apply a patch from &lt;a href=&quot;https://bugzilla.mozilla.org/show_bug.cgi?id=533070&quot; target=&quot;_blank&quot; title=&quot;Show Bug on Mozillas Bugzilla&quot;&gt;bugzilla.mozilla.com&lt;/a&gt;:&lt;/p&gt; &lt;br /&gt;
&lt;blockquote&gt; &lt;br /&gt;
&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;wget https://bugzilla.mozilla.org/attachment.cgi?id=416546 -O patchBug533070&lt;br /&gt;hg patch patchBug533070&lt;br /&gt;# all in the comm-1.9.1 directory&lt;/font&gt;&lt;/p&gt; &lt;br /&gt;
&lt;/blockquote&gt; &lt;br /&gt;
&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;/font&gt;and I used the following .mozconfig:&lt;/p&gt; &lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;br /&gt;
&lt;blockquote&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;ac_add_options --enable-application=calendar&lt;/font&gt;&lt;br /&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;mk_add_options MOZ_OBJDIR=&lt;sub&gt;TOPSRCDIR&lt;/sub&gt;/objdir-sb-release&lt;/font&gt;&lt;br /&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;mk_add_options MOZ_MAKE_FLAGS=&amp;quot;-j4&amp;quot;&lt;/font&gt;&lt;br /&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;ac_add_options --enable-calendar --disable-official-branding&lt;/font&gt;&lt;/blockquote&gt; &lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;br /&gt;
&lt;p&gt; &lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 19 Dec 2009 17:46:31 +0100</pubDate>
    <guid isPermaLink="false">http://blog.thomas-lauria.de/archives/9-guid.html</guid>
    
</item>
<item>
    <title>Does the Acrobat eBook Reader run on Linux?</title>
    <link>http://blog.thomas-lauria.de/archives/8-Does-the-Acrobat-eBook-Reader-run-on-Linux.html</link>
            <category>Linux</category>
    
    <comments>http://blog.thomas-lauria.de/archives/8-Does-the-Acrobat-eBook-Reader-run-on-Linux.html#comments</comments>
    <wfw:comment>http://blog.thomas-lauria.de/wfwcomment.php?cid=8</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.thomas-lauria.de/rss.php?version=2.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lauria)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;Da kauf ich mir ein Buch und bekomm damit gleichzeitig die Möglichkeit das passende eBook zu downloaden. Gesagt getan. &lt;/p&gt;&lt;p&gt;Nach dem download des eBooks im augenscheinlichen PDF Format bekomm ich zu lesen dass ich mir Adobe Digitals Edition installieren soll. &lt;/p&gt;&lt;p&gt;Nach kurzer Recherche find ich folgendes auf&lt;br /&gt;&lt;a href=&quot;http://www.adobe.com/support/ebookrdrfaq.html#linux&quot;&gt;http://www.adobe.com/support/ebookrdrfaq.html#linux&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Vorneweg, wenn ich sowas les, da könnt ich kotzen. Vor allem gibt es ne Mac Variante...&lt;/p&gt;&lt;br /&gt;
		&lt;blockquote&gt;&lt;p&gt;&lt;b&gt;Technical questions&lt;br /&gt;&lt;a name=&quot;linux&quot;&gt;&lt;/a&gt;Does the Acrobat eBook Reader run on Linux?&lt;/b&gt;&lt;/p&gt;&lt;p&gt;We&lt;br /&gt;
do not currently plan to develop a version for the Linux platform, but&lt;br /&gt;
we may in the future if that platform becomes more widely used.&lt;/p&gt;&lt;p /&gt;&lt;/blockquote&gt;Nach der Odyssee mit Flashplayer für Linux unter AMD64 Prozessoren nun so was. Da könnt ich echt schei... schreien. 
    </content:encoded>

    <pubDate>Sat, 13 Jun 2009 11:22:51 +0200</pubDate>
    <guid isPermaLink="false">http://blog.thomas-lauria.de/archives/8-guid.html</guid>
    
</item>
<item>
    <title>firefox 32bit plugins auf 64bit reminder</title>
    <link>http://blog.thomas-lauria.de/archives/7-firefox-32bit-plugins-auf-64bit-reminder.html</link>
            <category>Linux</category>
    
    <comments>http://blog.thomas-lauria.de/archives/7-firefox-32bit-plugins-auf-64bit-reminder.html#comments</comments>
    <wfw:comment>http://blog.thomas-lauria.de/wfwcomment.php?cid=7</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.thomas-lauria.de/rss.php?version=2.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lauria)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;Gentoo emerge output als reminder:&lt;/p&gt;&lt;p&gt;Any 32bit plugins you currently have installed have now been configured to work in a 64bit browser. Any plugins you install in the future will first need to be setup with:&lt;/p&gt;&lt;p&gt;&amp;quot;nspluginwrapper -i &amp;lt;path-to-32bit-plugin&amp;gt;&amp;quot;&lt;/p&gt;&lt;p&gt;before they will function in a 64bit browser&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 11 May 2009 17:57:05 +0200</pubDate>
    <guid isPermaLink="false">http://blog.thomas-lauria.de/archives/7-guid.html</guid>
    
</item>
<item>
    <title>MySQL CREATE VIEW: Error 1044 (42000)</title>
    <link>http://blog.thomas-lauria.de/archives/6-MySQL-CREATE-VIEW-Error-1044-42000.html</link>
            <category>Software</category>
    
    <comments>http://blog.thomas-lauria.de/archives/6-MySQL-CREATE-VIEW-Error-1044-42000.html#comments</comments>
    <wfw:comment>http://blog.thomas-lauria.de/wfwcomment.php?cid=6</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.thomas-lauria.de/rss.php?version=2.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lauria)</author>
    <content:encoded>
    &lt;p&gt;Beim erstellen von Views in eine MySQL Datenbank kam immer der Zugriffsfehler 1044.&lt;/p&gt;&lt;p&gt;Zuvor hatte ich das &amp;quot;CREATE VIEW&amp;quot; Privileg hinzugefügt:&lt;/p&gt;&lt;p&gt;mysql&amp;gt; GRANT CREATE VIEW ON `db`.* TO &#039;user&#039;@&#039;localhost&#039;;&lt;br /&gt;Query OK, 0 rows affected (0.00 sec)                                                             &lt;br /&gt;&lt;br /&gt;mysql&amp;gt; flush privileges;&lt;br /&gt;ERROR 1146 (42S02): Table &#039;mysql.procs_priv&#039; doesn&#039;t exist&lt;/p&gt;&lt;p&gt;Bei dem Fehler 1146 dachte ich mir nichts dabei. Funktioniert hats trotzdem nicht, das Problem war, dass die mysql Tabellenstruktur nicht aktuell war.&lt;/p&gt;&lt;p&gt;Ein&lt;br /&gt;mysql_upgrade -u root -p&lt;br /&gt;auf der Konsole hat geholfen.&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 14 Apr 2009 11:12:24 +0200</pubDate>
    <guid isPermaLink="false">http://blog.thomas-lauria.de/archives/6-guid.html</guid>
    
</item>
<item>
    <title>SSL aufm Server einrichten</title>
    <link>http://blog.thomas-lauria.de/archives/5-SSL-aufm-Server-einrichten.html</link>
            <category>Linux</category>
    
    <comments>http://blog.thomas-lauria.de/archives/5-SSL-aufm-Server-einrichten.html#comments</comments>
    <wfw:comment>http://blog.thomas-lauria.de/wfwcomment.php?cid=5</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.thomas-lauria.de/rss.php?version=2.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lauria)</author>
    <content:encoded>
    &lt;p&gt;Hab bei mir aufm Server folgende Notiz gefunden:&lt;/p&gt;&lt;p&gt;CA Key erstellen, wenn nicht vorhanden (mit default passphrase):&lt;br /&gt;openssl genrsa -des3 -out ca.passphrase.key 1024&lt;br /&gt;&lt;br /&gt;CA Key erstellen ohne passphrase für postfix&lt;br /&gt;openssl genrsa -out ca.key 1024&lt;br /&gt;&lt;br /&gt;CSR erstellen:&lt;br /&gt;openssl req -new -key ca.key -days 3652 -nodes -keyout newreq.pem -out newreq.pem&lt;br /&gt;&lt;br /&gt;CSR zertifizieren:&lt;br /&gt;openssl ca -selfsign -days 3652 -keyfile ca.key -policy policy_anything -out newcert.pem -infiles newreq.pem&lt;br /&gt;&lt;br /&gt;Zertifikate nach postfix kopieren:&lt;br /&gt;cp newreq.pem newcert.pem demoCA/cacert.pem /etc/postfix&lt;br /&gt;&lt;br /&gt;Private Key brauchen wir auch noch&lt;br /&gt;cat ca.key &amp;gt;&amp;gt; /etc/postfix/newreq.pem&lt;br /&gt;&lt;br /&gt;fuer den IMAPD TLS folgendes script aufrufen:&lt;br /&gt;mkimapdcert&lt;br /&gt;&lt;br /&gt;für die Zukunft:&lt;br /&gt;http://www.cacert.org/ da kann man wohl ein halb offizielles Zert besorgen&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Desweiteren hab ich noch folgendes &lt;a href=&quot;http://mrfoo.de/archiv/347-Howto-Apache2-SSL-Zertifikat-erstellen-und-aktivieren.html&quot; target=&quot;_blank&quot;&gt;HowTo&lt;/a&gt; gefunden:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 12 Dec 2008 22:57:53 +0100</pubDate>
    <guid isPermaLink="false">http://blog.thomas-lauria.de/archives/5-guid.html</guid>
    
</item>
<item>
    <title>Root Server per ssh tunnel ins Heimnetz einbinden</title>
    <link>http://blog.thomas-lauria.de/archives/4-Root-Server-per-ssh-tunnel-ins-Heimnetz-einbinden.html</link>
            <category>Linux</category>
    
    <comments>http://blog.thomas-lauria.de/archives/4-Root-Server-per-ssh-tunnel-ins-Heimnetz-einbinden.html#comments</comments>
    <wfw:comment>http://blog.thomas-lauria.de/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://blog.thomas-lauria.de/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lauria)</author>
    <content:encoded>
    &lt;p&gt;Um den Root Server im Rechenzentrum lokal in das eigene Heimnetz zu integrieren waren die folgenden Schritte nötig.&lt;/p&gt;&lt;p&gt;Zuerst die bestehende Topologie:&lt;/p&gt;&lt;p&gt;Heimnetz: 192.168.5.0/24&lt;/p&gt;&lt;p&gt;Router: 192.168.5.253 (im folgenden ROUTER)&lt;/p&gt;&lt;p&gt;DMZ: 192.168.5.19 (im folgenden DMZ)&lt;/p&gt;&lt;p&gt;Root Server: 81.169.185.123 (im folgenden SERVER)&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Nun die durchgeführten Schritte (als root):&lt;/p&gt;&lt;ol&gt;&lt;li&gt;auf DMZ: # ssh SERVER -w 0:0 &lt;/li&gt;&lt;li&gt;auf SERVER: # ifconfig tun0 192.168.5.18 netmask 255.255.255.0 up&lt;/li&gt;&lt;li&gt;auf SERVER (wenn die route fehlt): # route add -net 192.168.5.0/24 tun0&lt;/li&gt;&lt;li&gt;auf DMZ: # ifconfig tun0 192.168.5.17 netmask 255.255.255.0 up&lt;/li&gt;&lt;li&gt;auf DMZ: # route add -host 192.168.5.18 tun0&lt;/li&gt;&lt;li&gt;auf DMZ: # sysctl -q -w net.ipv4.ip_forward=1     (testen ob überhaupt nötig)&lt;/li&gt;&lt;li&gt;auf ROUTER: # route add -host 192.168.5.18 192.168.5.17&lt;/li&gt;&lt;/ol&gt;Ohne Schritt 7 wäre SERVER nur von DMZ aus per 192.168.5.18 erreichbar, durch das eintragen von dem routing auf dem ROUTER funktioniert das im ganzen Netz. &lt;p /&gt;&lt;p&gt;Somit ist der Server im Rechenzentrum nun im private Heimnetzwerk unter der IP 192.168.5.18 erreichbar, und vom SERVER aus kann man bequem auf das private Netz zugreifen.&lt;/p&gt;&lt;p /&gt;&lt;p /&gt; 
    </content:encoded>

    <pubDate>Wed, 14 Nov 2007 09:35:29 +0100</pubDate>
    <guid isPermaLink="false">http://blog.thomas-lauria.de/archives/4-guid.html</guid>
    
</item>
<item>
    <title>Browserweichen bei HTML/CSS/Javascript Entwicklung</title>
    <link>http://blog.thomas-lauria.de/archives/3-Browserweichen-bei-HTMLCSSJavascript-Entwicklung.html</link>
            <category>web development</category>
    
    <comments>http://blog.thomas-lauria.de/archives/3-Browserweichen-bei-HTMLCSSJavascript-Entwicklung.html#comments</comments>
    <wfw:comment>http://blog.thomas-lauria.de/wfwcomment.php?cid=3</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.thomas-lauria.de/rss.php?version=2.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lauria)</author>
    <content:encoded>
    Dieser Eintrag soll als Reminder für ich dienen dass ich nicht immer danach suchen muss &lt;img src=&quot;http://blog.thomas-lauria.de/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; &lt;br /&gt;
&lt;br /&gt;
Im HTML speziell für IE&lt;pre&gt;&amp;lt;!--[if IE]&gt;&amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;foo.css&quot;&gt;&amp;lt;![endif]--&gt;&lt;br /&gt;
&amp;lt;!--[if lt IE 7]&gt;&amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;foo.css&quot;&gt;&amp;lt;![endif]--&gt;&lt;br /&gt;
&lt;/pre&gt;&lt;br /&gt;
Im Javascript:&lt;br /&gt;
  if(/MSIE 6.0/.test(navigator.userAgent))&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 10 Oct 2007 15:51:14 +0200</pubDate>
    <guid isPermaLink="false">http://blog.thomas-lauria.de/archives/3-guid.html</guid>
    
</item>
<item>
    <title>googleearth gentoo ati-drivers fglrx hängt beim initialisieren</title>
    <link>http://blog.thomas-lauria.de/archives/2-googleearth-gentoo-ati-drivers-fglrx-haengt-beim-initialisieren.html</link>
            <category>Software</category>
    
    <comments>http://blog.thomas-lauria.de/archives/2-googleearth-gentoo-ati-drivers-fglrx-haengt-beim-initialisieren.html#comments</comments>
    <wfw:comment>http://blog.thomas-lauria.de/wfwcomment.php?cid=2</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.thomas-lauria.de/rss.php?version=2.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lauria)</author>
    <content:encoded>
    Googleearth lässt sich mit den neuesten ati-drivers und fglrx wohl nicht mehr starten.&lt;br /&gt;
Abhilfe schaffte folgender Tip von folgender Seite:&lt;br /&gt;
http://forum.ubuntuusers.de/topic/111038/?highlight=&lt;br /&gt;
&lt;br /&gt;
Im wesentlichen wird da folgendes beschrieben:&lt;br /&gt;
1. alten Ati Treiber (Version 8.27.10) von http://ati.amd.com/support/drivers/linux/radeonprevious-linux.html laden&lt;br /&gt;
2. ati-driver-installer[version].run --extract ausführen&lt;br /&gt;
3. die darin enthaltenten libGL.so.1.2 nach ins googleearth install verzeichnis als libGL.so.1 kopieren&lt;br /&gt;
4. googleearth starten =&gt; tut&lt;br /&gt;
&lt;br /&gt;
Bei mir treten im Moment als normal User dann folgende Fehler auf:&lt;br /&gt;
__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!&lt;br /&gt;
fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!&lt;br /&gt;
&lt;br /&gt;
Als root tuts ohne die Fehler. Wenn ich Zeit hab kümmer ich mich auch noch darum... 
    </content:encoded>

    <pubDate>Tue, 09 Oct 2007 10:11:13 +0200</pubDate>
    <guid isPermaLink="false">http://blog.thomas-lauria.de/archives/2-guid.html</guid>
    
</item>
<item>
    <title>endlich wieder ein blog....</title>
    <link>http://blog.thomas-lauria.de/archives/1-endlich-wieder-ein-blog.....html</link>
    
    <comments>http://blog.thomas-lauria.de/archives/1-endlich-wieder-ein-blog.....html#comments</comments>
    <wfw:comment>http://blog.thomas-lauria.de/wfwcomment.php?cid=1</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.thomas-lauria.de/rss.php?version=2.0&amp;type=comments&amp;cid=1</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lauria)</author>
    <content:encoded>
    Nach nun doch langer Zeit hab ich es endlich geschafft auf http://blog.thomas-lauria.de wieder mein blog einzurichten... Der Hauptzweck und Sinn des Blogs soll sein über persönlich erfahrene und gelöste Probleme rund ums Thema Internet, PC etc zzu berichten, einmal für mich zum nachschlagen, und einmal für die nachwelt zum nachlesen... Ich hoffe damit dem einen oder anderen ein langes Kopfzerbrechen zu ersparen... Ansonsten werden sich sicherlich auch noch andere Dinge hier finden, aber da ist der geneigte Leser ja selbst im Stande herauszufinden um was es geht... &lt;img src=&quot;http://blog.thomas-lauria.de/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Fri, 28 Sep 2007 07:42:10 +0200</pubDate>
    <guid isPermaLink="false">http://blog.thomas-lauria.de/archives/1-guid.html</guid>
    
</item>

</channel>
</rss>