Raspberry Pi: Difference between revisions
Jump to navigation
Jump to search
imported>Johayek (Created page with "== the regular commands for updating your Raspbian installation == :$ sudo raspi-config :… : # the Debian [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool APT = Advance...") |
imported>Johayek m (factoring out "Debian package management") |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
* https://en.wikipedia.org/wiki/Raspberry_Pi#Software – Raspbian looks like THE Linux distribution for the Raspberry Pi | |||
== 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 | |||
== the regular commands for updating your Raspbian installation == | == the regular commands for updating your Raspbian installation == | ||
:$ sudo raspi-config | :$ sudo raspi-config # this is apparently "standard Raspberry Pi" | ||
:… | :… | ||
: # | : # -> [[Debian package management]] | ||
[[Category:ToBeExported]] | |||
Latest revision as of 14:49, 13 April 2018
- https://en.wikipedia.org/wiki/Raspberry_Pi#Software – Raspbian looks like THE Linux distribution for the Raspberry Pi
books[edit]
- 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
the regular commands for updating your Raspbian installation[edit]
- $ sudo raspi-config # this is apparently "standard Raspberry Pi"
- …
- # -> Debian package management