Month: September 2011

  • Solving no docs found for member gjslint on VIM Syntastic

    Closure Linter (gjslint) is pretty powerfull for checking our javascript code. If you using VIM, then you should consider using Syntastic plugin which is incredibly. By default, Syntastic will detecting Gjslint, Jslint, JSHint and Javascriptlint in our system. Every editing and saving a JS file, syntastic will do several javascript checker. Today, i found “no […]

  • How to ping and SSH Ubuntu Guest Host Virtualbox

    By default SSH & ping between Virtualbox Guest and Host is disabled. Virtualbox make NAT connection between Host and Guest so we can have internet connection in Guest. To make Host and Guest can communicate in two ways, here are the steps : 1. Create vboxnet0 network device. If you don’t have this vboxnet, you […]

  • How get latest NGINX and build deb package on Ubuntu

    I use Ubuntu Natty 11.04 in this installation which use nginx 0.8.54 as default package. Now, i try to build and install nginx 1.1.3 development into my Ubuntu. 1. Enable NGINX source Edit “/etc/apt/source.list” and uncomment : 1deb-src http://archive.ubuntu.com/ubuntu/ natty multiverse Then you need to reload repository by “sudo apt-get update”