Home Home Archive Archive



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


JUN 18TH, 2009
listing init scripts, sorted by priority on RedHat

If you want to know in which order RedHat will execute init scripts, then you can list them like this: grep '#\s*chkconfig:' /etc/init.d/* | sed 's/:#//; s/\/etc\/init.d\///;' | awk '{ printf "%2s %2s %7s %s\n", $4, $5, $3, $1 }' | sort which will produce on my system: 01 99 12345 sysstat 02 99 12345 lvm2-monitor 03 97 235 sysstat 05 95 345 kudzu 06 99 12345 cpuspeed 08 92 2345 ip6tables 08 92 2345 iptables 0 99 2345 microcode_ctl 10 90 2345 network 11 88 2345 auditd 11 89 - netplugd 12 87 2345 restorecond 12 88 2345 syslog 13 1 345 setroubleshoot 13 87 2345 irqbalance 13 87 2345 mcstrans 13 87 345 portmap 13 87 - multipathd 14 86 345 nfslock 15 85 2345 mdmonitor 15 85 - mdmpd 18 85 345 rpcidmapd 19 69 - rpcsvcgssd 19 85 345 rpcgssd 20 80 - kdump 22 85 345 messagebus 25 75 345 netfs 25 88 2345 pcscd 27 73 - ypbind 28 72 345 autofs 30 74 - nscd 35 65 - krb524 41 89 - rdisc 4 99 2345 readahead_early 50 50 - netconsole 55 25 2345 sshd 56 50 345 xinetd 58 74 - ntpd 60 20 - nfs 64 36 - mysqld 80 30 2345 sendmail 85 15 2345 gpm 85 15 - httpd 90 10 2345 xfs 90 10 - psacct 90 60 2345 crond 91 35 - smb 91 35 - winbind 95 05 2345 anacron 95 05 - saslauthd 95 5 345 atd 95 5 - conman 96 99 5 readahead_later 97 03 345 rhnsd 97 03 345 yum-updatesd 98 02 345 avahi-daemon 98 02 345 haldaemon 98 02 - avahi-dnsconfd 99 01 2345 smartd 99 95 35 firstboot Tomáš Pospíšek Read on
← Older Blog Archives Newer →

    Recent Posts

  • 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
  • Creating a quick PDF report from a DuckDB query

    Archive

  • 2025 4
  • 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 14

Copyright © 2001-2025 Sourcepole AG