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 …

portabledevops deploy script

This is new portabledevops deploy script, to faster the portabledevops setup. place all-in-one portable customization setting to msys2/cygwin /etc/profile.d install docker toolbox locally to msys2/cygwin setup.sh deploy script running log sample launch msys2/cygwin bash shell from cmder or console $ cd ~ ; wget -qO- ‘https://raw.githubusercontent.com/robertluwang/portabledevops/master/setup.sh’ | sh Cloning into …