Home Home Archive Archive



NOV 30TH, 2009
Screencast for PostRails

PostRails is a PostgreSQL database browser and application server. The project was started in the Breakpoint coding session in the beginning of July 2009. The source was published in August on Github. And now, a Screencast should finally explain what PostRails does! Read on


NOV 4TH, 2009
Letting Twinkle handle 'callto' URLs in Firefox

There’s an extension for Firefox called Twinklefox. However it doesn’t run under FF 3.5. I’ve bumped the version in install.rdf, but twinkle won’t get called correctly none the less. I browsed FF’s settings and … made a little wrapper script to call twinkle: $ cat /usr/local/bin/twinkle_callto #!/bin/sh # # firefox will call twinkle_callto like this: # # twinkle_callto callto:+41812528006 number=`echo "$1" | sed 's/callto://'` exec /usr/bin/twinkle --call "$number" There you go. Read on


AUG 17TH, 2009
TaxMe 2008 auf Ubuntu jaunty 9.04 amd64

The saga continues. Nun ja,wir kennen das Muster mitlerweile: ein neues TaxMe, einen neuen Tag mit herumpröbeln verloren. Warum schaffen es DV Informatik auch nach 4 Jahren nicht eine Version von TaxMe herauszugeben, ‘‘‘die einfach läuft’’’? Man nimmt die auf dem Desktop mit Abstand verbreitetste Linux Distribution, startet Taxme und - es tut nicht. So sieht meine TaxMe2008 Installation aus: # apt-get install libswt-gtk-3.4-java libswt-gtk-3.4-java-gcj libswt-gtk-3.4-jni $ cd TaxMe2008/libs $ mv linux-gtk linux-gtk. Read on


AUG 11TH, 2009
TaxMe 2006 auf Ubuntu jaunty 9.04 amd64

Was: Anleitung, um TaxMe 2006 unter amd64 unter Linux, Ubuntu Jaunty 9.04 zum Laufen zu bringen. Kurzversion: $ cd ~/TaxMeBe2006/lib/ && mv linux-gtk linux-gtk.32bit && mkdir linux-gtk && cd linux-gtk $ sudo apt-get install libswt3.2-gtk-jni libjna-java $ for i in atk awt cairo gnome "" mozilla pi ; do ln -s /usr/lib/jni/libswt-${i}-gtk-3236.so; done $ ln -s /usr/lib/java/swt.jar Herleitung: Wenn man TaxMe 2006 auf einer amd64 Platform startet, dann passiert nichts. Read on


AUG 5TH, 2009
Mapfish sample application with the Ruby on Rails plugin

Our sample application using the mapping application framework Mapfish with Ruby on Rails is finally available on GitHub. We also updated the Ruby MapFish server to the newest MapFish protocol coming in the next release and contributed additional documentation. Read on
← Older Blog Archives Newer →

    Recent Posts

  • 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
  • Executing Tasks in docker-compose Containers From ansible

    Archive

  • 2025 5
  • 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 105
  • linux 74
  • postgis 2
  • programming 36
  • qgis 69
  • qgiscloud 15

Copyright © 2001-2025 Sourcepole AG