Canary Mod + Minecraft Python + Notification
Canary Mod + Minecraft Python + Notification https://github.com/Nekrofage/MinecraftCanaryModPythonNotification
GandiCraft
Manage Gandi server with a Minecraft client and a Cuberite server. 1/ Commands list: /gandi assemble server /gandi disassemble server /gandi create /gandi delete /gandi get /gandi list /gandi update 2/ Links: Dockercraft Townvalds 3/ Code source : https://github.com/Nekrofage/GandiCraft 4/ Captures d’écran : Serveur Cuberite : Client Minecraft :
Installation de Rocket.Chat sur Debian 8.0
Installation de Rocket.Chat sur Debian 8.0 Distribution : Debian 8 1/ Installation des paquets de base : root@server01:~# apt-get install npm lsb-release curl graphicsmagick 2/ Installation de MongoDB 3.2.* : – Ajout de dépôt distance pour la dernière version de MongoDB : root@server01:~# apt-key adv –keyserver hkp://keyserver.ubuntu.com:80 –recv EA312927 root@server01:~# echo « deb http://repo.mongodb.org/apt/debian « $(lsb_release -sc) »/mongodb-org/3.2 […]
[Java] Récupération de page web
[Java] Récupération de page web. 1/ Création du répertoire de travail : ➜ ~ mkdir -p JAVA ➜ ~ cd JAVA ➜ JAVA 2/ Création du répertoire de l’application : ➜ JAVA mkdir -p net/gandi 3/ Exemple de récupération de page : Ouvrir : net/gandi/HttpURLConnectionExample.java Ajouter : package net.gandi; import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.InputStreamReader; […]
Installation du serveur Cuberite
Installation du serveur Cuberite. I) Installation du serveur : * Serveur : – Matériel : Raspberry Pi 3 – Distribution : Raspbian Jessie – Compilateur : g++ GNU 4.9.2 1) installation des paquets de développement : pi@raspberrypi:~ $ sudo apt-get install clang git cmake make build-essential 2) Répertoire de travail : pi@raspberrypi:~ $ mkdir -p […]
Changer la version de Python sous Ubuntu
Changer la version de Python sous Ubuntu. 1) Vérification : [~] ➔ python –version Python 2.7.6 2) Liste des versions de Python : [~] ➔ update-alternatives –list python update-alternatives: erreur: pas d’alternatives pour python 3) Configuration des alternatives : [~] ➔ sudo update-alternatives –install /usr/bin/python python /usr/bin/python2.7 1 update-alternatives: utilisation de « /usr/bin/python2.7 » pour fournir « /usr/bin/python » […]
[Ether] Miner avec ethminer
[Ether] Miner avec ethminer. 1) Installation des paquetages de compilation : $ sudo -s # wget -O – http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add – # add-apt-repository « deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty main » # add-apt-repository ppa:george-edison55/cmake-3.x # add-apt-repository -y ppa:ethereum/ethereum-qt # add-apt-repository -y ppa:ethereum/ethereum # add-apt-repository -y ppa:ethereum/ethereum-dev # apt-get -y update # apt-get -y upgrade # apt-get -y […]
Se reconnecter à un ‘attached screen’ après que la connection ait été coupé
Se reconnecter à un ‘attached screen’ après que la connection ait été coupé. 1) Liste des ‘screens’ : administrateur@server02ether:~$ screen -ls There is a screen on: 24677.pts-0.server02ether (06/22/16 23:28:37) (Attached) 1 Socket in /var/run/screen/S-administrateur. 2) Tenter de réattacher à ce ‘screen’ : administrateur@server02ether:~$ screen -r 24677 There is a screen on: 24677.pts-0.server02ether (06/22/16 23:28:38) (Attached) […]
[Kodi] Réglage de l’heure et de la date
[Kodi] Réglage de l’heure et de la date. – [SYSTEME][OpenELEC] – [Réseau] – Serveur de temps #1 : pool.ntp.org
[Kodi] Extension Youtube
Kodi : plugin.video.youtube http://forum.kodi.tv/showthread.php?tid=267160 https://github.com/Kolifanes/plugin.video.youtube/releases/