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

Get Ubuntu Version

How to get the ubuntu Version..? There are different ways to get the version of ubuntu you are using... Here we are going to discuss the all ways......

Offline dictionary for ubuntu 10.04

[![image0](http://4.bp.blogspot.com/_X5tq9y9xv2s/TCj1u9sK79I/AAAAAAAAAbE/6-RRuRSCn6w/s320/ubuntu_icon.png)](http://4.bp.blogspot.com/_X5tq9y9xv2s/TCj1u9sK79I/AAAAAAAAAbE/6-RRuRSCn6w/s1600/ubuntu_icon.png) Why offline dictionary ..? Anyway ubuntu...