May 2015
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031

Categories

May 2015
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031

Install Tomcat 8 , IIS 8 on 2012 Server

Change windows hostname from command line

cmd (command): netdom renamecomputer %COMPUTERNAME% /Newname “NEW-NAME”

powershell (windows 2008/2012): netdom renamecomputer “$env:COMPUTERNAME” /Newname “NEW-NAME”

After you have downloaded and installed the Java Development Kit (JDK) in Windows, you must set the JAVA_HOME environment variable to point to the JDK installation directory.

You must follow these steps to […]

Oracle 12C database on Rhel 7 Centos 7 Fedora

Install Oracle Database 12c On CentOS7

Add a host file entry

[root@oracledb ~]# cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 192.168.1.60 oracledb.rmohan.com oracledb

[root@oracledb ~]# hostnamectl Static hostname: oracledb.rmohan.com Icon name: computer-vm Chassis: vm Machine ID: 4145c21ef6ec4ca3a6a4ea34087a5552 Boot ID: a0d067b346df44f98ba7248578bfde3b Virtualization: vmware Operating System: CentOS Linux 7 (Core) CPE OS […]