Skip to content

Instantly share code, notes, and snippets.

View tiagoeborsanyi's full-sized avatar
🎯
Focusing on the life

Tiago Emerick tiagoeborsanyi

🎯
Focusing on the life
View GitHub Profile
@tiagoeborsanyi
tiagoeborsanyi / es.sh
Created May 1, 2016 03:06 — forked from Globegitter/es.sh
Easy install for elasticsearch on Ubuntu 14.04
cd ~
##If you want to install OpenJDK
#sudo apt-get update
#sudo apt-get install openjdk-8-jre-headless -y
###Or if you want to install Oracle JDK, which seems to have slightly better performance
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer