<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://blog.thomas-lauria.de/feeds/atom.xml" rel="self" title="Thomas Lauria - Blog" type="application/atom+xml" />
    <link href="http://blog.thomas-lauria.de/"                        rel="alternate"    title="Thomas Lauria - Blog" type="text/html" />
    <link href="http://blog.thomas-lauria.de/rss.php?version=2.0"     rel="alternate"    title="Thomas Lauria - Blog" type="application/rss+xml" />
    <title type="html">Thomas Lauria - Blog</title>
    <subtitle type="html">A place to store infos...</subtitle>
    <icon>http://blog.thomas-lauria.de/templates/default/img/s9y_banner_small.png</icon>
    <id>http://blog.thomas-lauria.de/</id>
    <updated>2010-08-24T07:49:25Z</updated>
    <generator uri="http://www.s9y.org/" version="1.4.1">Serendipity 1.4.1 - http://www.s9y.org/</generator>
    <dc:language>de</dc:language>

    <entry>
        <link href="http://blog.thomas-lauria.de/archives/13-Ext-JS-Image-Crop.html" rel="alternate" title="Ext JS Image Crop" />
        <author>
            <name>Thomas Lauria</name>
                    </author>
    
        <published>2010-08-24T07:43:54Z</published>
        <updated>2010-08-24T07:49:25Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    
            <category scheme="http://blog.thomas-lauria.de/categories/11-ExtJS" label="ExtJS" term="ExtJS" />
    
        <id>http://blog.thomas-lauria.de/archives/13-guid.html</id>
        <title type="html">Ext JS Image Crop</title>
        <content type="xhtml" xml:base="http://blog.thomas-lauria.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Looking for a simple image crop utility in ExtJS? A Demo can be found at </p><br />
<p><a title="ExtJS Image Crop Demo" href="http://thomas-lauria.de/extamples/image_crop.html">http://thomas-lauria.de/extamples/image_crop.html</a> </p> <br />
<p>The source code have&#160; to been extracted from the html source.<br /></p> <br />
<p>I am going to wrap the technique with a JS Class soon.</p> <br />
<p> </p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://blog.thomas-lauria.de/archives/12-EXT-Designer-und-MDSD.html" rel="alternate" title="EXT Designer und MDSD" />
        <author>
            <name>Thomas Lauria</name>
                    </author>
    
        <published>2010-08-06T08:35:04Z</published>
        <updated>2010-08-06T08:35:04Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=12</wfw:commentRss>
    
            <category scheme="http://blog.thomas-lauria.de/categories/10-MDSD-MDA-DSL-EMF-Xtext-Xpand-Xtend" label="MDSD / MDA / DSL / EMF / Xtext / Xpand / Xtend" term="MDSD / MDA / DSL / EMF / Xtext / Xpand / Xtend" />
            <category scheme="http://blog.thomas-lauria.de/categories/4-web-development" label="web development" term="web development" />
    
        <id>http://blog.thomas-lauria.de/archives/12-guid.html</id>
        <title type="html">EXT Designer und MDSD</title>
        <content type="xhtml" xml:base="http://blog.thomas-lauria.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Die Tage hab ich mir die Trial Version vom <a href="http://www.sencha.com/products/designer/">Ext Designer für ExtJS</a> 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.<br /></p><br />
<p>Bei der Erstellung von ExtJS Oberflächen lässt der Designer keine Wünsche offen. In einem anderen <a href="loianegroner.com/2010/04/ext-designer-review/">Review</a> 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 <a href="http://loianegroner.com/2010/04/ext-designer-review/">Review von Loiane Groner</a> durchaus möglich, auch größere Projekte mit Hilfe von Ext Designer umzusetzen.</p><br />
<p>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. <br /></p><br />
<p>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.</p><br />
<p>Eine exemplarische Umsetzung folgt...<br /></p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://blog.thomas-lauria.de/archives/11-xtext-error-The-first-rule-must-be-a-parser-rule..html" rel="alternate" title="xtext error: The first rule must be a parser rule." />
        <author>
            <name>Thomas Lauria</name>
                    </author>
    
        <published>2010-07-31T12:12:10Z</published>
        <updated>2010-07-31T12:38:03Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    
            <category scheme="http://blog.thomas-lauria.de/categories/10-MDSD-MDA-DSL-EMF-Xtext-Xpand-Xtend" label="MDSD / MDA / DSL / EMF / Xtext / Xpand / Xtend" term="MDSD / MDA / DSL / EMF / Xtext / Xpand / Xtend" />
    
        <id>http://blog.thomas-lauria.de/archives/11-guid.html</id>
        <title type="html">xtext error: The first rule must be a parser rule.</title>
        <content type="xhtml" xml:base="http://blog.thomas-lauria.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>I 've got an error on creating my own Terminals in Xtext:</p> <br />
<blockquote class="webkit-indent-blockquote" style="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; "> <br />
<p><font face="'courier new', courier, monospace">grammar de.lastit.webapp.WebAppDsl with org.eclipse.xtext.common.Terminals</font></p> <br />
<p><font face="'courier new', courier, monospace">generate webAppDsl &quot;http://www.lastit.de/webapp/WebAppDsl&quot;</font></p> <br />
<p><font face="'courier new', courier, monospace"><em>terminal ARRAY: '[' ... ']';</em></font></p><br />
<p><font face="'courier new', courier, monospace">Model :</font></p><br />
<p><span class="Apple-tab-span" style="white-space: pre; "><font face="'courier new', courier, monospace"> </font></span><font face="'courier new', courier, monospace">(elements+=Element)*; </font></p> <br />
</blockquote> <br />
<p>The Solution is simple: own &quot;terminal&quot; rules must be at the end of the file:</p> <br />
<blockquote class="webkit-indent-blockquote" style="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; "> <br />
<p><font face="'courier new', courier, monospace">grammar de.lastit.webapp.WebAppDsl with org.eclipse.xtext.common.Terminals</font></p><br />
<p><font face="'courier new', courier, monospace">generate webAppDsl &quot;http://www.lastit.de/webapp/WebAppDsl&quot;</font></p><meta http-equiv="content-type" content="text/html; charset=utf-8" /><br />
<p><font face="'courier new', courier, monospace">Model :</font></p><br />
<p><span class="Apple-tab-span" style="white-space: pre; "><font face="'courier new', courier, monospace"> </font></span><font face="'courier new', courier, monospace">(elements+=Element)*;&#160;</font> </p><br />
<p>[...]</p><meta http-equiv="content-type" content="text/html; charset=utf-8" /><span style="font-family: 'courier new', courier, monospace; "><em>terminal ARRAY: '[' ... ']';</em></span><br />
<p> </p> <br />
</blockquote> <br />
<p> </p> <br />
<p>Keywords: MDSD,Eclipse,EMF,Xtext,terminal,error,oAW</p> <br />
<p> </p> <br />
<p> </p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://blog.thomas-lauria.de/archives/10-Nuetzliche-Tools-beim-Finden-und-entfernen-von-Malware-Viren-Wuermer-und-Trojanern.html" rel="alternate" title="Nützliche Tools beim Finden und entfernen von Malware / Viren / Würmer und Trojanern" />
        <author>
            <name>Thomas Lauria</name>
                    </author>
    
        <published>2010-05-19T12:39:41Z</published>
        <updated>2010-07-31T12:26:04Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=10</wfw:commentRss>
    
            <category scheme="http://blog.thomas-lauria.de/categories/1-Digital-Live" label="Digital Live" term="Digital Live" />
    
        <id>http://blog.thomas-lauria.de/archives/10-guid.html</id>
        <title type="html">Nützliche Tools beim Finden und entfernen von Malware / Viren / Würmer und Trojanern</title>
        <content type="xhtml" xml:base="http://blog.thomas-lauria.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>&#160;Die folgenden Tools sind beim Finden und entfernen von Malware durchaus hilfreich:<br /></p> <br />
<ul> <br />
<li>Erstellt eine Datenbank mit Prüfsummen der Systemdateien und überprüft diese<br />http://support.microsoft.com/kb/841290</li> <br />
<li>PSI: überprüft installierte Software auf Aktualität<br />http://secunia.com/vulnerability_scanning/personal/<br /></li> <br />
<li>GMER: Rootkit Scanner<br />http://www.gmer.net/</li> <br />
<li>Sysinternals Tools: <br />http://technet.microsoft.com/de-de/sysinternals/default.aspx<br /></li> <br />
<ul> <br />
<li>Process Explorer: listet Prozesse und Systeminfos<br /></li> <br />
<li>AutoRuns: Auflistung was bei Booten alles passiert<br /></li> <br />
<li>RootkitRevealer: Software um versteckte Dateien und Prozesse zu finden<br /></li> <br />
<li>TcpView: zeigt offene TCP Verbindungen<br /></li> <br />
<li>Sigcheck: überprüft Signaturen installierter Dateien (speziell Systemdateien)</li> <br />
</ul> <br />
<li>BartPE: von CD startbare Windows Umgebung<br />http://www.nu2.nu/pebuilder/</li> <br />
<li>Hex-Editor: um MBR Rootkits zu entfernen<br />http://hexedit.nextsoft.de/</li> <br />
<li>Online Virenscanner:<br />http://www.virustotal.com</li> <br />
<li>Online Malware Archive:<br />http://www.offensivecomputing.net/<br /></li> <br />
</ul> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://blog.thomas-lauria.de/archives/9-Mozilla-Lightning-1.0b1-for-Thunderbird-3-on-linux-amd64.html" rel="alternate" title="Mozilla Lightning 1.0b1 for Thunderbird 3 on linux amd64" />
        <author>
            <name>Thomas Lauria</name>
                    </author>
    
        <published>2009-12-19T16:46:31Z</published>
        <updated>2010-01-26T07:20:40Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=9</wfw:commentRss>
    
            <category scheme="http://blog.thomas-lauria.de/categories/2-Software" label="Software" term="Software" />
    
        <id>http://blog.thomas-lauria.de/archives/9-guid.html</id>
        <title type="html">Mozilla Lightning 1.0b1 for Thunderbird 3 on linux amd64</title>
        <content type="xhtml" xml:base="http://blog.thomas-lauria.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>UPDATE: Mozilla provides now also an <a title="native mozilla build" href="http://www.mozilla.org/projects/calendar/releases/lightning1.0b1.html#contributedbuilds">amd64 build.</a> <br /></p> <br />
<p><br /></p> <br />
<p> </p> <br />
<p>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.*</p> <br />
<p>Thunderbird 3 needs Lightning 1.0b1, on official Mozilla Sites I couldn't find any build of lightning 1.0b1 for Linux on amd64.</p> <br />
<p>I build Lightning on my own, guided by the instructions on the <a href="https://developer.mozilla.org/en/Simple_Sunbird_build" target="_blank" title="Show Mozilla Build Instructions">Mozilla Dev Site</a>.</p> <br />
<blockquote> <br />
<p>You can download <a title="lightning.xpi" href="http://blog.thomas-lauria.de/uploads/Dateien/lightning.xpi"><strong>my lightning.xpi here</strong></a>.</p> <br />
<p><a href="http://blog.thomas-lauria.de/uploads/Dateien/calendar-timezones.xpi">calendar-timezones.xpi</a> and <a title="gdata-provider.xpi" href="http://blog.thomas-lauria.de/uploads/Dateien/gdata-provider.xpi">gdata-provider.xpi</a> were also created.</p> <br />
<p>No warranty on using this unofficial XPI Files!</p> <br />
</blockquote> <br />
<p>Lightning is running fine on my Machine. No warranty on using this Lighting Build!</p> <br />
<p>-</p> <br />
<p> </p> <br />
<p> </p> <br />
<p> </p> <br />
<p><strong></strong></p> <br />
<p> </p> <br />
<p><strong></strong></p> <br />
<p><strong></strong></p> <br />
<h4>If you want build your own Lightning:</h4> <br />
<p>In Addition to the Instructions on the <a href="https://developer.mozilla.org/en/Simple_Sunbird_build" target="_blank" title="Show Mozilla Build Instructions">Mozilla Dev Site</a> I had to apply a patch from <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=533070" target="_blank" title="Show Bug on Mozillas Bugzilla">bugzilla.mozilla.com</a>:</p> <br />
<blockquote> <br />
<p><font face="courier new,courier,monospace">wget https://bugzilla.mozilla.org/attachment.cgi?id=416546 -O patchBug533070<br />hg patch patchBug533070<br /># all in the comm-1.9.1 directory</font></p> <br />
</blockquote> <br />
<p><font face="courier new,courier,monospace"></font>and I used the following .mozconfig:</p> <br />
<p> </p> <br />
<blockquote><font face="courier new,courier,monospace">ac_add_options --enable-application=calendar</font><br /><font face="courier new,courier,monospace">mk_add_options MOZ_OBJDIR=<sub>TOPSRCDIR</sub>/objdir-sb-release</font><br /><font face="courier new,courier,monospace">mk_add_options MOZ_MAKE_FLAGS=&quot;-j4&quot;</font><br /><font face="courier new,courier,monospace">ac_add_options --enable-calendar --disable-official-branding</font></blockquote> <br />
<p> </p> <br />
<p> </p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://blog.thomas-lauria.de/archives/8-Does-the-Acrobat-eBook-Reader-run-on-Linux.html" rel="alternate" title="Does the Acrobat eBook Reader run on Linux?" />
        <author>
            <name>Thomas Lauria</name>
                    </author>
    
        <published>2009-06-13T09:22:51Z</published>
        <updated>2009-06-13T09:32:01Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    
            <category scheme="http://blog.thomas-lauria.de/categories/3-Linux" label="Linux" term="Linux" />
    
        <id>http://blog.thomas-lauria.de/archives/8-guid.html</id>
        <title type="html">Does the Acrobat eBook Reader run on Linux?</title>
        <content type="xhtml" xml:base="http://blog.thomas-lauria.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<p>Da kauf ich mir ein Buch und bekomm damit gleichzeitig die Möglichkeit das passende eBook zu downloaden. Gesagt getan. </p><p>Nach dem download des eBooks im augenscheinlichen PDF Format bekomm ich zu lesen dass ich mir Adobe Digitals Edition installieren soll. </p><p>Nach kurzer Recherche find ich folgendes auf<br /><a href="http://www.adobe.com/support/ebookrdrfaq.html#linux">http://www.adobe.com/support/ebookrdrfaq.html#linux</a></p><p><br />Vorneweg, wenn ich sowas les, da könnt ich kotzen. Vor allem gibt es ne Mac Variante...</p><br />
		<blockquote><p><b>Technical questions<br /><a name="linux"></a>Does the Acrobat eBook Reader run on Linux?</b></p><p>We<br />
do not currently plan to develop a version for the Linux platform, but<br />
we may in the future if that platform becomes more widely used.</p><p /></blockquote>Nach der Odyssee mit Flashplayer für Linux unter AMD64 Prozessoren nun so was. Da könnt ich echt schei... schreien. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://blog.thomas-lauria.de/archives/7-firefox-32bit-plugins-auf-64bit-reminder.html" rel="alternate" title="firefox 32bit plugins auf 64bit reminder" />
        <author>
            <name>Thomas Lauria</name>
                    </author>
    
        <published>2009-05-11T15:57:05Z</published>
        <updated>2009-05-11T15:57:05Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    
            <category scheme="http://blog.thomas-lauria.de/categories/3-Linux" label="Linux" term="Linux" />
    
        <id>http://blog.thomas-lauria.de/archives/7-guid.html</id>
        <title type="html">firefox 32bit plugins auf 64bit reminder</title>
        <content type="xhtml" xml:base="http://blog.thomas-lauria.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<p>Gentoo emerge output als reminder:</p><p>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:</p><p>&quot;nspluginwrapper -i &lt;path-to-32bit-plugin&gt;&quot;</p><p>before they will function in a 64bit browser</p><br /><br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://blog.thomas-lauria.de/archives/6-MySQL-CREATE-VIEW-Error-1044-42000.html" rel="alternate" title="MySQL CREATE VIEW: Error 1044 (42000)" />
        <author>
            <name>Thomas Lauria</name>
                    </author>
    
        <published>2009-04-14T09:12:24Z</published>
        <updated>2009-04-14T09:12:24Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    
            <category scheme="http://blog.thomas-lauria.de/categories/2-Software" label="Software" term="Software" />
    
        <id>http://blog.thomas-lauria.de/archives/6-guid.html</id>
        <title type="html">MySQL CREATE VIEW: Error 1044 (42000)</title>
        <content type="xhtml" xml:base="http://blog.thomas-lauria.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Beim erstellen von Views in eine MySQL Datenbank kam immer der Zugriffsfehler 1044.</p><p>Zuvor hatte ich das &quot;CREATE VIEW&quot; Privileg hinzugefügt:</p><p>mysql&gt; GRANT CREATE VIEW ON `db`.* TO 'user'@'localhost';<br />Query OK, 0 rows affected (0.00 sec)                                                             <br /><br />mysql&gt; flush privileges;<br />ERROR 1146 (42S02): Table 'mysql.procs_priv' doesn't exist</p><p>Bei dem Fehler 1146 dachte ich mir nichts dabei. Funktioniert hats trotzdem nicht, das Problem war, dass die mysql Tabellenstruktur nicht aktuell war.</p><p>Ein<br />mysql_upgrade -u root -p<br />auf der Konsole hat geholfen.</p><br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://blog.thomas-lauria.de/archives/5-SSL-aufm-Server-einrichten.html" rel="alternate" title="SSL aufm Server einrichten" />
        <author>
            <name>Thomas Lauria</name>
                    </author>
    
        <published>2008-12-12T21:57:53Z</published>
        <updated>2008-12-12T21:57:53Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    
            <category scheme="http://blog.thomas-lauria.de/categories/3-Linux" label="Linux" term="Linux" />
    
        <id>http://blog.thomas-lauria.de/archives/5-guid.html</id>
        <title type="html">SSL aufm Server einrichten</title>
        <content type="xhtml" xml:base="http://blog.thomas-lauria.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Hab bei mir aufm Server folgende Notiz gefunden:</p><p>CA Key erstellen, wenn nicht vorhanden (mit default passphrase):<br />openssl genrsa -des3 -out ca.passphrase.key 1024<br /><br />CA Key erstellen ohne passphrase für postfix<br />openssl genrsa -out ca.key 1024<br /><br />CSR erstellen:<br />openssl req -new -key ca.key -days 3652 -nodes -keyout newreq.pem -out newreq.pem<br /><br />CSR zertifizieren:<br />openssl ca -selfsign -days 3652 -keyfile ca.key -policy policy_anything -out newcert.pem -infiles newreq.pem<br /><br />Zertifikate nach postfix kopieren:<br />cp newreq.pem newcert.pem demoCA/cacert.pem /etc/postfix<br /><br />Private Key brauchen wir auch noch<br />cat ca.key &gt;&gt; /etc/postfix/newreq.pem<br /><br />fuer den IMAPD TLS folgendes script aufrufen:<br />mkimapdcert<br /><br />für die Zukunft:<br />http://www.cacert.org/ da kann man wohl ein halb offizielles Zert besorgen</p><p><br />Desweiteren hab ich noch folgendes <a href="http://mrfoo.de/archiv/347-Howto-Apache2-SSL-Zertifikat-erstellen-und-aktivieren.html" target="_blank">HowTo</a> gefunden:</p><p></p><p></p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://blog.thomas-lauria.de/archives/4-Root-Server-per-ssh-tunnel-ins-Heimnetz-einbinden.html" rel="alternate" title="Root Server per ssh tunnel ins Heimnetz einbinden" />
        <author>
            <name>Thomas Lauria</name>
                    </author>
    
        <published>2007-11-14T08:35:29Z</published>
        <updated>2007-11-14T08:35:29Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    
            <category scheme="http://blog.thomas-lauria.de/categories/3-Linux" label="Linux" term="Linux" />
    
        <id>http://blog.thomas-lauria.de/archives/4-guid.html</id>
        <title type="html">Root Server per ssh tunnel ins Heimnetz einbinden</title>
        <content type="xhtml" xml:base="http://blog.thomas-lauria.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Um den Root Server im Rechenzentrum lokal in das eigene Heimnetz zu integrieren waren die folgenden Schritte nötig.</p><p>Zuerst die bestehende Topologie:</p><p>Heimnetz: 192.168.5.0/24</p><p>Router: 192.168.5.253 (im folgenden ROUTER)</p><p>DMZ: 192.168.5.19 (im folgenden DMZ)</p><p>Root Server: 81.169.185.123 (im folgenden SERVER)</p><p></p><p>Nun die durchgeführten Schritte (als root):</p><ol><li>auf DMZ: # ssh SERVER -w 0:0 </li><li>auf SERVER: # ifconfig tun0 192.168.5.18 netmask 255.255.255.0 up</li><li>auf SERVER (wenn die route fehlt): # route add -net 192.168.5.0/24 tun0</li><li>auf DMZ: # ifconfig tun0 192.168.5.17 netmask 255.255.255.0 up</li><li>auf DMZ: # route add -host 192.168.5.18 tun0</li><li>auf DMZ: # sysctl -q -w net.ipv4.ip_forward=1     (testen ob überhaupt nötig)</li><li>auf ROUTER: # route add -host 192.168.5.18 192.168.5.17</li></ol>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. <p /><p>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.</p><p /><p /> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://blog.thomas-lauria.de/archives/3-Browserweichen-bei-HTMLCSSJavascript-Entwicklung.html" rel="alternate" title="Browserweichen bei HTML/CSS/Javascript Entwicklung" />
        <author>
            <name>Thomas Lauria</name>
                    </author>
    
        <published>2007-10-10T13:51:14Z</published>
        <updated>2007-10-10T13:51:14Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    
            <category scheme="http://blog.thomas-lauria.de/categories/4-web-development" label="web development" term="web development" />
    
        <id>http://blog.thomas-lauria.de/archives/3-guid.html</id>
        <title type="html">Browserweichen bei HTML/CSS/Javascript Entwicklung</title>
        <content type="xhtml" xml:base="http://blog.thomas-lauria.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Dieser Eintrag soll als Reminder für ich dienen dass ich nicht immer danach suchen muss <img src="http://blog.thomas-lauria.de/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> <br />
<br />
Im HTML speziell für IE<pre>&lt;!--[if IE]>&lt;link rel="stylesheet" type="text/css" href="foo.css">&lt;![endif]--><br />
&lt;!--[if lt IE 7]>&lt;link rel="stylesheet" type="text/css" href="foo.css">&lt;![endif]--><br />
</pre><br />
Im Javascript:<br />
  if(/MSIE 6.0/.test(navigator.userAgent))<br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://blog.thomas-lauria.de/archives/2-googleearth-gentoo-ati-drivers-fglrx-haengt-beim-initialisieren.html" rel="alternate" title="googleearth gentoo ati-drivers fglrx hängt beim initialisieren" />
        <author>
            <name>Thomas Lauria</name>
                    </author>
    
        <published>2007-10-09T08:11:13Z</published>
        <updated>2007-10-09T08:11:13Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    
            <category scheme="http://blog.thomas-lauria.de/categories/2-Software" label="Software" term="Software" />
    
        <id>http://blog.thomas-lauria.de/archives/2-guid.html</id>
        <title type="html">googleearth gentoo ati-drivers fglrx hängt beim initialisieren</title>
        <content type="xhtml" xml:base="http://blog.thomas-lauria.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Googleearth lässt sich mit den neuesten ati-drivers und fglrx wohl nicht mehr starten.<br />
Abhilfe schaffte folgender Tip von folgender Seite:<br />
http://forum.ubuntuusers.de/topic/111038/?highlight=<br />
<br />
Im wesentlichen wird da folgendes beschrieben:<br />
1. alten Ati Treiber (Version 8.27.10) von http://ati.amd.com/support/drivers/linux/radeonprevious-linux.html laden<br />
2. ati-driver-installer[version].run --extract ausführen<br />
3. die darin enthaltenten libGL.so.1.2 nach ins googleearth install verzeichnis als libGL.so.1 kopieren<br />
4. googleearth starten => tut<br />
<br />
Bei mir treten im Moment als normal User dann folgende Fehler auf:<br />
__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!<br />
fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!<br />
<br />
Als root tuts ohne die Fehler. Wenn ich Zeit hab kümmer ich mich auch noch darum... 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://blog.thomas-lauria.de/archives/1-endlich-wieder-ein-blog.....html" rel="alternate" title="endlich wieder ein blog...." />
        <author>
            <name>Thomas Lauria</name>
                    </author>
    
        <published>2007-09-28T05:42:10Z</published>
        <updated>2007-09-28T05:42:10Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=1</wfw:commentRss>
    
    
        <id>http://blog.thomas-lauria.de/archives/1-guid.html</id>
        <title type="html">endlich wieder ein blog....</title>
        <content type="xhtml" xml:base="http://blog.thomas-lauria.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                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... <img src="http://blog.thomas-lauria.de/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> 
            </div>
        </content>
        
    </entry>

</feed>