Administrateur

[Raspberry Pi 3] Installation du client officiel Minecraft 1.8.9

Installation du client officiel Minecraft 1.8.9 Raspberry : 3 Raspbian : Jessy 1) Installation du pilote OpenGL : pi@raspberrypi:~ $ sudo apt-get -y install xcompmgr libgl1-mesa-dri && sudo apt-get -y install libalut0 libalut-dev && sudo apt-get -y install mesa-utils 2) Configuration : pi@raspberrypi:~ $ sudo raspi-config – [Advanced Options] – [AA GL Driver] – < […]

Génération de certificats SSL Let’s Encrypt

Génération de certificats SSL Let’s Encrypt. 1) Connexion au serveur : [~] ➔ ssh admin@92.243.10.47 admin@serversec:~$ su Password: root@serversec:/home/admin# cd root@serversec:~# 2) Arrêt du serveur Nginx : root@serversec:~# service nginx stop 3) Téléchargement de Let’s encrypt : root@serversec:~/LETSENCRYPT# git clone https://github.com/letsencrypt/letsencrypt root@serversec:~/LETSENCRYPT# cd letsencrypt/ root@serversec:~/LETSENCRYPT/letsencrypt# 4) Création des certificats : root@serversec:~/LETSENCRYPT/letsencrypt# ./letsencrypt-auto certonly –standalone 5) […]

[Gandi][Serveur] Installation de Nginx + Php.

[Gandi][Serveur] Installation de Nginx Php. I) Création d’un serveur Gandi. Localisation : Paris – France Coeur : 1 RAM : 1024 mo Interface : 1 x ipv4 Disque : 1 x 5 go Système d’exploitation : Debian 8 64 bits (hvm) Version du kernel : 3.18-x86_64 (hvm) Nom du disque système : sysdisksec Nom (Hostname) […]

[Gandi][Simple Hosting] Installation de Django 1.8

[Gandi][Simple Hosting] Installation de Django 1.8 Python 2.7.6 1) Répertoire de travail : [~] ➔ mkdir -p PYTHON/DJANGO/vhost/ [~] ➔ cd PYTHON/DJANGO/vhost/ [~/PYTHON/DJANGO/vhost] ➔ 2) Clonage d’un exemple basique d’une application Django : [~/PYTHON/DJANGO/vhost] ➔ git clone https://github.com/jpetazzo/django-on-gpaas.git default Clonage dans ‘default’… remote: Counting objects: 47, done. remote: Compressing objects: 100% (30/30), done. remote: Total […]