Skip to content

Instantly share code, notes, and snippets.

@scottstanfield
Last active March 2, 2016 01:37
Show Gist options
  • Save scottstanfield/b6029630024e39a45402 to your computer and use it in GitHub Desktop.
Save scottstanfield/b6029630024e39a45402 to your computer and use it in GitHub Desktop.
if [ "$EUID" -ne 0 ]
then echo "Please run as root"
exit
fi
cp /usr/share/zoneinfo/America/Los_Angeles /etc/localtime
yum -y update
yum -y install git zsh tree make tmux
yum -y install R
mkdir /mnt/e9
chmod 777 /mnt/e9
file /dev/xvdb
mkfs.ext4 /dev/xvdb
mount /dev/xvdb /mnt/e9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment