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 …

ssh setup for github push

After reinstalled git, git push always asked Username and password even ssh key already deployed to github account. $ git push -u origin master Username for ‘https://github.com‘: if you type in user and password, for sure it is working but wonder why ssh key not working. ssh git test looks …

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 …

OS X 10.11.4 test on vmware ws pro

1) make ElCapitan.iso from old OS X vmware vm box trick is when downloading OS X 10.11, hold on to install it, find out download folder and make it as iso image using this script as root. http://www.insanelymac.com/forum/topic/308533-how-to-create-a-bootable-el-capitan-iso-fo-vmware/ the last stage you may need to change to, mv /tmp/ElCapitan.iso.cdr /Users/username/Desktop/ElCapitan.iso …