Skip to content

Instantly share code, notes, and snippets.

@sbcoba
Last active June 4, 2017 18:31
Show Gist options
  • Save sbcoba/4e00d0bff9968c50d43b783bf6084d86 to your computer and use it in GitHub Desktop.
Save sbcoba/4e00d0bff9968c50d43b783bf6084d86 to your computer and use it in GitHub Desktop.
ec2 초기 설정
sudo yum update
sudo yum install -y java-1.8.0-openjdk-devel
sudo yum remove -y java-1.7.0-openjdk
sudo yum install -y git
sudo yum install -y zsh
sudo su -
# ec2-user 패스워드 설정
passwd ec2-user
exit
# oh my zsh 설치
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment