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)
IBM Connections: Find out which Communities do have a Sharepoint widget added
A customer would like to know which IBM Connections Communities have a Sharepoint widget added. The following SQL statement should give the UUID and the name of these Communities:
1 |
select COMMUNITY_UUID,NAME from SNCOMM.COMMUNITY where COMMUNITY_UUID IN(select EXT_RESOURCE_ID from SNCOMM.LC_EXTENSIONS where dbms_lob.instr(EXT_VALUE_EXTENDED,utl_raw.cast_to_raw ('SharePointFiles'), 1,1)>0); |
The customer also wanted to send a mail to all creators
IBM HTTP Server: Better logrotate for HTTP server logs in Linux
To rotate your IBM HTTP Server logs (or Apache HTTP server logs) on a daily (or whatever) basis, you normally are using something like
1 |
CommonLog "|/opt/IBM/HTTPServer/bin/rotatelog -l /opt/IBM/HTTPServer/log/access_log.%Y.%m.%d 5M" common |
The disadvantage of that is, that the current log file name changes every day. So if you have e.g.
IBM Websphere: Use arrow key with wsadmin in Linux
Other than in Windows you cannot use the arrow keys to correct a command line of recall your last command with IBM Websphere wsadmin command line in Linux. In order t get that working you need a little tool called
IBM Connections: Batch Mode for accessing configuration files
For many Connections administration tasks you need to specify which Connections configuration file you want to use by running a WSADMIN command like e.g. execfile(“activitiesAdmin.py”). If you have more than one Connections node this command will ask you on which
IBM Connections: Rich Content Widget stops working after migrating server
If you change the host name of your server or, as in my case, install as non-root user under Linux and therefore need to use non-standard ports like “8080” and “4430” in the URL for installing and then later switch
IBM Connections: Migrated Communities do no longer display the Sharepoint Widget
If you configure the Sharepoint Widget for IBM Connections as it is described in the Infocenter, then Communities which are migrated from IBM Connections 4.5 to 5.5 no longer show the Sharepoint Widget if one was configured in 4.5. The
IBM Connections 5.5 CR1 has been released
IBM Connections 5.5 Cumulative Refresh 1 (CR1) has just been released. You can find the fix list here and the download here. Make sure you check the upgrade guide and download also the required database upgrade scripts. In case you have