Serveur

Installation de LXC sur Raspberry 3

Installation de LXC sur Raspberry 3. * Matériel : Raspberry Pi Version : 3 * Distribution. Raspbian Stretch Lite : http://director.downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2017-12-01/2017-11-29-raspbian-stretch-lite.zip Release date: 2017-11-29 1/ Configuration de Raspbian. pi@raspberrypi:~ $ sudo raspi-config 2/ Mise-à-jour de la distribution. pi@raspilxc:~ $ sudo apt-get update && sudo apt-get upgrade 3/ Installation des paquets de base. pi@raspilxc:~ $ sudo […]

Installation du réseau social Diaspora* sous Debian 8 avec Apache2 (support Let’s Encrypt) et MySql

Installation du réseau social Diaspora* sous Debian 8 avec Apache2 (support Let’s Encrypt) et MySql. Serveur : Localisation : Bissen, Luxembourg (LU-BI1) Cœur(s) CPU : 2 RAM : 2048 Mo Disque : 10 Go Système d’exploitation : Debian 8 Nom du disque système : sysdiskdia Nom (Hostname) : serverdia Identifiant administrateur : admin Adresse ipv4 […]

Configuration de Yunohost

Configuration de Yunohost. Complément à l’installation et à la configuration de Yunohost. Matériel : Raspberry Pi 2 Nom de domaine : steamcloud.space 1/ Installation de Yunohost : https://yunohost.org/#/install_on_raspberry_fr Comme le clavier est en ‘qwerty’ par défaut, pour éviter des erreurs au niveau du mot de passe d’accès à l’interface de Yunohost, utiliser ce mot de […]

Installation de ScriptCraft

Installation de ScriptCraft. 1) Répertoire de travail : [~] ➔ mkdir -p JEUX/MINECRAFT.js/Serveur [~] ➔ cd JEUX/MINECRAFT.js/Serveur/ [~/JEUX/MINECRAFT.js/Serveur] ➔ 2) Téléchargement du CanaryMod : [~/JEUX/MINECRAFT.js/Serveur] ➔ wget https://canarymod.net/releases/CanaryMod-1.7.10-1.1.3.jar 3) Lancement du serveur : [~/JEUX/MINECRAFT.js/Serveur] ➔ java -jar CanaryMod-1.7.10-1.1.3.jar Please wait while the libraries initialize… Starting: CanaryMod 1.7.10-1.1.3 Canary Path: /home/util01/JEUX/MINECRAFT.js/Serveur/CanaryMod-1.7.10-1.1.3.jar & Working From: /home/util01/JEUX/MINECRAFT.js/Serveur Could […]

[Gandi][Serveur] Installation de Apache2 avec SSL

[Gandi][Serveur] Installation de Apache2 avec SSL. 1) Activation du module Apache SSL : root@server33:~# a2enmod ssl Considering dependency setenvif for ssl: Module setenvif already enabled Considering dependency mime for ssl: Module mime already enabled Considering dependency socache_shmcb for ssl: Enabling module socache_shmcb. Enabling module ssl. See /usr/share/doc/apache2/README.Debian.gz on how to configure SSL and create self-signed […]

[Gandi][Serveur] Installation de Let’s Encrypt avec Nginx sur Ubuntu 14.04

[Gandi][Serveur] Installation de Let’s Encrypt sur Ubuntu 14.04 Remplacer ‘monsupersite.fr’ par votre nom de domaine. 1) Connexion au serveur : [~] ➔ ssh admin@217.70.190.39 admin@217.70.190.39’s password: Welcome to Ubuntu 14.04.3 LTS (GNU/Linux 3.12.46-guest-39-a97a54c-x86_64 x86_64) … admin@server01:~$ admin@server01:~$ su Password: root@server01:/home/admin# cd root@server01:~# 2) Installation de git et de bc : root@server01:~# apt-get -y install git […]

Installation d’un serveur Nginx + PHP5 (PHP-FPM) + MySql + PureFTPD sous Ubuntu 14.04

Installation d’un serveur Nginx + PHP5 (PHP-FPM) + MySql + PureFTPD sous Ubuntu 14.04 Serveur : Gandi Localisation : Paris, France Coeurs CPU: 4 RAM : 4096 Mo Interface : 1 x IPv4 Disque : 1 Disque système : 10 Go Système d’exploitation : Ubuntu 14.04 64 bits LTS (HVM) I) Configuration du serveur : […]

Installation de Docker sur un Gandi Serveur

Installation de Docker sur un Gandi Serveur. 1) Paramètre du serveur : Localisation : Paris (France) Coeur : 2 Ram : 2048 Mo Interface : 1 IPV4 Disque : 10 Go Système d’exploitation : Debian 8 64 bits (HVM) Nom du disque système : sysdisk01 Nom (Hostname) : server01 2) Connexion au serveur : [~] […]

[Mod] Better records

1) Installation du mod « Better-Records ». – Télécharger le mod better-records : http://www.minecraft-france.fr/mod-better-records-1-7-10/ – Copier le mod dans le répertoire mods/ du client : ~/.minecraft/mods – Copier le mod dans le répertoire mods du serveur : ~/MINECRAFT/CAULDRON.python/Serveur.1710/mods 2) Convertir une video Youtube – Sélectionner une video sur Youtube : Jex Thoth – Keep Your Weeds : […]

Overviewer : Visualiseur de carte Minecraft

Overviewer : Visualiseur de carte Minecraft. Répertoire du serveur : ~/MINECRAFT/CAULDRON.python/Serveur.1710 1) Répertoire de travail : [~] ➔ mkdir -p MINECRAFT/OUTIL/OVERVIEWER [~] ➔ cd MINECRAFT/OUTIL/OVERVIEWER/ 2) Télécharger le code source : [~/MINECRAFT/OUTIL/OVERVIEWER] ➔ git clone git://github.com/overviewer/Minecraft-Overviewer.git 3) Compilation et installation : [~/MINECRAFT/OUTIL/OVERVIEWER] ➔ python setup.py build [~/MINECRAFT/OUTIL/OVERVIEWER] ➔ python setup.py install 4) Télécharger un pack […]