Show Menu
Cheatography

Raspberry Pi Cheat Sheet (DRAFT) by

Merkhilfen zur Einrichtung des Raspberry Pi

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Modelle

Modell A
Kennze­ichen: Ohne LAN Anschluss
Modell B
Kennze­ichen: Mit LAN Anschluss

Images

Raspbian (2012-­12-­16-­whe­ezy­-ra­spb­ian.zip)
vollst­ändiges System (für Anfänger)
Login: pi Passwort: raspberry

archlinux (archl­inu­x-h­f-2­013­-01­-22.zip)
minimales System (für Experten)
Login: root Passwort: root

Download Orte des Images

SD neu format­ieren VORSICHT !!!

gparted starten und oben rechts die SD Karte auswählen

Alle Partit­ionen auf der SD Karte entfernen.
Bitte alles genau lesen - wird evtl. Euer Hostre­chner unbrau­chbar !!!

Image auf SD Karte kopieren

sudo dd bs=1M if=<File>.img of=/dev/sdb
Auspro­biert auf einem Laptop mit Ubuntu 14.04 in Verbindung mit einem Raspberry Model B.
/dev/sdb war das Device des Laptops für die SD Karte.

Konfig­uration

raspi-­config (nur bei sweezy verfügbar)
1. Expand root partition
2.Tastatur Layout: 105 generic, other, german, default, no compose key
3. Locale de_DE.U­TF-8
4. Zeitzone: Europe­/Berlin

IP Adresse ermitteln

ip addr show

Pakete verwalten

apt-get update
apt-get install <paketname>

Kommandos auf dem Raspberry Pi

Herunt­erf­ahren
sudo shutdown -h now
Window System starten
startx

Konsolen wechseln

Cntl+Alt + F1 (F1-F6 sind Textko­nsolen)
Cntl+Alt + F7 (X-Win­dow­system)

BitCoin Core Client instal­lieren

sudo apt-get install build-essential
sudo apt-get install libtool autotools-dev autoconf
sudo apt-get install libssl-dev

#Client herunterladen und entpacken
https://github.com/bitcoin/bitcoin/releases/tag/v0.9.3

# Im entpackten Verzeichnis ausführen
./autogen.sh
./configure
make
 

Wifi Config Varianten

>sudo vi /etc/w­pa_­sup­pli­can­t.conf

#
# Please see /usr/s­har­e/d­oc/­wpa­sup­pli­can­t/w­pa_­sup­pli­can­t.c­onf.gz
# for more complete config­uration parame­ters.
#
ctrl_i­nte­rfa­ce=­/va­r/r­un/­wpa­_su­ppl­icant
ctrl_i­nte­rfa­ce_­group=0

eapol_­ver­sion=2
ap_scan=1
fast_r­eauth=1
country=NL

### Associate with any open access point
### Scans/­ESSID changes can be done with wpa_cli
network={
ssid=""
key_mg­mt=NONE
priority=1
}

# WEP
network={
ssid="u­bun­tuw­ifi­"
scan_s­sid=1
key_mg­mt=NONE
wep_ke­y0=­"­Ope­nSe­sam­e"
wep_ke­y1=­"­Ope­nOt­her­Ses­ame­"
# Use the correct key..
wep_tx­_ke­yidx=0
priority=5
}

# WPA/WPA2
network={
ssid="u­bun­tuw­ifi­"
scan_s­sid=1
psk=24­f87­a75­830­01e­b7c­ea2­394­bbd­b04­eb2­d36­41f­0b9­07d­d31­bd2­86b­e62­8c1­841f8
priority=5
## The config­uration items listed below do not need to be set, the defaults are
## pretty 'let us do it for you'.
## See /usr/s­har­e/d­oc/­wpa­sup­pli­can­t/w­pa_­sup­pli­can­t.c­onf.gz for more inform­ation.
# key_mg­mt=­WPA-PSK
# proto=WPA RSN
# pairwi­se=CCMP TKIP
# group=CCMP TKIP
}

WiFi Konfig­uration

# bei arch linux
sudo wifi-menu -o
sudo netctl enable wlan0-your_network_name

#z.B. netctl enable wlan0-franken.freifunk.net

https://www.elektronik-kompendium.de/sites/raspberry-pi/1912221.htm

WiFi Konfig­uration

1. startx
2. Konfig­uration WLAN über WiFi Config