Raspberry-pi
De Linuxmemo.
(Différences entre les versions)
(→Étendre la partition root) |
(→Services Installés) |
||
Ligne 62 : | Ligne 62 : | ||
*SSH | *SSH | ||
*SSMTP | *SSMTP | ||
+ | |||
*TOR | *TOR | ||
*Eggdrop | *Eggdrop |
Version du 26 mars 2015 à 10:15
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
- TOR
- Eggdrop