Skip to content

Instantly share code, notes, and snippets.

@shawnostler
shawnostler / setup-cloud9-steps.md
Last active February 21, 2021 17:20
Setup AWS Cloud9

Resize volume

To at least 20gb, bigger if you think necessary. Can also be done later when you run out of space. Follow instructions below:

Resize Documentation

Create ssh key

ssh-keygen -t rsa -b 4096

Press enter to use default file name and no password. Maybe twice.

@shawnostler
shawnostler / install.txt
Last active May 14, 2017 12:53
raspberry pi mjpg-streamer install and start streaming
# install from fresh NOOBS
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get upgrade
sudo apt-get install cmake libjpeg8-dev
ssh-keygen -t rsa -b 4096 -C "email@address.com"