Installation d’un serveur Minetest Stable 0.4.16 sur un serveur Gandi (IaaS)
Installation d’un serveur Minetest Stable 0.4.16 sur un serveur Gandi (IaaS). Version : v0.0.2 I) Création d’un serveur Gandi. – Lien : https://www.gandi.net/admin/iaas/vm/create – Configuration physique : Cœur(s) : 1 Disques : 1 / Taille : 10 Go Mémoire : 1 Go Interfaces : 1 Centre de données : Bissen, Luxembourg (LU-BI1) Consommation de crédit […]
Contrôleur pour Minetest
Contrôleur pour Minetest. Minetest : 4.1.4 1/ Installation de RaspberryJam Mod. http://jeulibre.saventurier.science/minetest-installation-de-raspberryjammod-python/ 2/ Téléchargement de appJar. util01@station02:~$ cd JEUX/MINETEST.v414/minetest/mods/raspberryjammod/mcpipy/ util01@station02:~/JEUX/MINETEST.v414/minetest/mods/raspberryjammod/mcpipy$ wget https://pypi.python.org/packages/60/94/ab6432c05225c49518b7d38c0aa2aca5ccf86e8702ebe043cbe74b65e329/appJar-0.070.tar.gz 3/ Décompression de l’archive. util01@station02:~/JEUX/MINETEST.v414/minetest/mods/raspberryjammod/mcpipy$ tar xvfz appJar-0.070.tar.gz 4/ Installation de appJar. util01@station02:~/JEUX/MINETEST.v414/minetest/mods/raspberryjammod/mcpipy$ mv appJar-0.070/appJar/ . 5/ Test. Ouvrir : gui.py Ajouter : from appJar import gui from mcpi.minecraft import Minecraft # function […]
Installation d’une horloge matériel
Installation d’une horloge matériel. Matériel : Module horloge en temps réel Raspberry Pi 1/ Insertion de l’horloge dans le ‘Pin 1‘. Soit : Lien : http://pi4j.com/pins/model-3b-rev1.html 2/ Initialisation des modules de temps. Ouvrir : /boot/config.txt Ajouter à la fin : dtoverlay=i2c-rtc,ds3231 3/ Suppression de l’application de fausse horloge. pi@minetest:~ $ sudo apt-get purge fake-hwclock 4/ […]
[Gandi] [IaaS] sshfs : Partage de fichier
[Gandi] [IaaS] sshfs : Partage de fichier. Distribution de travail : Debian 8 1/ Configuration du serveur avec un répertoire partagé. – Connexion : ➜ ~ ssh admin@213.167.240.10 … admin@213.167.240.10’s password: Linux server01bb 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2 (2017-04-30) x86_64 GNU/Linux [—————————————–] Gandi – Welcome to your new OS image. … admin@server01bb:~$ su Password: root@server01bb:/home/admin# […]
[Gandi] Installation d’un certificat Let’s Encrypt sur une instance Simple Hosting
[Gandi] Installation d’un certificat Let’s Encrypt sur une instance Simple Hosting Par Larry Basin Prérequis : – créer une instance Simple Hosting de taille M : https://wiki.gandi.net/fr/simple/create-instance – créer votre vhost sur cette instance : https://wiki.gandi.net/fr/simple/shs-dns_config/instance – créer un serveur Ubuntu 16.04 LTS : https://wiki.gandi.net/fr/iaas/references/server/create – récupérer sa clé API : https://wiki.gandi.net/fr/xml-api/activate 1. Configuration et […]
Installation de l’extension « texturepaint » pour Gimp
Installation de l’extension « texturepaint » pour Gimp. 1/ Répertoire de travail. pi@doom:~ $ mkdir -p JEUX/QUAKE1/Gimp pi@doom:~ $ cd JEUX/QUAKE1/Gimp/ pi@doom:~/JEUX/QUAKE1/Gimp $ 2/ Installation de Glib. – Téléchargement : pi@doom:~/JEUX/QUAKE1/Gimp $ wget https://ftp.gnome.org/pub/gnome/sources/glib/1.2/glib-1.2.8.tar.gz pi@doom:~/JEUX/QUAKE1/Gimp $ tar xvfz glib-1.2.8.tar.gz pi@doom:~/JEUX/QUAKE1/Gimp $ cd glib-1.2.8/ pi@doom:~/JEUX/QUAKE1/Gimp/glib-1.2.8 $ – Compilation : pi@doom:~/JEUX/QUAKE1/Gimp/glib-1.2.8 $ ./configure –prefix=/home/pi/library pi@doom:~/JEUX/QUAKE1/Gimp/glib-1.2.8 $ make pi@doom:~/JEUX/QUAKE1/Gimp/glib-1.2.8 $ […]
[PI3] Installation de Quake 2
[PI3] Installation de Quake 2 1/ Système d’exploitation. Distribution : Raspbian Jessie with desktop Image : 2017-07-05-raspbian-jessie.zip Adresse de téléchargement : http://vx2-downloads.raspberrypi.org/raspbian/images/raspbian-2017-07-05/2017-07-05-raspbian-jessie.zip 2/ Modification des dépôts. Ouvrir : /etc/apt/sources.list Chercher : deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi Remplacer par : deb http://mirror.ox.ac.uk/sites/archive.raspbian.org/archive/raspbian jessie main contrib non-free rpi 3/ Mise-à-jour de la distribution. pi@localhost:~ $ […]
Modèle 3d : Raza
[wpdm_package id=’864′]
[Gandi] [IaaS] Debian : Montage manuel de disque de données
[Gandi] [IaaS] Debian : Montage manuel de disque de données Ouvrir : /etc/default/gandi Chercher : CONFIG_ALLOW_MOUNT=1 Remplacer par : CONFIG_ALLOW_MOUNT=0 Ouvrir : /etc/udev/rules.d/86-gandi.rules Chercher : #disabled# #SUBSYSTEMS== »xen », DRIVERS== »vbd », SUBSYSTEM== »block », RUN+= »fake_blkid -o udev -p $tempnode », RUN+= »/etc/gandi/manage_data_disk.sh » Remplacer par : SUBSYSTEMS== »xen », DRIVERS== »vbd », SUBSYSTEM== »block », RUN+= »fake_blkid -o udev -p $tempnode », RUN+= »/etc/gandi/manage_data_disk.sh » Ouvrir : /etc/fstab Chercher : LABEL=debian-stretch Ajouter après […]
Doom wad examples
Doom wad examples. Github repository: https://github.com/Nekrofage/DoomWad map02.wad