Administrateur

Emulateur Cray-One : CrayCore

Emulateur Cray-One : CrayCore. 1) Répertoire de travail : pi@raspberrypi ~ $ mkdir -p EMULATEUR/CRAYONE pi@raspberrypi ~ $ cd EMULATEUR/CRAYONE/ 2) Téléchargement du code source : pi@raspberrypi ~/EMULATEUR/CRAYONE $ wget http://downloads.sourceforge.net/project/ccore/CrayCore%20V.3/Source%20Only/CrayCoreSrcV.3.zip 3) Décompression de l’archive : pi@raspberrypi ~/EMULATEUR/CRAYONE $ unzip CrayCoreSrcV.3.zip 4) Compilation : pi@raspberrypi ~/EMULATEUR/CRAYONE $ make 5) Lancement : pi@raspberrypi ~/EMULATEUR/CRAYONE $ ./CrayCore […]

Configuration de OpenVMS VAX sous l’émulateur simh – partie 2/2

Configuration de OpenVMS VAX sous l’émulateur simh – partie 2/2. 1) Lancement du l’émulateur : pi@raspberrypi ~ $ cd /usr/local/vax/bin pi@raspberrypi /usr/local/vax/bin $ sudo ./vax VAX simulator V3.9-0 NVR: creating new file NVR: buffering file in memory RQ: creating new file RQ: creating new file RQ: creating new file RQ: unit is read only Eth: […]

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 […]