StackExchange
Categories
Tags
11g 11gR2 ansible backup benchmark centos desktop streaming dlna elasticsearch fun howto import install installation jetson linux listener mac meta mysql network oda open source openssh oracle oracle11gR2 pdf pdftk php rails rants restore rpm rpm-build ruby software ssh storage ubuntu upgrade upnp vlc watermark windows wordpressMeta
Tag Archives: centos
Fast Track: ElasticSearch on CentOS 6.x on DigitalOcean VPS
yum install wget cd /opt wget –no-cookies –no-check-certificate –header “Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie” “http://download.oracle.com/otn-pub/java/jdk/7u67-b01/jdk-7u67-linux-x64.tar.gz” tar xzf jdk-7u67-linux-x64.tar.gz cd jdk1.7.0_67/ alternatives –install /usr/bin/java java /opt/jdk1.7.0_67/bin/java 2 alternatives –config java alternatives –install /usr/bin/jar jar /opt/jdk1.7.0_67/bin/jar 2 alternatives –install /usr/bin/javac javac /opt/jdk1.7.0_67/bin/javac 2 alternatives –set … Continue reading
Posted in CentOS, ElasticSearch, Technical
Tagged centos, elasticsearch, howto, linux
Leave a comment