Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
#Create two amazon instances
#https://aws.amazon.com/getting-started/tutorials/launch-a-virtual-machine/
#login with “ubuntu” user
#ssh -i ~/Downloads/pvtinstance.pem [email protected]
#setup ubuntu 16 on both of them
locale
locale-gen en_US.UTF-8
dpkg-reconfigure locales