Skip to content

Instantly share code, notes, and snippets.

View junxianlim's full-sized avatar

Lim Jun Xian junxianlim

  • Malaysia
  • 11:50 (UTC +08:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am junxianlim on github.
  • I am junxianlim (https://keybase.io/junxianlim) on keybase.
  • I have a public key ASCXdyNTvBwBNxL_jFQC_ZvoPPBjOZqPv2As28Cup8wuSwo

To claim this, I am signing this object:

@junxianlim
junxianlim / rdrc2016.md
Created June 27, 2016 03:01 — forked from cheeaun/rdrc2016.md
RedDotRubyConf 2016 links & resources 😘
@junxianlim
junxianlim / LICENSE
Last active August 29, 2015 14:27 — forked from ourmaninamsterdam/LICENSE
Arrayzing - The JavaScript array cheatsheet
The MIT License (MIT)
Copyright (c) 2015 Justin Perry
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
### Install OpenJDK
cd ~
sudo apt-get update
sudo apt-get install openjdk-7-jre-headless -y
### Download and Install ElasticSearch
### Check http://www.elasticsearch.org/download/ for latest version of ElasticSearch and replace wget link below
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.1.deb
sudo dpkg -i elasticsearch-1.3.1.deb

How to install PhantomJS on Ubuntu

Version: 1.9.7

Platform: x86_64

First, install or update to the latest system software.

sudo apt-get update