Raspbian en mode serveur
[pdf]Raspbian en mode serveur.[/pdf] 1) Information sur la capacité de la carte mémoire : pi@raspberrypi ~ $ df -h Sys. fich. Taille Util. Dispo Uti% Monté sur rootfs 3,6G 1,5G 2,0G 43% / /dev/root 3,6G 1,5G 2,0G 43% / devtmpfs 220M 0 220M 0% /dev tmpfs 44M 256K 44M 1% /run tmpfs 5,0M 0 5,0M […]
Entretien avec Eben Upton
Entretien avec Eben Upton : Eben Upton of Raspberry Pi
Webcast de O’Reilly : So you got a Raspberry Pi for the Holidays
Webcast de O’Reilly : So you got a Raspberry Pi for the Holidays – how to get it up-and-running
Jeux compilés et testés
[pdf]Jeux compilés et testés.[/pdf] – Crossfire : http://crossfire.real-time.com/ – Doom : http://www.chocolate-doom.org/wiki/index.php/Chocolate_Doom – Yadex :http://www.teaser.fr/~amajorel/yadex/ – Stendhal : http://arianne.sourceforge.net/game/stendhal.html – Gtkpool : – Daimonin : http://www.daimonin.org – Rocks’n’Diamonds : http://www.artsoft.org/rocksndiamonds/ – Battle for Wesnoth : http://www.wesnoth.org/ – Ufo 2000 : http://ufo2000.sourceforge.net/ – Zelda Solarus : http://www.zelda-solarus.com/ – Powder : http://www.zincland.com/powder/
Installation de RiscOS
[pdf]Installation de RiscOS.[/pdf] I) A partir d’un ordinateur fixe : 1) Répertoire de travail : [~] ➔ mkdir -p RASPBERRYPI/RiscOS [~] ➔ cd RASPBERRYPI/RiscOS/ 2) Téléchargement de l’image : [~/RASPBERRYPI/RiscOS] ➔ wget http://rpi.stream-in-box.com/images/riscos/riscos-2012-11-01-RC6/riscos-2012-11-01-RC6.zip [~/RASPBERRYPI/RiscOS] ➔ unzip riscos-2012-11-01-RC6.zip [~/RASPBERRYPI/RiscOS] ➔ ls -l total 2023296 -rw-r–r– 1 util01 util01 968 31 oct. 22:48 RC5-RC6_changes.txt -rw-r–r– 1 util01 […]
Installation de « Battle for Wesnoth »
[pdf]Installation de « Battle for Wesnoth ».[/pdf] Distribution : Raspbian 1) Répertoire de travail : pi@station08 ~ $ mkdir -p JEUX/WESNOTH pi@station08 ~ $ cd JEUX/WESNOTH/ 2) Compilation à partir des sources : – Installation des dépendances : pi@station08 ~/JEUX/WESNOTH $ sudo apt-get build-dep wesnoth – Compilation des sources : pi@station08 ~/JEUX/WESNOTH $ sudo apt-get -b source […]
Emulation de Raspbian avec Qemu sous une architecture PC
[pdf]Emulation de Raspbian avec Qemu sous une architecture PC.[/pdf] Distribution : Ubuntu 12.04 I) Installation de Qemu : 1) Répertoire de travail : [~] ➔ mkdir -p VIRTUALISATION/RASPI [~] ➔ mkdir -p VIRTUALISATION/QEMU 2) Récupération du code source : [~] ➔ cd VIRTUALISATION/QEMU [~/VIRTUALISATION/QEMU] ➔ git clone git://git.qemu-project.org/qemu.git [~/VIRTUALISATION/QEMU] ➔ cd qemu/ 3) Configuration : […]
Ajout du repo des sources
[pdf]Ajout du repo des sources.[/pdf] 1) Modification du fichier source.list : Ouvrir /etc/apt/sources.list Ajouter : deb-src http://archive.raspbian.org/raspbian wheezy main contrib non-free 2) Ajout des clés : pi@station08 ~ $ wget http://archive.raspbian.org/raspbian.public.key -O – | sudo apt-key add – 3) Mise-à-jour : pi@station08 ~ $ sudo apt-get update 4) Lien : http://www.raspbian.org/RaspbianRepository
Installation de OpenElec
[pdf]Installation de OpenElec.[/pdf] I) Sur un ordinateur fixe : 1) Répertoire de travail : [~] ➔ mkdir OPENELEC [~] ➔ cd OPENELEC/ [~/OPENELEC] ➔ 2) Téléchargement : [~/OPENELEC] ➔ wget http://openelec.thestateofme.com/r13105.img.zip [~/OPENELEC] ➔ ls -l total 1025036 -rw-r–r– 1 lesanglier lesanglier 954204160 2013-01-27 14:28 r13105.img -rw-r–r– 1 lesanglier lesanglier 94392518 2013-01-27 14:28 r13105.img.zip 3) Insérer […]
Lecture video .avi
[pdf]Lecture video .avi[/pdf] 1) Répertoire de travail pi@framboisepi ~ $ mkdir VIDEOS pi@framboisepi ~ $ cd VIDEOS/ 2) Télécharger un clip vidéo : pi@framboisepi ~/VIDEOS $ wget http://ardenne-informatique.com/~nekrofage/GeekInc/Community.S02E14.HDTV.XviD-LOL.avi pi@framboisepi ~/VIDEOS $ wget http://ardenne-informatique.com/~nekrofage/GeekInc/Community.S02E14.HDTV.XviD-LOL.srt 3) Installation : pi@framboisepi ~/VIDEOS $ sudo apt-get install mplayer mplayer-gui 4) Lecture : pi@framboisepi ~/VIDEOS $ mplayer Community.S02E14.HDTV.XviD-LOL.avi 5s) Liens : […]