Sublime Text 3 IDE setup

Highlight: Sublime Text 3 already build in support 48 types of language syntax highlight, auto-complete etc Sublime Text 3 only provides few build package for compiling/running Here providing user defined build packages for most popularly languages and scripts: C/C++/Java/Go/Objc/Ruby/Lua/HTML/JavaScript/JQuery/bash it is portable ST3 IDE on windows Language build is pre-zipped …

bash profile setup for openSUSE and Solaris 11

The global setting change can be added to /etc/profile, this will be refreshed on next user login; or /etc/bash.bashrc(openSUSE) or /etc/bash/bashrc, this will be refreshed on next bash shell started. I prefer use bash profile. openSUSE setup add change at end of /etc/bash.bashrc Solaris 11 x86 add change at end …