Raspberry-pi
De Linuxmemo.
(Différences entre les versions)
(→Pi) |
(→Pi) |
||
Ligne 66 : | Ligne 66 : | ||
*Bind9 | *Bind9 | ||
*<s>Eggdrop</s> | *<s>Eggdrop</s> | ||
- | *Verbes | + | *Verbes / date du jour (script) |
- | *Irssi | + | *Irssi client |
*Arpwatch | *Arpwatch | ||
*Supervision ping (script) | *Supervision ping (script) |
Version actuelle en date du 3 février 2017 à 10:18
Sommaire |
[modifier] 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 !
[modifier] 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
[modifier] Étendre la partition root
Depuis un autre PC, carte sd non montée:
fdisk -l resize2fs /dev/sdgX ou en graphique parted /dev/sdg
[modifier] Services Installés
- NTP
- Watchdog
- SSH
- SSMTP
[modifier] Pi
- Bind9
Eggdrop- Verbes / date du jour (script)
- Irssi client
- Arpwatch
- Supervision ping (script)
[modifier] Kali
- TOR
- Nmap
[modifier] Image .xz
xzcat kali-1.1.0-rpi.img.xz | dd of=/dev/SDCARDNAMEGOESHERE
[modifier] Version
http://www.raspberrypi-spy.co.uk/2012/09/checking-your-raspberry-pi-board-version/