Skip to content

Instantly share code, notes, and snippets.

View jromeem's full-sized avatar
🍰
Eating cake

Jerome Martinez jromeem

🍰
Eating cake
View GitHub Profile
@jromeem
jromeem / bibliography.bib
Created September 21, 2021 19:09 — forked from nylki/bibliography.bib
bibTeX file
@article{powsner_graphical_1994,
title = {Graphical Summary of Patient Status},
volume = {344},
url = {http://www.sciencedirect.com/science/article/pii/S0140673694914060},
timestamp = {2015-09-09T18:25:01Z},
number = {8919},
journaltitle = {The Lancet},
author = {Powsner, Seth M. and Tufte, Edward R.},
urldate = {2015-09-09},
cd ~
sudo apt-get update
sudo apt-get install openjdk-7-jre -y
wget http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.20.1.tar.gz -O elasticsearch.tar.gz
tar -xf elasticsearch.tar.gz
rm elasticsearch.tar.gz
sudo mv elasticsearch-* elasticsearch
sudo mv elasticsearch /usr/local/share