raspberry
< informatique
< francisroussel
This provides details of how to configure a Raspberry Pi as a webserver. This is similar to the guide to using Xubuntu as a LAMP webserver , but adds some of the things that need to be handled differently for the Raspberry Pi. It is termed a LAMP server which is one of the most common configuration for webservers which standard for: L inux – operating system A pache – webserver (http) software M ysql – database server P HP or Perl – programming languages
Back to the Hub . Hardware & Peripherals: Hardware and Hardware History . Low-level Peripherals and Expansion Boards . Screens , Cases and Other Peripherals .
Your javascript is off, this page may look weird and not work well. (this message disappears once the page is loaded properly with javascript enabled) GPS Display Device NOTICE: Some people ask me for help with this project, this project is three years old, built when I was in high school, the code is terrible now that I've learned so much more.
Quake 3 Arena Commençons notre série d'actualité par un point que les geeks vont apprécier : peut-on overclocker le Raspberry Pi ? La réponse est oui. Le SoC Broadcom BCM2835 monte assez facilement en fréquence. Un SoC à 700 MHz Le BCM2835 est un SoC ARM assez classique, qui intègre un core ARM11 à 700MHz et un GPU Broadcom VideoCore IV à 250 MHz.
Choix de la debian6 http://downloads.raspberrypi.org/images/debian/6/debian6-19-04-2012/debian6-19-04-2012.zip 1- installation de l'image dans la SD : * http://code-esperluette.blogspot.fr/2012/06/raspberry-pi-preparation-de-la-sd.html * soit en utilisant Win32DiskImager http://elinux.org/RPi_Easy_SD_Card_Setup 2- enclencher la SD dans la Raspi et "start your engine !!" 3- entrer le login pi et mot de passe raspberry (attention au "a" - clavier qwerty inside :p !!
#! /usr/bin/env python2.7 import sys import subprocess import getopt import gdata.youtube import gdata.youtube.service
A propos de RPi Une photographie du modèle B Révision 2 Ces pages Wiki sont le travail de la communauté, la Fondation RaspberryPi n'est pas responsable du contenu de ces pages. Le Raspberry Pi (abréviation: RPi) est un micro-ordinateur à très bas prix avec pour vocation l'enseignement de l'informatique aux enfants. Il est développé par la Raspberry Pi Foundation , qui est une association caritative Anglaise (Registration Number 1129409).
Back to the Hub . Hardware & Peripherals: Hardware and Hardware History . Low-level Peripherals and Expansion Boards . Screens , Cases and Other Peripherals .
Bonjour, voici un petit tutoriel pour la mise en place d'une seedbox (je rappelle que je suis débutant en linux ^^) : 1.Montage de la clé usb Tout d'abord il vous faudra monter sur le raspberry un support de stockage, j'ai choisi une clé usb de 16go en ntfs. Il faudra donner un nom à cette clé Par putty, mettez vous en administrateur avec : "sudo su". Ensuite "fdisk -l" vous permettra de voir les partitions sur votre raspberry, ma clé usb est reconnue comme "dev/sda1". Vous allez éditer le fichier "fstab" avec "nano /etc/fstab" et mettre à la fin "dev/sda1 /media/nom_de_la_clé_usb ntfs-3g defaults 0 0". Tapez ensuite dans putty "mount -a". Votre clé usb est monté sur le raspberry pi.