Skip to content

Instantly share code, notes, and snippets.

@davidbradway
Last active August 29, 2015 14:10
Show Gist options
  • Save davidbradway/3acb2884ab89e4691341 to your computer and use it in GitHub Desktop.
Save davidbradway/3acb2884ab89e4691341 to your computer and use it in GitHub Desktop.
UDOO Udoobuntu

Setup for UDOO Ubuntu

sudo apt-get update && sudo apt-get upgrade
sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose
sudo apt-get install git
sudo dpkg-reconfigure tzdata
sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak
sudo apt-get install spyder
ls -al ~/.ssh
ssh-keygen -t rsa -C "david.bradway@gmail.com"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
sudo apt-get install xclip
xclip -sel clip < ~/.ssh/id_rsa.pub
sudo pip install requests
sudo apt-get install zsh
sudo apt-get install curl
curl -L http://install.ohmyz.sh | sh
chsh -s /bin/zsh
more ~/.zshrc 
sudo apt-get install git-gui gitk

Skipping these

sudo apt-get install arduino arduino-core
git clone https://github.com/adafruit/Adafruit_NeoPixel.git
git clone https://github.com/davidbradway/cheerlights.git
# http://www.udoo.org/ProjectsAndTutorials/interaction-between-linux-and-arduino-on-udoo/?portfolioID=1394
stty -F /dev/ttymxc3 cs8 115200 ignbrk -brkint -icrnl -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke noflsh -ixon -crtscts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment