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 […]
Lanceur Hexen2 : h2launcher
Lanceur Hexen2 : h2launcher. 1) Compilation : pi@raspberrypi ~ $ cd JEUX/HEXEN/hexen2source-1.5.6/launcher/ pi@raspberrypi ~/JEUX/HEXEN/hexen2source-1.5.6/launcher $ make 2) Copie du binaire : pi@raspberrypi ~/JEUX/HEXEN/hexen2source-1.5.6/launcher $ cp ./h2launcher ../../hexen2-1.5.6 pi@raspberrypi ~/JEUX/HEXEN/hexen2source-1.5.6/launcher $ cd ../../hexen2-1.5.6 3) Lancement du lanceur : pi@raspberrypi ~/JEUX/HEXEN/hexen2-1.5.6 $ ./h2launcher 4) Capture d’écran :
Hexen 2 en réseau
Hexen 2 en réseau. Partie 2 de Hexen II: Hammer of Thyrion I) Serveur dédié Hexen. 1) Copie du binaire du serveur : pi@raspberrypi ~ $ cd JEUX/HEXEN/hexen2-1.5.6/ pi@raspberrypi ~/JEUX/HEXEN/hexen2-1.5.6 $ cp ../hexen2source-1.5.6/engine/hexen2/server/h2ded . 2) Lancement du serveur dédié : pi@raspberrypi ~/JEUX/HEXEN/hexen2-1.5.6 $ ./h2ded Hammer of Thyrion, release 1.5.6 (2013-03-15) Hexen II dedicated server 1.28 […]
Hexen II: Hammer of Thyrion
Hexen II: Hammer of Thyrion. 1) Répertoire de travail : pi@raspberrypi ~ $ mkdir -p JEUX/HEXEN pi@raspberrypi ~ $ cd JEUX/HEXEN/ 2) Téléchargement du code source : pi@raspberrypi ~/JEUX/HEXEN $ wget http://downloads.sourceforge.net/project/uhexen2/Hammer%20of%20Thyrion/1.5.6/Source/hexen2source-1.5.6.tgz 3) Décompression de l’archive : pi@raspberrypi ~/JEUX/HEXEN $ tar xvfz hexen2source-1.5.6.tgz pi@raspberrypi ~/JEUX/HEXEN $ cd hexen2source-1.5.6/engine/hexen2/ 4) Compilation : pi@raspberrypi ~/JEUX/HEXEN/hexen2source-1.5.6/engine/hexen2 $ ./build_all.sh […]
LambdaRogue
LambdaRogue. 1) Répertoire de travail : pi@raspberrypi ~ $ mkdir -p JEUX/LAMBDA pi@raspberrypi ~ $ cd JEUX/LAMBDA/ 2) Installation de Free Pascal : pi@raspberrypi ~/JEUX/LAMBDA $ sudo apt-get install fpc libsmpeg-dev 2) Téléchargement du code source : pi@raspberrypi ~/JEUX/LAMBDA $ wget http://lambdarogue.googlecode.com/files/LambdaRouge_1.6.4_src.zip 3) Décompression de l’archive : pi@raspberrypi ~/JEUX/LAMBDA $ unzip LambdaRouge_1.6.4_src.zip pi@raspberrypi ~/JEUX/LAMBDA $ […]
Ultima 7 avec Exult
Ultima 7 avec Exult. I) Installation de Exult : 1) Répertoire de travail : pi@raspberrypi ~ $ mkdir -p JEUX/EXULT pi@raspberrypi ~ $ cd JEUX/EXULT/ pi@raspberrypi ~/JEUX/EXULT $ 2) Installation des paquetages de développement : pi@raspberrypi ~/JEUX/EXULT $ sudo apt-get install libgladeui-dev libglade2-devglade byacc 3) Téléchargement du code source : pi@raspberrypi ~/JEUX/EXULT $ wget http://downloads.sourceforge.net/project/exult/exult-all-versions/1.4.9rc1/exult-1.4.9rc1.tar.gz […]
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 […]