Last active
February 1, 2016 01:42
-
-
Save ril3y/dd89675261131399fa9d to your computer and use it in GitHub Desktop.
C.H.I.P. Cheat Sheet for me
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
#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