Friday, 1 June 2018

GIT Bash in windows



The advantage of installing git is that you will get git UI and git bash.
and you can right click and get git bash in whichever folder you want.

Useful commands:-

cd /c/           ---- it will take you to c folder
cd .. ---- it will take you to parent folder 1 step
ls ----  list all files
ls -a ---- list all hidden files too

Installing Docker and Minikube

  install docker-   sudo apt install docker.io   set user to docker group:- sudo gpasswd -a   {user} docker   imp commands:- ...