Skip to content

Instantly share code, notes, and snippets.

@kylewu
Created March 10, 2017 10:22
Show Gist options
  • Save kylewu/f9133343c3d6d8ef5a8149520f6dd603 to your computer and use it in GitHub Desktop.
Save kylewu/f9133343c3d6d8ef5a8149520f6dd603 to your computer and use it in GitHub Desktop.
preparation for BTrace on ec2
# oracle jdk
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jdk-8u121-linux-x64.rpm
sudo yum install -y jdk-8u121-linux-x64.rpm
# btrace
mkdir btrace
cd btrace
wget https://github.com/btraceio/btrace/releases/download/v1.3.9/btrace-bin-1.3.9.tgz
tar zxvf btrace-bin-1.3.9.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment