Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am isaacbroyles on github.
  • I am isaacbroyles (https://keybase.io/isaacbroyles) on keybase.
  • I have a public key whose fingerprint is D653 8AE3 CBAA 17A1 702C D4DD 8BE4 79FF 55FB 16C4

To claim this, I am signing this object:

#!/bin/bash
apt-get install -y default-jre
apt-get install -y python
echo "deb http://www.apache.org/dist/cassandra/debian 311x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
curl https://www.apache.org/dist/cassandra/KEYS | sudo apt-key add -
sudo apt-get update
sudo apt-get install -y cassandra