IBM: License Information Documents
Repository for licenses under the IPLA family. See link: https://www-03.ibm.com/software/sla/sladb.nsf/search/ Views: 190
Repository for licenses under the IPLA family. See link: https://www-03.ibm.com/software/sla/sladb.nsf/search/ Views: 190
IBM/HCL released Domino/Notes v10.0.1 today. Here is the list of partnumbers for downloading the software. Partnumber Description CNXL7EN IBM Domino 10.0.1 64 bit for Windows English CNXL8EN IBM Domino 10.0.1…
As you are probably aware by now, IBM and HCL recently announced the acquisition of a number of IBM product suites. HCL will continue the critical partner ecosystem model. We…
Long before iWatch, IBM created a Linux Watch. The WatchPad. What happened? Where is it now? Size – 65mm x 46mm x 16mm Weight – 43g (w/o band) CPU –…
For those who installed VOP1.0.5, loading the INBOX wasn’t working anymore. Seems there was a bug in the 1.0.5 release. But after installing the IF1, it’s up and running again.…
#! /bin/shecho “”echo “”echo “List DB2 instances & databases”DB2_INSTALL_PATH=/opt/ibm/db2/V10.1 . /etc/init.d/functions list_instances() { $DB2_INSTALL_PATH/bin/db2greg -dump | grep -E ‘^I,DB2’ | \ cut -d, –output-delimiter=” ” -s -f4,5,7 } #read DB2…
IBM TO ACQUIRE RED HAT, COMPLETELY CHANGING THE CLOUD LANDSCAPE AND BECOMING WORLD’S #1 HYBRID CLOUD PROVIDER Armonk, NY and Raleigh, NC — October 28, 2018 — Most significant tech…
For syncing information between 2 Linux server you can easily use RSYNC for that task I created 2 Apache webservers for hosting several websites with IBM Domino as the backend…
When your swapfile is to tiny, you can easily exend the size of it. Here is the procedure for RedHat and CentOS. free -m dd if=/dev/zero of=/swapfile bs=1M count=8192 mkswap…