Raspberry Pi - Offirmo-team/wiki GitHub Wiki

http://www.raspberrypi.org/ voir aussi WRT1900AC, vagrant, linux, administration unix

Introduction

Mini PC arm pour éducation et bidouille.

Histoire intéressante : http://www.raspberrypi.org/about/

Resources

Prez en français http://www.techartgeek.com/tech/mini-dossier-raspberry-pi/

Achat / équipement

http://blog.broadcom.com/raspberry-pi/want-wi-fi-for-your-raspberry-pi-broadcom-adapter-brings-connectivity-with-less-power/

Installation

NOOBS

Trivial. Mais prend de la place sur la carte...

Général

Un script pour envoyer son IP par mail : TODO http://www.raspberrypi.org/fresh-coffee-at-mailchimp/

utilitaire raspi-config

Commencer immédiatement par : advanced -> mettre à jour, puis Base

  • locale
  • en gb UTF-8 <-- ne pas se fatiguer avec autre chose
  • timzeone
  • Paris
  • keyboard
  • typematric ezreach 2030
  • fr -> bépo EU normal

boot to desktop

advanced

  • hostname
  • ssh on
  • update this tool to the latest version

La config peut être relancée après coup avec

sudo raspi-config

VNC server avec autostart

page officielle http://www.raspberrypi.org/documentation/remote-access/vnc/

Marche pas, tout pourri, ne fait même pas ce qu'on veut : utiliser la technique "x11vnc + remote display" ci-dessous

x11vnc + remote display

retirer "no listen" http://linux.developpez.com/formation_debian/export-display.html

sudo apt-get install x11vnc
sudo apt-get install x11-xserver-utils x11-apps  xdm (?)

Puis

  • windows putty avec 5900 bindés
x11vnc -safer -localhost -nopw -once -display :0
  • unix
ssh -C -f -L 5900:localhost:5900 [email protected] x11vnc -safer -localhost -nopw -once -display :0

Puis vnc client (à installer !) sur localhost:5900

sudo apt-get install xtightvncviewer

VLC

Galère.

Essayer de le récupérer précompilé :

Sinon essayer de le recompiler soi-même :

monitoring

http://www.tropfacile.net/doku.php/raspberry-pi/comment-monitorer-son-raspberry-rpi-monitor

XBMC / OpenElec

Utilisations

Streaming distant

Très dur -> évaluer chromecast... https://www.google.fr/intl/fr/chrome/devices/chromecast/

Raspbian + vlc / omxplayer semble non fiable. Essayer xbmc / openelec ?

"streaming desktop to raspberry"

maintenance

sudo apt-get update
sudo apt-get upgrade

faire de la place

Utile si petite carte (4Go) et notamment pour installer VLC précompilé

⚠️ **GitHub.com Fallback** ⚠️