How to set JAVA_HOME environment variable for root user on AIX?

If you are following my previous post about installing Java 6 64bit on AIX 6.1 platform, next you have to set JAVA_HOME and PATH variables. If you want to set environment variables for non root users. You can set those variables in /home/<user>/.profile file. For a root user, setting an environment variable is different. As you will not find [...]

How to install Java 6 (Java6_64.sdk) on AIX 6.1?

This tutorial is about installation of Java6 64bit on AIX 6.1 platform. 1. Obtain the installer archive for Java6 64bit (Java6_64.sdk.6.0.0.385.tar). 2. Extract the tar file in the same directory tar –xvf Java6_64.sdk.6.0.0.385.tar You will have Java6_64.sdk. .sdk file is backup/restore format file 3. Enter following commands to start installation of this format inutoc . [...]

How to solve The authenticity of host ‘github.com’ can’t be established problem in Eclipse?

I was thinking to configure Git and Github on my new laptop to push my personal projects to Github. It was quite long time since I interacted with Git and I forgot it’s configuration and settings. Well not that difficult I installed EGit eclipse plugin first from this tutorial. And after this, I created a [...]

A reference to HTML5 tags

New tags added in HTML 5 Layout tags <article> Defines an article <aside> Defines contents aside from the page content <embed> Defines external interactive content or plugin <figcaption> Defines the caption of a figure element <figure> Defines a group of media content, and their caption <footer> Defines a footer for a section or page <header> [...]

Related Posts Plugin for WordPress, Blogger...