Non classé

[LXLE] Installation de imDoom64

[LXLE] Installation de imDoom64. Distribution de travail : LXLE 18.04 1/ Installation des paquets de développement. util01@station01:~$ sudo apt-get update && sudo apt-get upgrade util01@station01:~$ sudo apt-get install -y g++-8 git libsdl2-net-dev libpng-dev ninja-build python3-pip util01@station01:~$ pip3 install meson==0.46.0 util01@station01:~/JEUX/DOOM/Moteur/ImDoom64/build$ meson –version 0.46.0 util01@station01:~$ sudo apt-get install -y valac libgtk-3-dev 2/ Création du répertoire de […]

[LXLE] Installation de Crossfire

[LXLE] Installation de Crossfire. Distribution de travail : LXLE 18.04 I/ Installation du serveur Crossfire. 1/ Création du répertoire de travail. util01@station01:~$ mkdir -p JEUX/CROSSFIRE util01@station01:~$ cd JEUX/CROSSFIRE/ util01@station01:~/JEUX/CROSSFIRE$ 2/ Génération de l’archive du code source. https://sourceforge.net/p/crossfire/code/HEAD/tree/ 3/ Téléchargement de l’archive. util01@station01:~/JEUX/CROSSFIRE$ wget https://sourceforge.net/code-snapshots/svn/c/cr/crossfire/code/crossfire-code-r21201.zip 4/ Décompression de l’archive. util01@station01:~/JEUX/CROSSFIRE$ unzip crossfire-code-r21201.zip util01@station01:~/JEUX/CROSSFIRE$ cd crossfire-code-r21201/ 5/ […]

Telegraphe de Chappe Webcam detection

Telegraphe de Chappe Webcam detection ArduinoGestureControl The Arduino board controls the gesture of the Chappe telegraph. PCWebcamSignRecognition Python: 3.6.9 OpenCV Version: 4.3.0 This part in Python/OpenCV read all gestures with a webcam. Code https://github.com/Nekrofage/telegraphechappe_webcam_detection Télégraphe de Chappe : https://www.thingiverse.com/thing:4250961

[LXLE] Configuration

[LXLE] Configuration 1/ Installation de Openssh. $ sudo apt-get install openssh-server $ sudo ufw allow ssh 2/ Avec Qemu, changement de résolution d’écran. Lien : https://askubuntu.com/questions/18444/how-do-i-increase-console-mode-resolution Ouvrir : /etc/default/grub Chercher : GRUB_GFXPAYLOAD_LINUX= Remplacer par : GRUB_GFXPAYLOAD_LINUX=1024x768x32 Chercher : GRUB_GFXMODE= Remplacer par : GRUB_GFXMODE=1024x768x32 GRUB_GFXPAYLOAD=1024x768x32 Ouvrir : /etc/grub.d/00_header Chercher : if [ « x${GRUB_GFXMODE} » = « x » ] […]

Connexion par câble entre un ordinateur sous Linux et un Minitel

Connexion par câble entre un ordinateur sous Linux et un Minitel. Lien : https://arduiblog.com/2019/04/29/ressuscitez-le-minitel/ 1/ Montage du câble USB/DIN. Matériel : * Câble série debug USB-TTL RB-TTL Basé sur la puce PL2303 de ‘Prolific Technology, Inc.‘ https://www.gotronic.fr/art-cable-serie-debug-usb-ttl-rb-ttl-20673.htm * 10 résistances 1/4W 220kΩ https://www.gotronic.fr/art-10-resistances-1-4w-220k-8486-2595.htm * 10 résistances 1/4W 10kΩ https://www.gotronic.fr/art-10-resistances-1-4w-10k-8486-19.htm * 10 résistances 1/4W 22kΩ https://www.gotronic.fr/art-10-resistances-1-4w-22k-8486-2585.htm […]

Installation de Samba sous Ubuntu 18.04 / Accès avec Qemu

IInstallation de Samba sous Ubuntu 18.04 / Accès avec Qemu. I/ Ordinateur hôte. Liens : https://vitux.com/how-to-install-and-configure-samba-on-ubuntu/ https://www.fosslinux.com/8703/how-to-setup-samba-file-sharing-server-on-ubuntu.htm 1/ Installation du serveur Samba. $ sudo apt install samba 2/ Vérification. $ sudo systemctl status nmbd ● nmbd.service – Samba NMB Daemon Loaded: loaded (/lib/systemd/system/nmbd.service; enabled; vendor preset: enabled) Active: active (running) since Mon 2020-03-02 22:26:21 CET; […]

[Qemu] Reconnaissance de clé USB

[Qemu] Reconnaissance de clé USB. Lien : https://wiki.archlinux.org/index.php/QEMU#Pass-through_host_USB_device I/ Sur l’hôte. 1/ Insérer la clé Usb. 2/ Vérification des caractéristiques de la clé Usb. $ lsusb … Bus 002 Device 044: ID 058f:6387 Alcor Micro Corp. Flash Drive … Caractéristique technique : hostbus = 002 hostaddr = 044 vendorid = 058f productid= 6387 3/ Changement […]

[Ubuntu 19.10] Installation de Slade 3.1.10 avec WxWidget 3.1.3

[Ubuntu 19.10] Installation de Slade 3.1.10 avec WxWidget 3.1.3 1/ Installation des paquets de développement. util01@station01:~$ sudo apt-get install build-essential libgtk2.0-dev libglew-dev libfreeimage-dev libftgl-dev libfluidsynth-dev libsfml-dev libgconf2-dev freeglut3-dev cmake libmodplug-dev git libcurl4-openssl-dev libbz2-dev lua5.3 lua5.3-dev 2/ Installation de WxWidget 3.1.3. – Lien : https://wiki.codelite.org/pmwiki.php/Main/WxWidgets31Binaries – Installation des clés. util01@station01:~$ sudo apt-key adv –fetch-keys https://repos.codelite.org/CodeLite.asc util01@station01:~$ […]

Framboisepi.fr

Ouvrir : /etc/hosts Ajouter à la fin : 155.133.138.8 framboisepi.fr

[FreeBSD] [Gnome] Installation de Gnome

[FreeBSD] [Gnome] Installation de Gnome. Vidéo : https://www.youtube.com/watch?v=yNj6aF7oFMM 1/ Installation des paquets de X.org et Gnome. pkg install xorg pkg install gnome3 2/ Configuration fstab. Ouvrir : /etc/fstab Ajouter à la fin : proc /proc procfs rw 0 0 3/ Activation des services. sysrc dbus_enable=yes sysrc hald_enable=yes sysrc gdm_enable=yes sysrc gnome_enable=yes 4/ Captures d’écran.