Skip to content

Instantly share code, notes, and snippets.

View gcosgreave's full-sized avatar

Gavin Cosgreave gcosgreave

View GitHub Profile
@moehammoud
moehammoud / Access-JSON-State-Array
Last active February 15, 2020 18:52
React JS Cheatsheet.
JSON.stringify(this.state.data)
@navid-taheri
navid-taheri / eb-cli-ubuntu-16-04
Last active July 6, 2023 14:19
How to install eb cli (awsebcli) on Ubuntu 16.04
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get install python3-setuptools
sudo easy_install3 pip
pip -V
#pip 9.0.1 from /usr/local/lib/python3.5/dist-packages/pip-9.0.1-py3.5.egg (python 3.5)
sudo chown -R username:username ~/.local/
# add to ./*shrc