Skip to content

Instantly share code, notes, and snippets.

@regardfs
Forked from adrienbrault/httpie
Created May 11, 2017 09:37
Show Gist options
  • Save regardfs/9e03b0ccd5bab859bff1d4ca19163efc to your computer and use it in GitHub Desktop.
Save regardfs/9e03b0ccd5bab859bff1d4ca19163efc to your computer and use it in GitHub Desktop.
Snippets to quickly install stuff on centos
#!/bin/bash
sudo yum install -y python-pip
sudo pip install httpie
#
#!/bin/bash
wget --no-cookies --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com" "http://download.oracle.com/otn-pub/java/jdk/7/jdk-7-linux-x64.rpm" --no-check-certificate
sudo rpm -ivh jdk-7-*
rm jdk-7-*
sudo rpm -ivh https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.0.0.Beta2.noarch.rpm
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment