Koti Syamala

Koti Syamala

How to add twitter bird to your blog

Here is the way to add twitter bird to your website or blog copy paste the following code to your blog template at the end of  </head> tagremove the YOUR_TWITTER_ID type your twitter id save the template and preview  <!–…

Activation of IBM RAD 9.1

Open IBM download manager and select Manage Licenses Then select RAD 9.1 and choose Import Activation kit Have a look at the License type it is currently “Trail” Click next Browse the Activation file from Activation kit Click next Accept…

Delete IBM WAS profile

Remove profile: <WAS_App_server$> . -delete -profileName SamplesProfile and remove folders of  SamplesProfile from  <WAS_App_Server_profiles$> rm –rf SamplesProfile

Create IBM WAS Profile silent mode

. -create  -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/default  -profileName SamplesProfile  -profilePath /opt/IBM/WebSphere/AppServer/profiles/SamplesProfile  -cellName was85hostNode01Cell  -nodeName was85hostNode01  -hostName was85host

JVM terminated, Exit code=160

solution: Install XULRunner from    558  tar -zxvf xulrunner-1.8.0.4.en-US.linux-i686.tar.gz   560  xulrunner –register-global   567  mv xulrunner /opt/   573  ./xulrunner –register-global if you are getting any dependency folders are missing install them    576  yum install libstdc++*   577  yum…

UNIX Process and Signals

Process:  A process is an instance of running a program. Kernel is responsible for most of all processes. Process is viewed by kernel and runs in its own address space. It is divided into three segments: Instruction or Text segment…

Unix standard I/O

Standard I/O: All the I/O routines centered around file descriptors. When a file is opened, a file descriptor is returned, and that descriptor is then used for all subsequent I/O operations. With the standard I/O library, the discussion centers around…

Enable Notifications OK No thanks