Raspberry Pi Commands

Raspberry Pi Commands
Raspberry Pi Commands

Raspberry Pi Notes:

Raspbian
--------

apt-get update
apt-get upgrade
# Update and upgrade packages

sudo apt-get install ca-certificates
sudo apt-get install git-core
sudo wget http://goo.gl/1BOfJ -O /usr/bin/rpi-update
sudo chmod +x /usr/bin/rpi-update
# install certs for rpi-update

sudo rpi-update
sudo ldconfig
sudo reboot
# Update the firmware


Arch
----
pacman -S pkgfile
# Installs pkgfile

pkgfile pacstrap
# pkgfile Needed for pacstrap ;command not found
# extra/arch-install-scripts


Cell
----
airtel - 2g network

Previous
Next Post »