Skip to content

Instantly share code, notes, and snippets.

View arypurnomoz's full-sized avatar

Ary Purnomoz arypurnomoz

  • Atlas
  • Hangzhou - Tangerang
View GitHub Profile
@arypurnomoz
arypurnomoz / gist:8d24155f024f8d4b6bee6b053c6e47d9
Last active December 20, 2016 07:44
running es 5.0.0 on docker workaround
apt-get update && apt-get install -y nginx;
echo '
user www-data;
worker_processes 4;
pid /run/nginx.pid;
events {
worker_connections 768;
}
http {
server {
@arypurnomoz
arypurnomoz / cVim
Last active August 29, 2015 14:15
cVimrc for browser
map h previousTab
map l nextTab
set nosmoothscroll
let scrollstep = 300
set autoupdategist