Setup Sametime Community Server 8.5.2 on Centos 6.3

  • 26 Feb, 2013

Setup the Domino server on Centos 6.x  (tutorial here(http://seancull.co.uk/public/seancull.nsf/dx/sntt-notesin9-installing-domino-8.5.3-up1-fp3-on-centos-rhel-6.3-64-bit.htm))  and then enter the command bellow as a root export STSkipOSCheck=true Setup sametime using -console option  and everything should be fine. PS: Centos is not supported by IBM.

Setup Sametime Community Server 8.5.2 on Centos 6.3Read More

Sometimes single click stops working; double-click is needed

  • 15 Feb, 2013

Sometimes single click stops working, and a double-click is needed.  It happens on some Macintosh machines, which have installed Window assist tools, and checked "Enabled access for assistive devices" in preferences.
Open System Preferences, select "Accessibility", then disable (uncheck) the option "Enable access for assistive devices".

Sometimes single click stops working; double-click is neededRead More

10 things to do after installing Ubuntu 12.10

  • 14 Feb, 2013

I use windows as my operating system since version 3.1. Currently I have Laptops with Win7 and Win8. I never had a Laptop Linux but since I bought a new laptop I gave Ubuntu a try. I removed the Win8 and so far (20 days later) did not miss anything. If you want to try Ubuntu this link(http://blog.sudobits.com/2012/10/10/10-things-to-do-after-installing-ubuntu-12-10/) show 10 things you need to do after the setup.

10 things to do after installing Ubuntu 12.10Read More

Auto-starting ITDS 6.3 instances on RedHat 6.x

  • 14 Feb, 2013

RHEL 6 switched from using the old System V init script setup to using Upstart.
 Upstart deprecates the /etc/inittab file, which ITDS used for configuring auto-starting on \nix platforms
The normal inittab method of auto-starting for ibmslapd/ibmdiradm does not work on RHEL 6. Here's how to make it work This TN(http://www-01.ibm.com/support/docview.wss?uid=swg21244305) show the steps how to setup the auto-start

Auto-starting ITDS 6.3 instances on RedHat 6.xRead More

How setup ITDS 6.3 on Centos 6.3

  • 14 Feb, 2013

Graphical interface is not supported. So we need to use the rpm commands to setup. Before you begin setup DB2 9.7.0.4 rpm -ivh idsldap-cltbase63-6.3.0-0.x86\64.rpm
rpm -ivh idsldap-clt64bit63-6.3.0-0.x86\64.rpm Install KSH or you get the error bellow \root@localhost tdsfiles\ rpm -ivh idsldap-cltjava63-6.3.0-0.x86\64.rpm
error: Failed dependencies:
        /bin/ksh is needed by idsldap-cltjava63-6.3.0-0.x86\64  yum install ksh rpm -ivh idsldap-cltjava63-6.3.0-0.x86\64.rpm
rpm -ivh idsldap-srvbase64bit63-6.3.0-0.x86\64.rpm
rpm -ivh idsldap-srv64bit63-6.3.0-0.x86\64.rpm Verify the setup rpm -qa | grep idsldap idsldap-clt64bit63-6.3.0-0.x86\64
idsldap-cltbase63-6.3.0

How setup ITDS 6.3 on Centos 6.3Read More

Winners of the 2012 Best Collaboration Advocate Award

  • 07 Feb, 2013

I am honored to receive this recognition. I am very grateful to  the entire team of IBM Education These annual awards give training partners, Instructor Program administrators and delivery managers an opportunity to recognize those individuals who excel at what they do. Announced for the first time at the Instructor and Training Partner Meeting at IBM Connect, the following people went above and beyond in their dedication, expertise and passion for teaching: Neville Harrison in Asia-Pacific
Marco Zanchi in Europe
Kenio W. Damasceno Carvalho in Latin America
Richard Knight in North America

Winners of the 2012 Best Collaboration Advocate AwardRead More

Setup Oracle Java jre 1.7 on Centos 6.3

  • 06 Feb, 2013

Download the rpm file from java.com Install using the rpm command rpm -Uvh jre-7u13-linux-x64.rpm Use alternatives to config \ alternatives --config java There are 3 programs which provide 'java'.   Selection    Command
-----------------------------------------------
\  1           /usr/java/latest/jre/bin/java
 + 2           /usr/java/jre1.7.0\13/bin/java
   3           /usr/java/jdk1.7.0\13/jre/bin/java Enter to keep the current selection+, or type selection number: Select the java you want to use in my case 2 Test using the command java -version java -version
java version "1.7.0\13"
Java(TM) SE Runtime Environment (build 1.7.0\13-b20)
Java HotSpot(TM)

Setup Oracle Java jre 1.7 on Centos 6.3Read More

Agent to import presentations pdf to IBM Connect 2013 database

  • 06 Feb, 2013

This agent i found some years ago and i don´t remember where or who write the agent. It´s used to import the pdf´s into the database. I need to modify it because the  outstanding Session Database provided by Ben Langhinrichs(http://www.geniisoft.com/showcase.nsf/GeniiBlog) is not available this year. You can get the new database here(http://platao.plansis.com.br/blogkenio.nsf/dx/outstanding%20Session%20Database%20provided%20by%20Ben%20Langhinrichs.)  and the agent is attached agente.lss(http://platao.plansis.com.br/blogkenio.nsf/dx/agente.lss/$file/agente.lss "agente.lss")

Agent to import presentations pdf to IBM Connect 2013 databaseRead More

How to kill Windows 8

  • 04 Feb, 2013

Last month i bought a new Laptop. My old HP died.  The new Laptop comes with Win 8. I try to use Win 8 but i think it was not so friendly and honestly it is time to have a Linux Desktop. I chose Ubuntu and the setup, on the Toshiba P875-S7310,  was easy and fast,  after i  installed an SSD HD and  more 8 GB RAM.
The only thing that did not work was the LAN. How to solve the problem : sudo apt-get install linux-headers-generic build-essential wget http://www.orbit-lab.org/kernel/compat-wireless-3-stable/v3.5/compat-wireless-3.5.1-1-snpc.tar.bz2(http://www.orbit-lab.org/kernel/compat-wireless-3-stable/v3.5/compat-wireless-3.5.1-1-snpc.tar.bz2) tar -xf compat-wireless-3.5.1-1-snpc.tar

How to kill Windows 8Read More