Administration

Installation de xterm

Installation de xterm. 1) Installation : pi@raspberrypi ~ $ sudo apt-get install xterm 2) Lancement : pi@raspberrypi ~ $ xterm -geometry 70×24 3) Erreur : xterm: cannot load font ‘-misc-fixed-medium-r-semicondensed–13-120-75-75-c-60-iso10646-1’ Solution : Ouvrir : ~/.Xdefaults Ajouter : xterm*geometry: 80×25 xterm*faceName: terminus:bold:pixelsize=14 xterm*dynamicColors: true xterm*utf8: 2 xterm*eightBitInput: true xterm*saveLines: 512 xterm*scrollKey: true xterm*scrollTtyOutput: false xterm*scrollBar: true […]

Installation d’un simulateur Cray

Installation d’un simulateur Cray. Distribution : 2013-09-25-wheezy-raspbian 1) Installation du compilation g++ version 4.7 : pi@raspberrypi ~ $ sudo apt-get install gcc-4.7 g++-4.7 2) Installation des paquetages : Version de Boost > 1.48 pi@raspberrypi ~ $ sudo apt-get install libncurses5-dev libboost1.50-dev libboost-system1.50-dev libboost-filesystem1.50-dev libboost-regex1.50-dev libboost-thread1.50-dev xterm 3) Répertoire de travail : pi@raspberrypi ~ $ mkdir […]

Changer le nom du Raspberry Pi

Changer le nom du Raspberry Pi. 1) Changer le nom d’hôte : Ouvrir : /etc/hosts Chercher : 127.0.1.1 raspberrypi Remplacer par : 127.0.1.1 hexendoom Ouvrir : /etc/hostname Chercher : raspberrypi Remplacer par : hexendoom Action : $ sudo /etc/init.d/hostname.sh 2) Redemarrer le Raspberry Pi. 3) Vérification : Lancer un terminal, l’invite du bash est : […]

Connexion vers le Raspberry Pi à partir de l’extérieur

Connexion vers le Raspberry Pi à partir de l’extérieur. Box Internet : – Nom du fabricant : Sagem Communications – Nom de modèle : Livebox 2 – Version logicielle : FAST3XXX_6814BC – @Ip : 192.168.1.1 Raspberry Pi : – Nom d’hôte : raspberrypi – @Ip : 192.168.1.12 Connexion « Box->RaspPi » : Filaire/Ethernet 1) Faire le tuto […]

Benchmark avec Linpack

Benchmark avec Linpack. (en-cours de rédaction) Raspberry Pi : Modèle B 512 Mo Distribution : 2013-09-25-wheezy-raspbian Unitée de mesure : MFLOPS (Millions of Floating Point Operations Per Second) I) Benchmark 1. 1) Répertoire de travail : pi@raspberrypi ~ $ mkdir BENCHMARK pi@raspberrypi ~ $ cd BENCHMARK/ pi@raspberrypi ~/BENCHMARK $ 2) Téléchargement du code source : […]

Copie de l’image Raspbian à partir d’un ordinateur portable

Copie de l’image Raspbian à partir d’un ordinateur portable. 1) Répertoire de travail : [~] ➔ mkdir RASPBERRYPI [~] ➔ cd RASPBERRYPI/ 2) Téléchargement : [~/RASPBERRYPI] ➔ wget http://downloads.raspberrypi.org/raspbian_latest [~/RASPBERRYPI] ➔ mv raspbian_latest 2013-09-25-wheezy-raspbian.zip 3) Vérification : [~/RASPBERRYPI] ➔ ls -l total 591628 -rw-r–r– 1 lesanglier lesanglier 605227145 2013-10-14 23:55 2013-09-25-wheezy-raspbian.zip [~/RASPBERRYPI] ➔ sha1sum 2013-09-25-wheezy-raspbian.zip […]

Compilation de OpenWRT

Compilation de OpenWRT. Compilation de l’image OpenWrt pour Raspberry Pi avec le kernel v3.6 Distribution : Ubuntu 12.04 1) Sous Ubuntu, installation des paquetages de développement : [~] ➔ sudo apt-get install build-essential subversion git-core libncurses5-dev zlib1g-dev gawk flex quilt libssl-dev xsltproc libxml-parser-perl mercurial bzr ecj cvs unzip 2) Répertoire de travail : [~] ➔ […]

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