Skip to content

Instantly share code, notes, and snippets.

@ril3y
Last active February 1, 2016 01:42
Show Gist options
  • Save ril3y/dd89675261131399fa9d to your computer and use it in GitHub Desktop.
Save ril3y/dd89675261131399fa9d to your computer and use it in GitHub Desktop.
C.H.I.P. Cheat Sheet for me
#Default Packages
sudo apt-get install vim curl wget build-essential
#Setup Wifi
nmcli dev wifi con "myssid" password "myssidpassword"
#Install NodeJS
curl -sL https://deb.nodesource.com/setup_5.x | bash -
apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment