portable scite go IDE

Scite Scite is most lightweight editor and portable by nature, it is my favorite quick note and code for long time, only 3MB. Here is show you how to use scite as lightweight Go IDE. scite + go dark theme You can download from my github and quick replaces your …

docker hands-on guide: New Docker Toolbox 17.07-ce for Windows

For the latest Docker Toolbox for Windows 17.07, there are some change on bash terminal. Docker Quickstart terminal when start quickstart terminal, it is still CMD shell, checked start command it just start bash.exe, “C:\Program Files\Git\bin\bash.exe” –login -i “C:\Program Files\Docker Toolbox\start.sh” In fact Docker Toolbox for Windows shipping with Git …

gitbook editor desktop on windows

download latest gitbook editor desktop version from here: https://www.gitbook.com/editor install gitbook editor, by default will be at: GitBook_Editor Target C:\Users\USERNAME\AppData\Local\GitBook_Editor\Update.exe –processStart Editor.exe Start in C:\Users\USERNAME\AppData\Local\GitBook_Editor\app-7.0.12 where is library book files? default Library path: C:\Users\USERNAME\GitBook\Library then new book folder created at : C:\Users\USERNAME\GitBook\Library\Import\docker_hands-on each book folder is a git repo. how …

Explore Docker wordpress nginx on Docker Windows

The purpose here: quick install and run all in one docker with nginx+php+mysql+wordpress eugeneware explore docker inside portable docker for windows Check here if you want to know how to make portable docker toolbox for windows. $ dockerstart installation docker images $ docker pull eugeneware/docker-wordpress-nginx Using default tag: latest latest: …

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 …