Raspberry Pi
Jump to navigation
Jump to search
the regular commands for updating your Raspbian installation
- $ sudo raspi-config
- …
- # the Debian APT = Advanced Packaging Tool
- # update and upgrade
- $ sudo apt-get update # update is used to resynchronize the package index files from their sources
- $ sudo apt-get upgrade # upgrade is used to install the newest versions of all packages currently installed on the system from the sources enumerated in /etc/apt/sources.list
books
- http://shop.oreilly.com/product/0636920023371.do – Getting Started with Raspberry Pi
- http://shop.oreilly.com/product/0636920029595.do – RPi Cookbook
- http://shop.oreilly.com/product/0636920029083.do – RPi Hacks
- http://shop.oreilly.com/product/9781849694605.do – (PacktPub) RPi Networking Cookbook
- http://www.packtpub.com/raspberry-pi-networking-cookbook/book
- http://www.packtpub.com/raspberry-pi-media-center/book
- http://www.packtpub.com/raspberry-pi-server-essentials/book