Home Home Archive Archive



MAR 5TH, 2010
QGIS User Meeting Bern 21.4.10

Am 21. April 2010 findet das erste deutschsprachige QGIS User-Meeting in Bern statt. Das Programm und die detaillierten Angaben können auf der QGIS-Homepage nachgelesen werden. Sourcepole stellt bei dieser Gelegenheit ihr OpenLayers-Plugin vor, das Google Maps und Konsorten als QGIS-Layer ins Desktop-GIS integriert. Alle QGIS-Anwender und Interessierte sind herzlich zu diesem Anlass eingeladen! Read on


FEB 28TH, 2010
SpatiaLite

Geodaten im SpatiaLite-Format OpenStreetMap-Daten: Download (Lizenz) QGIS-Styles für OpenStreetMap-Daten: Download SpatiaLite Performance Erste Resultate mit dem HSR Texas Geo Database Benchmark sind vorhanden, müssen aber noch verifiziert werden. SpatiaLite auf Live-DVD Zum Testen von SpatiaLite eignet sich die FOSS4G Live-DVD. Sourcepole hat die aktuelle Version sowie Testdaten zur DVD hinzugefügt. Support Sourcepole bietet Support beim Einsatz von SpatiaLite im professionellen Umfeld. Read on


FEB 24TH, 2010
Testing complex Webapps with wget

How do you test web applications? You can use Selenium, but Selenium is very heavy. I tried wget. To find out what exactly to send to the app, I started Firebug inside Firefox, went to the “Network” section and recorded what I would do, to see, whether the application works. Then I took the accessed URLs together with the parameters and first tried to send them manually from the command line. Read on


FEB 23RD, 2010
FOSSGIS 2010

Auch dieses Jahr ist Sourcepole an der deutschsprachigen FOSSGIS-Konferenz vertreten. Die FOSSGIS 2010 findet vom 2.-5. März 2010 in Osnabrück statt. Sourcepole ist mit drei Vorträgen vertreten: GIS mit Ruby on Rails Performance und Verfügbarkeit von WMS-Servern SpatiaLite, das Shapefile der Zukunft? Vorinformation: Die internationale Open Source GIS-Konferenez FOSS4G findet dieses Jahr vom 6.-9. September 2010 in Barcelona statt. Read on


FEB 1ST, 2010
munin plugin multi_http_responsetime doesn't recognize dead servers

Here’s a patch: # diff -u multi_http_responsetime.orig multi_http_responsetime --- multi_http_responsetime.orig 2010-02-01 10:13:22.000000000 +0100 +++ multi_http_responsetime 2010-02-01 10:30:23.000000000 +0100 @@ -16,6 +16,9 @@ use Time::HiRes qw( time ); use IO::Socket; +$FAILED=0; +$INFINITE=999999; + # ----- config ----- push(@url_array, "http://www.google.de"); push(@url_array, "http://www.t-online.de"); @@ -34,7 +37,7 @@ PeerPort => 80, Proto => 'tcp' ); - return(0) unless ($sock); + return($FAILED) unless ($sock); print $sock "GET $baseurl HTTP/1.1\nHost: $vhost\nConnection: close\n\n"; while (<$sock>) { $data . Read on
← Older Blog Archives Newer →

    Recent Posts

  • FOSS4G Europe 2025 Mostar
  • Qgiscloud Db Connection Error
  • How to configure unattended-upgrades of packages from third party deb package repos
  • Updating company-wide and your own hosts with apt-dater

    Archive

  • 2025 6
  • 2024 5
  • 2023 7
  • 2022 6
  • 2021 8
  • 2020 6
  • 2019 10
  • 2018 3
  • 2017 3
  • 2016 4
  • 2015 7
  • 2014 9
  • 2013 17
  • 2012 13
  • 2011 29
  • 2010 26
  • 2009 17
  • 2008 9
  • 2007 4
  • 2006 18
  • 2005 2
  • 2004 8
  • 2003 22
  • 2002 5
  • 2001 6

    Categories

  • geo 106
  • linux 74
  • postgis 2
  • programming 36
  • qgis 70
  • qgiscloud 15

Copyright © 2001-2025 Sourcepole AG