Wiki » Historie » Version 2
Jeremias Keihsler, 12.01.2017 16:57
| 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. update raspbian |
||
| 16 | |||
| 17 | <pre><code class="bash"> |
||
| 18 | apt-get update |
||
| 19 | apt-get upgrade |
||
| 20 | </code></pre> |
||
| 21 | |||
| 22 | h1. update raspbian to raspian with pixel |
||
| 23 | |||
| 24 | <pre><code class="bash"> |
||
| 25 | apt-get update |
||
| 26 | apt-get upgrade |
||
| 27 | </code></pre> |
||
| 28 | |||
| 29 | <pre><code class="bash"> |
||
| 30 | sudo apt-get update |
||
| 31 | sudo apt-get dist-upgrade |
||
| 32 | sudo apt-get install -y rpi-chromium-mods python-sense-emu python3-sense-emu python-sense-emu-doc realvnc-vnc-viewer realvnc-vnc-server |
||
| 33 | </code></pre> |