Since last week, IBM Connections 5.5 CR2 is available. Here are some important links: Download IBM Connections 5.5 CR2 Download IBM Connections 5.5 CR2 Database Update Scripts IBM Connections 5.5 CR2 Fix List Updating IBM Connections 5.5 Update Strategy for
Publishing PGP Keys in DNS
As I now have secured my DNS server with DNSSEC, I was able to publish my public PGP key also via DNS. There are two different possibilities to do that: PKA (public key association) This puts a pointer where to obtain
Debian Jessie: Upgrade BIND9 to newer version
I wanted to update BIND9 on my Debain Jessie Linux system to a newer version than the currently packaged version 9.9. Here are the steps to upgrade it to version 9.11:
1 2 3 4 5 6 7 8 |
cd /usr/local/src wget ftp://ftp.isc.org/isc/bind9/9.11.0/bind-9.11.0.tar.gz tar zxvf bind-9.11.0.tar.gz rm bind-9.11.0.tar.gz cd bind-9.11.0/ ./configure make make install |
This will install the new version of BIND9
Technical Changes Behind the Scene …
Long time ago since I posted something here. The reason for that is, that I did some massive technical changes in the background. First, all my stuff is now running on a plain Linux virtual server (based on Debian Jessie)