portable sublime Go IDE

My portable sublime located at C:\oldhorse\portableapps\SublimeText3. solution1 – batch job to handle build and run This is my small script, no any plugin needed for simply test Go code. First part is rungo.bat, handle build and run two steps. C:\oldhorse\portableapps\SublimeText3\Data\Packages\User\rungo.bat then call it from go.sublime-build at C:\oldhorse\portableapps\SublimeText3\Data\Packages\User You can choice …

portable LiteIDE Go setup

Assume you use portable Go on windows, then it is for you – how to setup portable LieIDE Go. portable Go you can download Go zip go1.x.x.windows-amd64.zip, extract go folder to portable folder for example C:\oldhorse\portableapps. GOPATH in LiteIDE LiteIDE->View->Manage GOPATH unclick "Use System GOPATH" click "Use Custom GOPATH", add …

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 …

scite dark theme

Scite Scite is most lightweight editor and portable by nature, it is my favorite quick note and code for long time, only 3MB. scite dark theme Here is scite dark theme, I adopted from some old web post. You can append to end of SciTEGlobal.properties or place to SciTEUser.properties, I …

docker hands-on guide: Run Docker for Windows on vmware vm

My laptop is still win7 but want to test Docker for Windows, found it is possible to run it on win10 pro vmware vm since vmware supports nested virtualization well. win10 pro vm setting in vmware You need to enable visualization VT-x in vm setting, win10 Hyper-v Control Panel->Programs and …

mintty for portabledevops

mintty highlights most lightweight terminal emulator for Cygwin, MSYS or Msys2 re-sizable xterm scrollback lines almost unlimited copy/paste how to launch mintty give Git for Windows as example. you can double click git-bash.exe it calls bash –login -i; also start it from bat file which has more control: start .\usr\bin\mintty …

How to run portable babun in portabledevops

babun features the core of Babun is a pre-configured Cygwin package manager called pact, similar to ‘apt-get’ or ‘yum’ bash/zsh, build in git/gcc/python/perl mintty default terminal emulator why run babun with portabledevops to get benefit from portabledevops: portable devops tool set on windows portable babun everywhere install to portable folder …