Tag bash

Enable remote access for PostgreSQL

Remote access to a Postgtres Database In the last days i have worked a lot with PostgreSQL.

rsync - the better scp

Regard this Post, i make this post. First: scp is great.

Howto fix libgeos_c.so not found

I'm working with Python Django and PostGIS. When i try to add the Geo support to the Project, i hit this error message: OSError: /usr/local/lib/libgeos_c.

Debian PostgreSQL 8.4 can't create Database with UTF-8 Encoding

The Problem I encounter a problem with fresh Debian VM. I create this VM for our developer, during the installation script following problemĀ appearsĀ and stop the script: new encoding (UTF8) is incompatible with the encoding of the template database (SQL_ASCII) HINT: Use the same encoding as in the template database, or use template0 as template.