docker hands-on guide: Run Docker for Windows on vmware vm

My laptop is still win7 but want to test Docker for Windows, found it is possible to run it on win10 pro vmware vm since vmware supports nested virtualization well. win10 pro vm setting in vmware You need to enable visualization VT-x in vm setting, win10 Hyper-v Control Panel->Programs and …

mintty for portabledevops

mintty highlights most lightweight terminal emulator for Cygwin, MSYS or Msys2 re-sizable xterm scrollback lines almost unlimited copy/paste how to launch mintty give Git for Windows as example. you can double click git-bash.exe it calls bash –login -i; also start it from bat file which has more control: start .\usr\bin\mintty …

How to run portable babun in portabledevops

babun features the core of Babun is a pre-configured Cygwin package manager called pact, similar to ‘apt-get’ or ‘yum’ bash/zsh, build in git/gcc/python/perl mintty default terminal emulator why run babun with portabledevops to get benefit from portabledevops: portable devops tool set on windows portable babun everywhere install to portable folder …

Integrate MobaXterm to portabledevops

MobaXterm is all-in-one multi-tab tool for ssh/sftp/local terminal/X server, here is discussion how to integrate it to portabledevops. Most used feature from mobaxterm local terminal, behind is cygwin subsystem ssh client, it can import session from SecureCRT, putty macro, one key to automate repeated tasks basic setup By default there …