This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |