Framboise Pi

Installation du simulateur simh et de OpenVMS VAX – Partie 1/2

Installation du simulateur simh et de OpenVMS VAX – Partie 1/2 I) Enregistrement « OpenVMS Hobbyist Program » : 1) Page d’enregistrement : http://www.openvms.org/pages.php?page=Hobbyist Remplir les informations suivantes : – Participating Chapter : DECUS – France – Membership Number : < Dans mon cas, j'ai inventé un numéro de membre : 666 > – License Type : […]

Boitier avec support de caméra

Boitier avec support de caméra. Nwazet Pi Camera Box (Instruction de montage) : 18,00 USD Camera Box Wall Mount : 4,00 USD Frais de port : 24,44 USD par UPS Total de 46,44 USD soit 34.91 € Livraison : 10 jours (commandé le 12/9, expédié le 13/9, reçu le 23/9) – Remarques : * Pas […]

Configuration pour point d’accès sécurisé

Configuration pour point d’accès sécurisé. Ouvrir : /etc/hostapd/hostapd.conf Remplacer tout par : interface=wlan0 ssid=stationpa channel=10 driver=rtl871xdrv ieee80211n=1 hw_mode=g device_name=RTL8192CU manufacturer=Realtek wpa=2 wpa_passphrase=mot2passe wpa_key_mgmt=WPA-PSK wpa_pairwise=TKIP rsn_pairwise=CCMP beacon_int=100 ignore_broadcast_ssid=0 auth_algs=1 Action : sudo service hostapd restart Lancement pour détecter les erreurs : pi@framboise /etc/init.d $ hostapd /etc/hostapd/hostapd.conf Configuration file: /etc/hostapd/hostapd.conf Line 9: invalid line ‘ ‘ Line […]

Point d’accés sans-fil

Point d’accés sans-fil. – Distribution : Raspbian : 2013-09-10-wheezy-raspbian – Hostname : stationpa – Matériel : Netgear WNA1000M-100FRS Micro Adaptateur USB Wifi-N 150 Nano Simple band 802.11n jusqu’a 150Mbps : Diagramme : ^ Internet | +——–+——-+ |Livebox | |—————-| |192.168.1.1 | +—+DHCP | | +—————-+ +—————–+ | |Ordinateur | | |—————–| |Filaire +——–>|192.168.2.10 | | […]

Installation d’un serveur Linux-Apache-Mysql-Php

Installation d’un serveur Linux-Apache-Mysql-Php. 1) Installation des paquetages de LAMP : pi@geidiprime ~ $ sudo apt-get install mysql-server mysql-client apache2 php5 libapache2-mod-php5 phpmyadmin 2) Création du répertoire de site : pi@geidiprime ~ $ mkdir public_html 3) Fichier de test : Ouvrir : ~/public_html/index.php Ajouter : 4) Configuration pour la prise en compte de php5 : […]