FOSDEM 2018
FOSDEM 2018
Branchement du Raspeberry Pi 1 sur un téléviseur cathodique
Branchement du Raspeberry Pi 1 sur un téléviseur cathodique. Raspbian : 2017-07-05-raspbian-jessie.zip 1/ Configuration. pi@raspberrypi:~ $ sudo raspi-config * Changer : – Mot de passe de l’utilisateur ‘pi’ – Locales – Timezone – Clavier * Activer – Ssh 2/ Supprimer les paquets inutils. pi@raspberrypi:~ $ sudo apt-get remove minecraft-pi scratch wolfram-engine sonic-pi pi@raspberrypi:~ $ sudo […]
[Minetest] Nodevoxel mod
[Minetest] Nodevoxel mod Code source : https://github.com/Nekrofage/nodevoxel Sous Goxel : Sous Minetest :
Installation de l’éditeur de voxel : Goxel
Installation de l’éditeur de voxel : Goxel. 1/ Installation des paquets de développement. ➜ ~ sudo apt-get install libglfw3-dev libgtk-3-dev 2/ Répertoire de travail. ➜ ~ mkdir -p GRAPH3D/VOXEL ➜ ~ cd GRAPH3D/VOXEL ➜ VOXEL 3/ Téléchargement du code source. ➜ VOXEL git clone https://github.com/guillaumechereau/goxel.git ➜ VOXEL cd goxel ➜ goxel git:(master) 4/ Compilation de […]
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 […]
Installation de Zandronum version 3
Installation de Zandronum version 3 Distribution : Raspbian 1/ Installation des paquets de développement. pi@minetest:~ $ sudo apt-get update pi@minetest:~ $ sudo apt-get install mercurial nasm pi@minetest:~ $ sudo apt-get install libsdl-sound1.2-dev libsdl1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsdl-net1.2-dev pi@minetest:~ $ sudo apt-get install libgtk2.0-dev libfluidsynth-dev libmpg123-dev libsndfile1-dev libgme-dev libglew-dev 2/ Répertoire de travail. pi@minetest:~ $ mkdir -p […]
[Minetest] Mastodon Mod
[Minetest] Mastodon Mod A Lua mod to send a message from Minetest client Dépôt Github : https://github.com/Nekrofage/mastomine
Envoi de toot via Lua
Envoi de toot via Lua. Distribution : Ubuntu 17.04 1/ Installation des librairies de développement. ➜ ~ sudo apt-get install liblua5.1-0-dev luarocks 2/ Installation de module Lua. ➜ ~ sudo luarocks install luafilesystem ➜ ~ sudo luarocks install lua-requests ➜ ~ sudo luarocks install split ➜ ~ sudo luarocks install luasocket ➜ ~ sudo luarocks […]
Mise-à-jour Mastodon 1.4.1 vers 2.1.0
Mise-à-jour Mastodon 1.4.1 vers 2.1.0 1/ Arrêt des services Mastodon. admin@server01mas:~$ su root@server01mas:/home/admin# systemctl stop mastodon-web.service mastodon-sidekiq.service mastodon-streaming.service root@server01mas:/home/admin# update root@server01mas:/home/admin# apt-get install libicu-dev libidn11-dev libidn2-0-dev root@server01mas:/home/admin# exit 2/ Nouvelle version de Ruby. admin@server01mas:~$ rm .rbenv/ -rf admin@server01mas:~$ git clone https://github.com/rbenv/rbenv.git ~/.rbenv admin@server01mas:~$ git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build admin@server01mas:~$ rbenv install 2.4.2 mastodon@server01mas:~$ rbenv global 2.4.2 […]
[Minetest] [Mod] Flying Vehicle Node
[Minetest] [Mod] Flying Vehicle Node Dépôt Github : https://github.com/Nekrofage/flyingvehicle Captures d’écran :