Raspberry Pi - Offirmo-team/wiki GitHub Wiki
http://www.raspberrypi.org/ voir aussi WRT1900AC, vagrant, linux, administration unix
Mini PC arm pour éducation et bidouille.
Histoire intéressante : http://www.raspberrypi.org/about/
Resources
- forum français http://www.raspberrypi.org/forums/viewforum.php?f=65
- site français http://www.framboise314.fr/
- conseils en tout genre http://www.tropfacile.net/doku.php
Prez en français http://www.techartgeek.com/tech/mini-dossier-raspberry-pi/
- Forum pour débutants http://www.raspberrypi.org/forums/viewforum.php?f=91
- 2019 instructions https://dev.to/teamxenox/make-a-linux-dev-server-for-less-than-50life--3gc7
Trivial. Mais prend de la place sur la carte...
- ++ config http://elinux.org/RPi_config.txt
- http://www.raspberrypi.org/documentation/configuration/config-txt.md
Un script pour envoyer son IP par mail : TODO http://www.raspberrypi.org/fresh-coffee-at-mailchimp/
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
- La bible (général) : https://help.ubuntu.com/community/VNC#Accessing_your_PC_over_the_Internet
- http://www.straightrunning.com/XmingNotes/pixming.php
- http://codechief.wordpress.com/2013/07/17/setting-up-raspberry-pi-for-headless-mode-with-x11vnc/
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
- http://xmodulo.com/2013/07/how-to-speed-up-x11-forwarding-in-ssh.html
- http://unix.stackexchange.com/questions/26936/how-to-speed-up-x-over-fast-connection-especially-over-ssh
- http://zweije.home.xs4all.nl/xauth.html
sudo apt-get install xtightvncviewer
Galère.
Essayer de le récupérer précompilé :
Sinon essayer de le recompiler soi-même :
- http://intensecode.blogspot.fr/2013/10/tutorial-vlc-with-hardware-acceleration.html
- Install VLC w/hardware acceleration http://www.raspberrypi.org/forums/viewtopic.php?f=63&t=83406
http://www.tropfacile.net/doku.php/raspberry-pi/comment-monitorer-son-raspberry-rpi-monitor
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"
- indique très dur, pas fiable http://the.taoofmac.com/space/hw/RaspberryPi/Streaming#
- http://raspberrypi.stackexchange.com/questions/8607/stream-pc-screen-to-raspberry-pi
- Low Latency Desktop Stream to Raspberry Pi using Hardware Decoding (ne marche pas) https://coderwall.com/p/xll1aa
- http://www.geekzone.co.nz/forums.asp?forumid=84&topicid=144128
sudo apt-get update
sudo apt-get upgrade
Utile si petite carte (4Go) et notamment pour installer VLC précompilé
- What to remove to minimize Raspbian http://www.raspberrypi.org/forums/viewtopic.php?f=66&t=57001