PocketCHIP: First Run!
My suggested list of terminal commands for your brand new PocketCHIP. These do the following things:
root user access to update and install software.rsync for easier file copying. (Optional)git to easily grab projects from GitHub. (Optional)Note: Do not add the $ or # from each line before the command! $ denotes a command to be run by your default user, # denotes a command that requires root privileges.
$ passwd
$ sudo -i
# apt-get update && apt-get upgrade && apt-get dist-upgrade
# apt-get install locales
# dpkg-reconfigure tzdata
# locale-gen en_US en_US.UTF-8
# apt-get install openssh-server
# iw wlan0 set power_save off
# wget http://bit.ly/29uWueR
# mv 29uWueR install-pockethome
# chmod +x install-pockethome
# ./install-pockethome
# apt-get install rsync
# apt-get install git