​After the deployment is completed in Kuberenetes and you want to get logs continuously from the specific namespace during the runtime, you can use either one command

Continue Reading...

When start the Elasticsearch in a Docker container in Linux instance generated an error like, Bootstrap Check Failure 1 max Virtual Memory Areas vm.max_map_count in Docker.

Continue Reading...

A package.json file must contain Name and Versoin fields inside the json. The name field consists with package's name, and must be in lowercase and one word and may contain hyphens and underscores. The version field must be in x.x.x and and see the guidelines below,

Continue Reading...

Now we are going to learn about how to establish Django Application in inside the Docker Container. Docker is basically a toolkit that permit developers to build, deploy, run, update, and stop containers using simple and easy commands and work-saving.

Continue Reading...

This question is very common for all shell scripting development and can used in basic commands also. If would like to find the specific word from all the files which is a specific location or different location can use grep command,

Continue Reading...

If would like to install an application or software using Shell script and prompt the user choices either Yes or No or Cancel type question to proceed to the next step with the condition,

Continue Reading...

This post will walk you through how do we Kill or stop the process of running with a port number in your Linux operating system. If you would like to stop an Apache or Tomcat server that is running in your machine,

Continue Reading...