Setup docker and tools

Guide to install and configure docker and related tools. Install Docker Installing docker on any bash systems. curl -sSL https://get.docker.com/ | sh sudo usermod -aG docker ${USER} Docker Tools Docker compose To install docker-compose...

Bash completions for kubectl

To install bash completion for your kubectl Get your kubectl client version kubectl version -c Get the completion script for the corresponding to your kubectl version. Ubuntu curl -sSL...

Installing Oracle JDK / JRE in CentOS Ubuntu

In earlier days (while SUN), Installing JRE / JDK in a VM is very easy process just like extracting a file and use it. Now wget-ing the source file itself a bit long process. After that you have use few commands to set this newly installed Java...

Upgrade openssl in Ubuntu and CentOS

Upgrade OpenSSL in Ubuntu and CentOS Hope you know about openssl heartbleed bug. Don't know about, no problem go through it http://heartbleed.com/ . The point here is you should upgrade your openssl. Because of this bug all linux variants release...

Automount vmware shared folder in ubuntu

How to fix shared folder automount problem in vmware ..? I am using vmware player for last several years. But I am not tested their shared folder features. To share your host os folder with vm you have to install "vmware tools" on guest os....