WATCH AND LEARN

I learn by doing and seeing

EC2 Instance Configuration Note

[ ] [ Tags geek ]

This post is intended to document the basic configuration I do for a typical EC2 Ubuntu instance, just want to make my life easier without googling the same thing all over again.

Setting up zsh

source

  • sudo apt-get install zsh
  • curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sudo sh
  • sudo su
  • chsh -s /bin/zsh ubuntu