Home Home Archive Archive



MAY 22ND, 2009
Copying a DVD with Linux

Copying a DVD under Linux wasn’t a problem for a long time. I always used k3b. However lately I failed to copy a DVD. k3b would say: "failed to retireve all CSS keys" or in german "es konnten nicht alle CSS Schlüssel geholt werden". k9copy would say: "libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_03_1.VOB (0x0031ccb6)!!" First I thought k3b didn’t have access to libdvdcss. However it turns out that aparently some DVD drives won’t return data from some sections of a disc if the region code of the drive is not set. Read on


APR 23RD, 2009
what fields does this OpenStruct instance have?

OpenStruct is a nice tool to work with. However… Let’s say you do this: user = OpenStruct.new( :name => "Franca Botanica", :uid => "777" ) address = OpenStruct.new( :user => user, :country => "Paraguay" ) some_stuff = [] some_stuff << user some_stuff << address and now you want to iterate over the some_stuff collection and want to dump all those “containers” you created. But how do you find out which fields those OpenStruct instances have? Read on


APR 13TH, 2009
cursor keys not working in Mojotron

When I run the statically bound Mojotron executable, as downloadable from sourceforge under Ubuntu Interpid, then it doesn’t recognize the arrow/cursor keys. I.e. changing the direction of the shots is not possible. This can be “taken care of” by changing the Mojotron configuration file: $ diff -u ~/.mojotronrc.orig ~/.mojotronrc --- .mojotronrc.orig 2009-04-13 12:43:57.000000000 +0200 +++ .mojotronrc 2009-04-13 12:44:43.000000000 +0200 @@ -8,11 +8,11 @@ section Player1 { usekey = 62 (type=integer); movement = wasd (type=string); - aiming = cursorkeys (type=string); + aiming = ijkl (type=string); } Tomáš Pospíšek Read on


MAR 19TH, 2009
Vortrag FOSSGIS 09

Sourcepole war an der FOSSGIS vom 17.-19. März 2009 an der Leibniz-Universität in Hannover mit dem Vortrag “Kartenaufbereitung für Tile Map Services mit Cloud Computing” vertreten. Die Folien stehen hier zum Download zur Verfügung. Read on


MAR 2ND, 2009
Exim4 and Spamassassin - which user to run as?

Some of the more or less officially recommended documents describing how to set up SMTP time spam scanning suggests calling (?) Spamassasin from Exim as user “nobody”. However under Debian the User nobody intentionally has no home directory and thus, depending on how you’ve set up Exim4 and Spamassassin, Spamassassin will try to save its settings in its $HOME, resulting in the following error (visible in /var/log/mail.log): Mar 2 09:55:59 mail spamd[4896]: config: cannot write to /nonexistent/. 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