<?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/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    <title>comgeo - Software</title>
    <link>http://www.comgeo.de/blog/</link>
    <description>communication &amp; geoinformation</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <pubDate>Mon, 02 Nov 2009 21:17:55 GMT</pubDate>

    <image>
        <url>http://www.comgeo.de/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: comgeo - Software - communication &amp; geoinformation</title>
        <link>http://www.comgeo.de/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>VMware Server Zeitproblem</title>
    <link>http://www.comgeo.de/blog/index.php?/archives/31-VMware-Server-Zeitproblem.html</link>
            <category>Software</category>
    
    <comments>http://www.comgeo.de/blog/index.php?/archives/31-VMware-Server-Zeitproblem.html#comments</comments>
    <wfw:comment>http://www.comgeo.de/blog/wfwcomment.php?cid=31</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.comgeo.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=31</wfw:commentRss>
    

    <author>nospam@example.com (Karsten)</author>
    <content:encoded>
    Problem: &lt;br /&gt;
&lt;br /&gt;
Die Zeit auf Linux-Gästen auf einem VMware-Server läuft zu schnell.&lt;br /&gt;
&lt;br /&gt;
Lösung:&lt;br /&gt;
&lt;br /&gt;
in der /boot/grub/menu.lst:&lt;br /&gt;
&lt;br /&gt;
kernel          /boot/vmlinuz-2.6.24-19-virtual root=UUID=LABEL &lt;strong&gt;clock=pit&lt;/strong&gt; ro quiet splash&lt;br /&gt;
&lt;br /&gt;
einfügen.&lt;br /&gt;
&lt;br /&gt;
in der *.vmx:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
host.cpukHz = 1139808&lt;br /&gt;
host.noTSC = TRUE&lt;br /&gt;
ptsc.noTSC = TRUE&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
host.cpu = Takt * 1000&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 02 Nov 2009 21:07:52 +0100</pubDate>
    <guid isPermaLink="false">http://www.comgeo.de/blog/index.php?/archives/31-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/deed.de</creativeCommons:license>
</item>
<item>
    <title>Shapes und PostGIS-Tabellen</title>
    <link>http://www.comgeo.de/blog/index.php?/archives/30-Shapes-und-PostGIS-Tabellen.html</link>
            <category>Software</category>
    
    <comments>http://www.comgeo.de/blog/index.php?/archives/30-Shapes-und-PostGIS-Tabellen.html#comments</comments>
    <wfw:comment>http://www.comgeo.de/blog/wfwcomment.php?cid=30</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.comgeo.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=30</wfw:commentRss>
    

    <author>nospam@example.com (Karsten)</author>
    <content:encoded>
    Jeder kennt es: Man hat eine PostGIS-Datenbank mit reichlich Tabellen und benötigt &quot;mal schnell&quot; eine oder mehrere Tabellen als Shape.&lt;br /&gt;
&lt;br /&gt;
Oder: Man hat ein paar shapes und muss diese &quot;mal schnell&quot; in eine PostGIS-Datenbank pumpen.&lt;br /&gt;
&lt;br /&gt;
... ok, das kennt jeder, der mit diesen Dingen zu tun hat ... und dass ist dann vielleicht doch nicht jeder . &lt;br /&gt;
&lt;br /&gt;
Das Problem stand schon länger und öfter und die Handhabung der bekannten &lt;a href=&quot;http://www.comgeo.de/wiki/doku.php?id=shape_postgis_tools#shape_nach_postgis_und_postgis_nach_shape&quot; title=&quot;shp2pgsql&quot;&gt;Tools&lt;/a&gt; für die Kommandozeile nervte regelmäßig mit der dann anstehende Frage: Wie war das doch gleich mit der Syntax? Es wäre doch praktisch ein Webformular aufrufen zu können und dort das shape direkt in die PostGIS-Datenbank hochzuladen bzw. Datenbank und Tabelle anzugeben und den Inhalt der Tabelle als shape runter zu laden.&lt;br /&gt;
&lt;br /&gt;
Genau so ein Tool gibt es jetzt, wenn auch als &quot;adminware&quot; bzw. &quot;workware&quot;. Bedeutet, dass es funktioniert, wenn auch ohne Sicherheitsabfragen.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.comgeo.de/wiki/doku.php?id=shape_postgis_tools#scriptex-_und_import_von_shapes_nach_postgis&quot; title=&quot;Script shpexpimp&quot;&gt;Hier&lt;/a&gt; gibts mehr dazu.&lt;br /&gt;
&lt;br /&gt;
Nachnutzung erwünscht - Bitte ReadMe im Quelltext beachten - Weiterentwicklung und Rückmeldung ausdrücklich erlaubt mit der Bitte um Rückmeldung!&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 07 Jul 2009 23:33:15 +0200</pubDate>
    <guid isPermaLink="false">http://www.comgeo.de/blog/index.php?/archives/30-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/deed.de</creativeCommons:license>
</item>
<item>
    <title>Counter Strike</title>
    <link>http://www.comgeo.de/blog/index.php?/archives/29-Counter-Strike.html</link>
            <category>Software</category>
    
    <comments>http://www.comgeo.de/blog/index.php?/archives/29-Counter-Strike.html#comments</comments>
    <wfw:comment>http://www.comgeo.de/blog/wfwcomment.php?cid=29</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.comgeo.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=29</wfw:commentRss>
    

    <author>nospam@example.com (Karsten)</author>
    <content:encoded>
    ok, so richtig schmunzeln kann man nur drüber, wenn man sich schon mal mit CS oder einem &lt;a href=&quot;http://www.youtube.com/watch?v=a7ozG-YNLNg&quot; target=_blank title=&quot;TF2&quot;&gt;anderen Shooter&lt;/a&gt; als völliger Anfänger beschäftigt hat ... also viel Spass dann &lt;img src=&quot;http://www.comgeo.de/blog/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;
TEIL 1:&lt;br /&gt;
&lt;br /&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/XYXvxSoVHNg&amp;hl=en&amp;fs=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/XYXvxSoVHNg&amp;hl=en&amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;
&lt;br /&gt;
TEIL 2:&lt;br /&gt;
&lt;br /&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/yxsnFHZXFII&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=de&amp;feature=player_embedded&amp;fs=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/yxsnFHZXFII&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=de&amp;feature=player_embedded&amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt; 
    </content:encoded>

    <pubDate>Wed, 13 May 2009 23:02:37 +0200</pubDate>
    <guid isPermaLink="false">http://www.comgeo.de/blog/index.php?/archives/29-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/deed.de</creativeCommons:license>
</item>
<item>
    <title>Vortrag auf der FOSSGIS 2009</title>
    <link>http://www.comgeo.de/blog/index.php?/archives/23-Vortrag-auf-der-FOSSGIS-2009.html</link>
            <category>Neues</category>
            <category>Software</category>
    
    <comments>http://www.comgeo.de/blog/index.php?/archives/23-Vortrag-auf-der-FOSSGIS-2009.html#comments</comments>
    <wfw:comment>http://www.comgeo.de/blog/wfwcomment.php?cid=23</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.comgeo.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=23</wfw:commentRss>
    

    <author>nospam@example.com (Karsten)</author>
    <content:encoded>
    am 18.03. &lt;a href=&quot;http://www.fossgis.de/konferenz/wiki/Monitoring_in_Geodateninfrastrukturen&quot; title=&quot;Vorrtrag&quot;&gt;Vortrag&lt;/a&gt; auf der &lt;a href=&quot;http://www.fossgis.de/konferenz/wiki/Main_Page&quot; title=&quot;FOSSGIS 2009&quot;&gt;FOSSGIS2009&lt;/a&gt; gehalten. Es ging um &lt;a href=&quot;http://www.nagios.org/&quot; title=&quot;Nagios&quot;&gt;Nagios&lt;/a&gt;. &lt;a href=&quot;http://www.comgeo.de/wiki/doku.php?id=fossgis&quot; title=&quot;Unterlagen&quot;&gt;Unterlagen &lt;/a&gt;sind online. 
    </content:encoded>

    <pubDate>Fri, 20 Mar 2009 15:38:38 +0100</pubDate>
    <guid isPermaLink="false">http://www.comgeo.de/blog/index.php?/archives/23-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/deed.de</creativeCommons:license>
</item>
<item>
    <title>Thin Clients mit EyeOS</title>
    <link>http://www.comgeo.de/blog/index.php?/archives/2-Thin-Clients-mit-EyeOS.html</link>
            <category>online-Dienste</category>
            <category>Software</category>
            <category>webgis</category>
    
    <comments>http://www.comgeo.de/blog/index.php?/archives/2-Thin-Clients-mit-EyeOS.html#comments</comments>
    <wfw:comment>http://www.comgeo.de/blog/wfwcomment.php?cid=2</wfw:comment>

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

    <author>nospam@example.com (karsten)</author>
    <content:encoded>
    &lt;p&gt;&lt;a href=&quot;http://www.comgeo.de/wiki/doku.php?id=eyeos&quot; title=&quot;EyeOS&quot; target=&quot;_blank&quot;&gt;EyeOS &lt;/a&gt;ist ein Web-Desktop. Durch einige Tests ist mir das Potential dieser Lösung deutlich geworden. Zu den Machern: Weiter so!&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Die Installation ist einfach und schnell durchgeführt, die Nutzung ist ebenso einfach. Tolle Lösung!&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Ich habs auch auf comgeo aufgesetzt, mal sehen, wie sich mein Nutzungsverhalten entwickelt &amp;#8230;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;a href=&quot;http://eyeos.comgeo.de/&quot; title=&quot;EyeOS auf comgeo&quot; target=&quot;_blank&quot;&gt;Hier&lt;/a&gt; kann die Lösung auf comgeo getestet werden - einen account kann ich auf Anforderung einrichten.  Oder &lt;a href=&quot;http://eyeos.info/&quot; title=&quot;EyeOS EntwicklerServer&quot; target=&quot;_blank&quot;&gt;hier&lt;/a&gt; kann man sich direkt auf den Servern der Entwickler einen account einrichten.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Viel Spass beim Testen!&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 15 Mar 2008 18:26:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.comgeo.de/blog/index.php?/archives/2-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/deed.de</creativeCommons:license>
</item>
<item>
    <title>ESRIs Lizenzpolitik</title>
    <link>http://www.comgeo.de/blog/index.php?/archives/3-ESRIs-Lizenzpolitik.html</link>
            <category>Allgemein</category>
            <category>Software</category>
    
    <comments>http://www.comgeo.de/blog/index.php?/archives/3-ESRIs-Lizenzpolitik.html#comments</comments>
    <wfw:comment>http://www.comgeo.de/blog/wfwcomment.php?cid=3</wfw:comment>

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

    <author>nospam@example.com (karsten)</author>
    <content:encoded>
    &lt;p&gt;von &lt;a href=&quot;http://www.archaeogeek.com/blog/2008/03/12/dear-esri-its-not-me-its-you/&quot; title=&quot; Computing, GIS and Archaeology in the UK&quot; target=&quot;_blank&quot;&gt;hier &lt;/a&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;via &lt;a href=&quot;http://www.spatiallyadjusted.com/2008/03/12/licensing-woes/&quot; title=&quot;spatiallyadjusted.com&quot; target=&quot;_blank&quot;&gt;James Fee&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;kurze Zusammenfassung auf Deutsch (mein English ist aber nicht so doll, bitte Bescheid geben, wenn ich jetzt was verdreht darstelle, ok?)&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Jo Cook ist der Information Systems Coordinator bei der northern office of Oxford Archaeology, beheimatet in Lancaster. Er schreibt, dass ESRI UK die Nutzung der Ausbildungs-Lizenzen der von ihm genutzten ESRI-Software nicht mehr erlaubt. Es wurde noch eine Frist vier Wochen eingeräumt, in der die Software noch genutzt werden kann. Er hat also noch 3 Wochen Zeit alle bestehenden Arbeitsabläufe von ArcGIS auf andere Systeme zu migrieren oder kommerzielle Lizenzen zu erwerben.  Als Grund  für dieses Vorgehen von ESRI UK sieht er, dass in seinem Bereich zunehmend open source GIS-Lösungen eingesetzt werden.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Ich möchte mich an der Diskussion, ob es gerechtfertigt ist, ob das northern office of Oxford Archaeology Ausbildungslizenzen einsetzt, nicht beteiligen, ich finde nur den Fakt der Kündigung der Lizenzen an sich sehr bemerkenswert.&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 15 Mar 2008 18:18:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.comgeo.de/blog/index.php?/archives/3-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/deed.de</creativeCommons:license>
</item>
<item>
    <title>VMware-Server unter ubuntu 7.04 einrichten</title>
    <link>http://www.comgeo.de/blog/index.php?/archives/6-VMware-Server-unter-ubuntu-7.04-einrichten.html</link>
            <category>Allgemein</category>
            <category>Software</category>
    
    <comments>http://www.comgeo.de/blog/index.php?/archives/6-VMware-Server-unter-ubuntu-7.04-einrichten.html#comments</comments>
    <wfw:comment>http://www.comgeo.de/blog/wfwcomment.php?cid=6</wfw:comment>

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

    <author>nospam@example.com (karsten)</author>
    <content:encoded>
    &lt;p&gt;Die &lt;a title=&quot;Doku Vmware-Server unter ubuntu&quot; target=&quot;_blank&quot; href=&quot;http://www.comgeo.de/?Dokumentationen::ubuntu&quot;&gt;Dokumentation&lt;/a&gt; ist online.&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 29 Jun 2007 08:09:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.comgeo.de/blog/index.php?/archives/6-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/deed.de</creativeCommons:license>
</item>

</channel>
</rss>