pip install awscli --upgrade --user
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.13.0/bin/darwin/amd64/kubectl
chmod +x ./kubectl
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.13.0/bin/linux/amd64/kubectl
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 \
&& chmod +x minikube
The quotes on this page come from this deleted question on Stackoverflow:
sudo apt-get install linux-headers-generic build-essential dkms
sudo apt-get install virtualbox-dkms
More On: http://askubuntu.com/questions/41118/virtualbox-kernel-driver-not-installed http://askubuntu.com/questions/498900/vbox-on-14-04-kernel-driver-not-installed-rc-1908
wget http://repo.typesafe.com/typesafe/releases/cmdline-jmxclient/cmdline-jmxclient/0.10.3/cmdline-jmxclient-0.10.3.jar
java -jar cmdline-jmxclient-0.10.3.jar - localhost:7199
Sample for CASS
java -jar cmdline-jmxclient-0.10.3.jar - localhost:7199 java.lang:type=Threading ThreadCount
java -jar cmdline-jmxclient-0.10.3.jar - localhost:7199 java.lang:type=ClassLoading LoadedClassCount
#!/bin/bash | |
# | |
# Install java 8 | |
# | |
cd ~ | |
sudo yum update -y | |
sudo yum remove java -y | |
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/8u45-b14/jdk-8u45-linux-x64.tar.gz" | |
tar -xzvf jdk-8u45-linux-x64.tar.gz |
Follow the steps here => https://gist.github.com/diegopacheco/08dc5b9f94ef3d788c95c924b6d35f40
Goto Identity and Access Management(https://console.aws.amazon.com/iam/home?region=us-west-2#roles) at Roles.
Create a new role called: dynomite and add the policies: