Showing posts with label execute file. Show all posts
Showing posts with label execute file. Show all posts

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

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