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 :)

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...