Non classé

Installation de Minecraft Blocky

Installation de Minecraft Blocky. 1) Installation de Minecraft : [~] ➔ mkdir -p JEUX/MINECRAFT.blocky/Client [~] ➔ cd JEUX/MINECRAFT.blocky/Client/ [~/JEUX/MINECRAFT.blocky/Client] ➔ [~/JEUX/MINECRAFT.blocky/Client] ➔ java -Xmx2048M -Xms2048M -jar Minecraft.jar Sélectionner la version 1.8.0 2) Installation de Forge : [~/JEUX/MINECRAFT.blocky/Client] ➔ wget http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.8-11.14.4.1563/forge-1.8-11.14.4.1563-installer.jar [~/JEUX/MINECRAFT.blocky/Client] ➔ java -jar forge-1.8-11.14.4.1563-installer.jar Choisir l’installation « Client ». 3) Installation de RasperryJam Mod : [~/JEUX/MINECRAFT.blocky] […]

Forum de Jeu de Rôle sous PhpBB2

Forum de Jeu de Rôle sous PhpBB2. Dépôt Github : https://github.com/Nekrofage/FJR/

Uptime : Pensée du jour par Geoffroy

Uptime : Pensée du jour par Geoffroy Ton uptime est tellement grand que meme en additionnant tous les jours de tous les calendriers de la poste qui existent à ce jour, on arrive pas à entre apercevoir un dizieme de ton uptime Ton uptime est tellement grand que tu as été obligé de recompiler un […]

Firefox : Glitch sur les onglets

Firefox : Glitch sur les onglets. Sous Firefox 4.1, si vous avez des glitchs graphiques dans l’utilisation des onglets. Désactivé le « layers.offmainthreadcomposition.enabled » (OMTC) : – Sous Firefox, taper : about: – Chercher : offmainthreadcomposition – Clique de droite sur le nom de la clé : Toggle La valeur boolean doit être true – Redémarrer Firefox

[Gandi][API] Gestion de boite mail

[Gandi][API] Gestion de boite mail. 1) Nombre de boite email : print(« Mailbox info ») nbEmail = api.domain.mailbox.count(‘api_key’, ‘domain_name’) print(nbEmail) 2) Création d’une boite mail : print(« Mailbox create ») createEmail = api.domain.mailbox.create(‘api_key’, ‘domain_name’, ‘nom_utilisateur’, {‘password’: ‘mot_de_passe’}) 3) Création d’un alias : print(« Alias create ») createEmail = api.domain.mailbox.alias.set(‘api_key’, ‘domain_name’, ‘nom_utilisateur’, [‘tests’]) 4) Création d’une redirection d’email : print(« Email forwarding ») createEmailForward […]

CanaryMod plugin + Minecraft Python

CanaryMod plugin + Minecraft Python. 1) Install Inotify [~] ➔ apt-get install inotify-tools 2) Run inotify : [~/JEUX/MINECRAFT.v4/Serveur.1710] ➔ ./notifyMcPi.sh 3) Script to build a structure : [~/JEUX/MINECRAFT.v4/Serveur.1710/McPi] ➔ ls -l total 36 lrwxrwxrwx 1 nekrofage nekrofage 9 oct. 7 20:52 createStructure.py -> pillar.py -rwxrwxr-x 1 nekrofage nekrofage 552 oct. 7 20:45 pillar.py 4) Build […]

[Mod][Forge] Exemple en Java

Repository Github : https://github.com/Nekrofage/MinecraftNekrosMod

[Mod] Archimede’s Ships

[Mod] Archimede’s Ships (Rédaction en-cours) Sujet : Utilisation de base Source code : https://github.com/Ckathode/archimedes-ships Montage vidéo et prise de son : Geoffroy Soutien moral (!!) : Jean-Baptiste La mod a été compilé sous Eclipse. Mon propre binaire : [1.7.10-10.13.0.1198]ArchimedesShips-universal-1.7.2-gitbuild-2015-07-04_09-38-07.jar Minecraft version : 1.7.10 Les vidéos « in-game » ont été enregistré sous Ubuntu 12.04 1) Vidéo : […]

[Dev] Ajouter une entité/mob

Ajouter une entité/mob. Code source : https://github.com/Nekrofage/MinecraftForgeModEclipse/commit/4036fb030d9a3e006661526bea7226ca96108a59 Capture d’écran :

postfix/smtp[5971]: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused

Erreur : Mar 29 01:18:16 ns3002061 postfix/smtp[5971]: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused Solution : service amavis restart