Raspberry-pi

De Linuxmemo.

Sommaire

Configuration

raspi-config

Allez sur la ligne : configure_keyboard Set keyboard layout » Select

Keyboard model : Generic 105-key (intl) PC
Keyboard layout : Other
Country of origin for the keyboard : French
Keyboard layout : French
Key to function as AltGr : The default for the keyboard layout
Compose key : No compose key
Use Control+Alt+Backspace to terminate the X server? : No

Changement de la langue du système :

Allez sur la ligne : change_locale Set locale » Select

Locales to be generated:
Décochez la case :
[] en_GB.UTF-8 UTF-8
Cochez les cases :
[*] fr_FR ISO-8859-1
[*] fr_FR.UTF-8 UTF-8

Default locale for the system environement : fr_FR.UTF-8 Changement du fuseau horraire :

Allez sur la ligne : change_timezone Set timezone » Select

Geographic area : Europe
Time zone : Paris

Une fois de retour sur le menu <Finish> et on redémarre le raspberry

reboot

Maintenant, vous avez un clavier en Français azerty et une interface graphique en Français !

Firmware update

opt/vc/bin/vcgencmd version
apt-get install ca-certificates git-core binutils
wget https://raw.github.com/Hexxeh/rpi-update/master/rpi-update
cp rpi-update /usr/local/bin/rpi-update
chmod +x /usr/local/bin/rpi-update
rpi-update
reboot
opt/vc/bin/vcgencmd version

Étendre la partition root

Depuis un autre PC, carte sd non montée:

fdisk -l
resize2fs /dev/sdgX
ou en graphique
parted /dev/sdg

Services Installés

  • NTP
  • Watchdog
  • SSH
  • SSMTP

Pi

  • Bind
  • Eggdrop
  • Verbes
  • Irssi

Kali

  • TOR
  • Nmap

Image .xz

xzcat kali-1.1.0-rpi.img.xz | dd of=/dev/SDCARDNAMEGOESHERE

Version

http://www.raspberrypi-spy.co.uk/2012/09/checking-your-raspberry-pi-board-version/

Outils personnels