Skip to content

Instantly share code, notes, and snippets.

View geunho's full-sized avatar
🎯
Focusing

Geunho Kim geunho

🎯
Focusing
View GitHub Profile
@geunho
geunho / JsonInterceptor$Builder.java
Last active July 20, 2016 01:53
apache-flume-implement-custom-interceptor
e.g. agent.sources.s1.interceptors.ci.isISO8601Format = true
...
public void configure(Context context) {
boolean isISO8601Format = context.getBoolean("isISO8601Format", true);
}
@geunho
geunho / Dockerfile.sh
Last active July 14, 2016 01:14
docker timezone setup
FROM registry.ebaykorea.com/ubuntu:trusty-buildpack
...
# ref: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
ENV TZ=Asia/Seoul
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
@geunho
geunho / Install_Scripts.md
Created February 11, 2016 23:33
Install Scripts

Linux Install snippets

  • ambari-install.sh
  • oracle-java-8-install.sh
  • sbt-install.sh