The git/msys mount issue

When mount the mount point from /etc/fstab, it is not working well, mount issue # mount point L:/oldhorse/test /test $ mount /test mount: cannot find /test in /etc/fstab or in /etc/fstab.d/$USER But it works when manually type here, $ mount L:/oldhorse/test /test $ mount | grep test L:/oldhorse/test on /test …

How to make node.js portable on windows git/msys

Assume you have portable git/msys, you can find details in portabledevops in github. There are two parts for node.js node, Node.js interpreter npm, node package manager I would like to carry node.js in usb driver, found the npm default configuration is too close to windows environment: prefix = “C:\\Users\\username\\AppData\\Roaming\\npm” cache …

portabledevops

A portable devops tool set on windows, easy customization of cmder/console+msys2/cygwin. Background Cmder is a software package created out of pure frustration over absence of usable console emulator on Windows. It is based on ConEmu. There are two version of cmder: cmder with own Git for Windows and cmdermini without …

Portable Docker Toolbox for Windows with Cmder/Console2+msys

Docker Toolbox for Windows is tool set for both docker machine and docker client: docker-machine docker portable docker for windows Here is solution to make it portable with USB driver, precondition: portable msys + Git portable Cmder/Console2 1) First for all, install Docker Toolbox for Windows without VirtualBox and Git …

How Docker Toolbox for Windows working with Cmder/Console2+msys

This is error when start docker with my own msys bash from shortcut or Cmder/Console2 task tab, Docker Machine is not installed. Please re-run the Toolbox Installer and try again. Looks like something went wrong in step A’Looking for vboxmanage.exeA’… Press any key to continue… Looks like some issue in …

How cmdermini working with msys

There are two versions of cmder: cmder with Git and cmdermini without Git, I prefer use cmdermini without Git since I already have portable git, however it is nothing when run as cmdermini, it is pure cmd replacement, cannot run UNIX like shell. cmdermini https://github.com/cmderdev/cmder/releases/download/v1.2.9/cmder_mini.zip best windows cmd.exe replacement msys …

Multi Portable WinPython on msys

portable Python project Portable Python project changed to WinPython now, it is still best portable package in the python community. website: http://portablepython.com/ download: winpython download Here is show you how to setup WinPython2.7 and WinPython3.5 on same portable driver using msys env. 1) install WinPython2.7 and WinPython3.5 to portable driver …

Portable Shell Terminal Kit

Portable shell terminal kit consisting few parts: 1) bash shell provided by msys, which is collection of GNU utilities on windows /portableapps/msys 2) gcc provided by MinGW, a contraction of "Minimalist GNU for Windows", is a minimalist development environment for native Microsoft Windows applications. /portableapps/mingw 3) DOS terminal replacement default …