Several times, i interviewed programmer candidates, and mostly they failed in technical test about data structure and algorithm. Although this subject is common or maybe…
General
Fixing Encoding Issue on wordpress
Last Week, i was struggling to revive old blog which is still using old wordpress engine due too machine failure. And migrate it using nginx…
Pointing Domain into AWS EC2
Pointing domain into AWS EC2 is quite simple, what need todo are : Create EC2 instance, then write down the IP address (i.e 10.10.2.10) Open…
Setting Up Spark on OSX [el Capiten]
Apache spark is one of fast and reliable engine for large-scale data processing. This is simple step of installing spark on mac os, using maven….
Separate Multiple Console View On Eclipse
This is simple stuff, but need to write for archive .. In eclipse, we can have two console views… On the console view, you have a…
Running Multiple Java Version On OSX
Currently i have several projects using different version java, the oldest one using java 1.6, and the new one using 1.8 which is need lambda expression…
Installing Linuxbrew on Ubuntu
Linuxbrew is fork form famous package manager homebrew for mac os. You can read about how to install Homebrew on OSX machine here. Below will be…
Installing Elasticsearch on Ubuntu 14.04
Elasticsearch is one of most powerfull opensource platform for distributed REStFull Search and Analysis engine. you can read further about elasticsearch here . In this Post,…
Install stuff what apple didn’t provide [HomeBrew]
Just like other unix based machine, apple provide repository called app store for installing various tools and software. But not like any other unix machine which…
Scheduler FTP Upload for multiple files
Upload multiple files is pretty easy when invoked manually, using command line or ftp client. but a little bit tricky when we need to upload…