Administrateur

TechDay RS Component – Stade St Symphorien – Metz – 25/04/19

TechDay RS Component – Stade St Symphorien – Metz – 25/04/19 Conférence de François Mocq sur le Rasbperry Pi. Framboise 314, le Raspberry Pi à la sauce française…. : https://www.framboise314.fr/

Installation de GB Studio et de mGBA

Installation de GB Studio et de mGBA. I/ Installation de GB Studio. Distribution de travail : LUbuntu 18.04 1/ Installation de yarn. util01@station01:~$ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add – util01@station01:~$ echo « deb https://dl.yarnpkg.com/debian/ stable main » | sudo tee /etc/apt/sources.list.d/yarn.list util01@station01:~$ sudo apt-get update && sudo apt-get install yarn 2/ Répertoire de travail. util01@station01:~$ […]

Installation de Scratch 3 sous Ubuntu 18.04

Installation de Scratch 3 sous Ubuntu 18.04 1/ Mise-à-jour de la distribution Ubuntu 18.04. util01@station01:~$ sudo apt update && sudo apt upgrade

Scratch 3 : RPG

Scratch 3 : RPG Jeu : https://scratch.mit.edu/projects/303892336/ Code source : https://github.com/Nekrofage/Scratch3RPG Capture d’écran :

Télégraphe de Chappe en PhaserJS

Télégraphe de Chappe en PhaserJS Animation : https://rockstarninja.laboratoire-bidouille.dev/projet/chappe/ Code source : https://github.com/Nekrofage/TelegrapheChappe

Slade Doom Editor for RasPi

Slade Doom Editor for RasPi Distribution : Raspbian Buster 10 1/ Code source. https://github.com/Nekrofage/Slade4Raspi Basé sur le commit d23d61c5bb1a6ad6a 2/ Paquet de développement à installer. sudo apt-get install libwebkitgtk-dev 3/ Compilation : Erreur Installation de wxWidgets-3.0.4.tar.bz2 Erreur : pi@raspberrypi:~/JEUX/DOOM/Editeur/Slade4Raspi/dist $ make [ 34%] Built target external [ 34%] Linking CXX executable ../slade /usr/bin/ld: /usr/local/lib/libwx_gtk2u_media-3.0.a(medialib_unix_mediactrl.o): undefined […]

Installation de TrueOS 18.12 sous VirtualBox 6.0

Installation de TrueOS sous VirtualBox. Distribution de travail : Ubuntu 18.04 LTS 64 bits VirtualBox : Version 6.0 TrueOs : 18.12 1/ Installation de VirtualBox. – Installation du dépôt de VirtualBox : Ouvrir : /etc/apt/sources.list Ajouter à la fin : deb https://download.virtualbox.org/virtualbox/debian bionic contrib – Ajout des clés : util01@station01:~$ wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | […]

Strike Back s07e02 :

Strike Back s07e02 : Où l’opérateur des Forces Spéciales parle de SQL et de Python !

[Ubuntu 18.04] Configuration réseau avec Netplan : Adresse ip statique

[Ubuntu 18.04] Configuration réseau avec Netplan : Adresse ip statique 1/ Configuration. Ouvrir : /etc/netplan/01-netcfg.yaml Ajouter : network: version: 2 renderer: networkd ethernets: ens3: dhcp4: no addresses: [192.168.1.10/24] gateway4: 192.168.1.1 nameservers: addresses: [192.168.1.1,8.8.8.8] 2/ Activer le réseau. util01@station01:~$ sudo netplan apply 3/ Test. @ip du bridge : 192.168.1.3 util01@station01:~$ ssh util05@192.168.1.3 util05@192.168.1.3’s password: Welcome to […]

Présentation « Fantasy Console »

Présentation « Fantasy Console » Présentation : http://jeulibre.labak.xyz/PrezFantasyConsole/ Code source : https://github.com/Nekrofage/PrezFantasyConsole