https://github.com/Thore-Krug/Flash-CHIP
passwd
nmtui
ssh chip@192.168.1.xxx
in /etc/apt/sources.list
- deb http://opensource.nextthing.co/chip/debian/repo jessie main
+ deb http://chip.jfpossibilities.com/chip/debian/repo jessie main
http://chip.jfpossibilities.com/chip/debian/
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install zsh emacs git vim locales console-setup
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
sudo dpkg-reconfigure console-setup
sudo dpkg-reconfigure locales
select en_US.UTF-8 UTF-8
then en_US.UTF-8
git clone https://github.com/apare/pocketchip.git
chmod +x ~/pocketchip/keymap.sh
Add /usr/bin/loadkeys /home/chip/pocketchip/keymap.kmap
in /etc/rc.local
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
source ~/pocketchip/keymap.sh
clear
ssh-keygen -t rsa -b 4096 -C "alex.pare.inc@gmail.com"
cat ~/.ssh/id_rsa.pub
https://github.com/nodesource/distributions/blob/master/README.md#deb
don't forget to run apt-get install -y build-essential
to have access to npm