Thursday 19 February 2015

Execute a .sh file

Hello Fellas today I'm sharing my learning to how to execute a .sh file in linux


just follow the steps .

cd /path/to/file
chmod +x filename.sh
./filename.sh

thank you :)

Wednesday 18 February 2015

Java VisualVM

Hello Fellas,

while going through I found a very interesting topic i.e.

Java VisualVM


just use jvisualvm from terminal

You can read about it from hereJava VisualVM





thank you :)

Friday 30 January 2015

create a war file

Hello Fellas,

Today I'm sharing my learning to how to create a war file from terminal/cmd prompt.

jar -cvf warFileName.war including_file_with_spaces



thank you :)

Tuesday 13 January 2015

The weblayout directory is on a filesystem with 8dot3 semantics. Legacy 16-bit 8dot3 filenames conflict with revision labels and will cause file loss. Disable 8dot3 semantics by running "Installer DisableNtfs8dot3" and then restarting Windows.

Hello Fellas,

Today I'm sharing my learning with you to how to remove this error,

Just follow this process,


On Windows 7, running Installer DisableNtfs8dot3 does not resolve this. You must make the configuration change manually in the Windows registry.


To change the Windows registry, go to the following key:

Then, set the value of the NtfsDisable8dot3NameCreation key to 1. You must restart Windows for the new setting to take effect.
Please note that Oracle Inbound Refinery is supported on Windows 7 in development environments only.
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/FileSystem

RCU Installation for UCM

Hello Fellas,
today I'm sharing my learning to how to Install for Oracle UCM.
Please find the following pics












thank you :)

Tuesday 16 December 2014

increase VirtualBox Size

Hello fellas,
today I'm sharing my learning to how to increase the size of the vdi.

  • delete all the clones first.
  •  goto the vdi location from terminal of command prompt.
  •  VBoxManage modifyhd vdiname.vdi --resize NEW_SIZE_IN_MB



Monday 15 December 2014

Find Running Port Number and Processes

Hello fellas,
Today I'm sharing my learning to how to check the running port on the system,

just use the following command on the command prompt.

netstat -ano

thank you :)

A Guide to Installing Oracle HR Schema on an Existing Docker Container

  Hi Reader, Today I want to share my learning on how to install Oracle HR schema on a existing docker container. Step 1: Download the verif...