Docker in Windows 10

Docker in Windows 10

Download Docker desktop from the docker website: https://www.docker.com/products/docker-desktopInstall docker & follow the next steps to installIf it fails for ‘Virtualization’ ??Enter into PC BIOS & enables VirtualizationFollow this video:...
Git official doc

Git official doc

GIT(1) Git Manual GIT(1) NAME git – the stupid content tracker SYNOPSIS git [–version] [–help] [-C ] [-c =] [–exec-path[=]] [–html-path] [–man-path] [–info-path] [-p|–paginate|-P|–no-pager]...
Learn to use tmux

Learn to use tmux

Installing Tmux in Linux Tmux is available in the official repositories of most Linux distributions. On Arch Linux and its variants, run the following command to install it. $ sudo pacman -S tmux On Debian, Ubuntu, Linux Mint: $ sudo apt-get install tmux On Fedora: $...
VIM Commands

VIM Commands

VIM Editor Commands Vim is an editor to create or edit a text file. There are two modes in vim. One is the command mode and another is the insert mode. In the command mode, user can move around the file, delete text, etc. In the insert mode, user can insert text....