Error: Can’t open display: :0.0

I recently tried to install oracle under ubuntu. I added a new user and could not start any x-windows as this new user. “xhost +” was the solution. oracle@orabox:/home/oracle/database$ xclock No protocol specified Error: Can’t open display: :0.0 root@orabox:/home/oracle/database# xhost + access control disabled, clients can connect from any host root@orabox:/home/oracle/database# su oracle oracle@orabox:/home/oracle/database$ xclock

Error: Can’t open display: :0.0 Read More »

Office Communicator under Ubuntu 12.04

I recently managed to connect to office communicator under linux. First I installed pidgin-sipe and configured my account. But something seemed to be wrong with the ssl communication. So I copied over all ssl certificates from pidgin: cd ~/.purple/certificates/x509/tls_peers && sudo find . -type f -exec cp {} /etc/ssl/certs/{}.pem ;; sudo chmod a+r /etc/ssl/certs/* Then

Office Communicator under Ubuntu 12.04 Read More »

PostgreSQL 9.2 released

see http://www.postgresql.org/about/news/1415/ for further information about the new features. To install it in ubuntu you could use Martin Pitt’s ppa under https://launchpad.net/~pitti/+archive/postgresql sudo apt-add-repository ppa:pitti/postgresql sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install postgresql-9.2 postgresql-client-9.2 WARNING: This won’t upgrade your 9.1 if you’ve already installed that. Of course you could get rid of your database with apt-get

PostgreSQL 9.2 released Read More »