Wiki » Historie » Version 1
Jeremias Keihsler, 12.01.2017 16:43
| 1 | 1 | Jeremias Keihsler | h1. Raspbian |
|---|---|---|---|
| 2 | |||
| 3 | h2. Install |
||
| 4 | |||
| 5 | This topic covers how to install a basic Raspian system |
||
| 6 | |||
| 7 | [[install|Install]] |
||
| 8 | |||
| 9 | h2. Setup |
||
| 10 | |||
| 11 | This topic covers how to setup a Raspian based system for a particular purpose (e.g. Samba-server) |
||
| 12 | |||
| 13 | [[setup|Setup]] |
||
| 14 | |||
| 15 | h1. default user |
||
| 16 | |||
| 17 | Username: @pi@ |
||
| 18 | Password: @raspberry@ |
||
| 19 | |||
| 20 | h1. update raspbian |
||
| 21 | |||
| 22 | <pre><code class="bash"> |
||
| 23 | apt-get update |
||
| 24 | apt-get upgrade |
||
| 25 | </code></pre> |
||
| 26 | |||
| 27 | h1. update raspbian to raspian with pixel |
||
| 28 | |||
| 29 | <pre><code class="bash"> |
||
| 30 | apt-get update |
||
| 31 | apt-get upgrade |
||
| 32 | </code></pre> |
||
| 33 | |||
| 34 | <pre><code class="bash"> |
||
| 35 | sudo apt-get update |
||
| 36 | sudo apt-get dist-upgrade |
||
| 37 | sudo apt-get install -y rpi-chromium-mods python-sense-emu python3-sense-emu python-sense-emu-doc realvnc-vnc-viewer realvnc-vnc-server |
||
| 38 | </code></pre> |