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 …

Portable msys64 setup

install msys64 download msys2-x86_64-xxx.exe from http://msys2.github.io/ install to default location C:\msys64 copy C:\msys64 to L:\portabledevops\msys64 uninstall msys64 from windows setup msys64 base launch msys2.exe from L:\portabledevops\msys64 folder, or launch bash shell from Cmder task tab msys2: cmd /c "%ConEmuDir%……\msys64\bin\bash –login -i" at bash shell, install necessary package for dev env …

Docker Toolbox for msys2

download docker toolbox for win https://www.docker.com/products/docker-toolbox install to default location copy docker.exe, docker-machine.exe, docker-compose.exe to your msys2 /usr/local/bin uninstall docker toolbox for win docker toolbox setting 1) make junction (directory hard link) for "Program Files", it will make easy to find VirtualBox tools from cmd.exe mklink /j C:\Program_Files “C:\Program Files” …

Docker Toolbox for cygwin

download docker toolbox for win https://www.docker.com/products/docker-toolbox install to default location copy docker.exe, docker-machine.exe, docker-compose.exe to your cygwin /usr/local/bin uninstall docker toolbox for win docker toolbox setting 1) make junction (directory hard link) for "Program Files", it will make easy to find VirtualBox tools mklink /j C:\Program_Files “C:\Program Files” Junction created …