Portable nginx+php+mysql stack on windows msys

download nginx+php+mysql zip package and unzip without installation nginx-1.11.5.zip beta version on windows php-7.0.12-nts-Win32-VC14-x64.zip with php-cgi tool mysql-5.7.16-winx64.zip community server config nginx nginx.conf change doc root from html to www, create www folder under nginx place all app site in conf/conf.d folder and include them nginx.conf sample app site sample …

Brackets – best lightweight code editor

highlight on Brackets open source from Adobe https://github.com/adobe/brackets lightweight but very powerful code editor realtime live preview for HTML, CSS and Javascript, syncing with browser when you type code supports source code edit for over 38 types of file, such as Python, Perl, Ruby etc install Brackets Download portable Brackets …

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 …

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 …