### Android Install an APK ``` adb install ``` Install an APK, overwriting any existing APKs. ``` adb install -r ``` ### Amazon EC2 Create an EC2 instance with MEAN stack and Loopback https://docs.strongloop.com/display/SL/Amazon+EC2 Create an EC2 instance with NodeJs, NPM and MongoDB https://github.com/SIB-Colombia/dataportal-explorer/wiki/How-to-install-node-and-mongodb-on-Amazon-EC2 SSH into your EC2 instance ``` ssh -i ec2-user@``` Transfer file with SCP to EC2 instance ``` scp -i ec2-user@:~ ``` ### Heroku ### Git Add a commit with a message ### Misc Create tar archive ``` tar -cvzf ``` Unzip tar archive ``` tar -xvzf ```