Non classé

[WordPress] Compter le nombre de publication/post par année en SQL

[Wordpress] Compter le nombre de publication/post par année en SQL. mysql> SELECT COUNT(*) FROM wp_posts WHERE YEAR(post_date) = 2016 AND post_type = ‘post’ AND post_status = ‘publish’ 99

Python thread server

Code : https://github.com/Nekrofage/PythonThreadServer Capture d’écran :

[Minetest] Animated texture node

[Minetest] Animated texture node. https://github.com/Nekrofage/animtex

Installation de l’éditeur de niveau pour Doom : Slade3.

Installation de l’éditeur de niveau pour Doom : Slade3. Distribution de travail : Lubuntu 16.10 1/ Installation des paquets de développpement : util02@station02:~$ 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 libwxgtk3.0-dev libwxgtk-media3.0-dev libcurl4-openssl-dev libwxgtk-webview3.0-dev libwebkitgtk-dev libjavascriptcoregtk-1.0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev 2/ Répertoire de travail : util02@station02:~$ mkdir JEUX/DOOM/EDITEUR/Slade3 util02@station02:~$ […]

Compilation de paquet à partir des sources

[Ubuntu] Compilation de paquet à partir des sources. util02@station02:~$ sudo apt-get install build-essential fakeroot dpkg-dev util02@station02:~$ mkdir -p JEUX/WESNOTH util02@station02:~$ cd JEUX/WESNOTH/ util02@station02:~/JEUX/WESNOTH$ sudo apt-cache search wesnoth util02@station02:~/JEUX/WESNOTH$ sudo apt-get source wesnoth util02@station02:~/JEUX/WESNOTH$ sudo apt-get build-dep wesnoth util02@station02:~/JEUX/WESNOTH$ dpkg-source -x wesnoth-1.12_1.12.6-1build1.dsc util02@station02:~/JEUX/WESNOTH$ cd wesnoth-1.12-1.12.6/ util02@station02:~/JEUX/WESNOTH/wesnoth-1.12-1.12.6$ dpkg-buildpackage -rfakeroot -b util02@station02:~/JEUX/WESNOTH/wesnoth-1.12-1.12.6$ cd .. util02@station02:~/JEUX/WESNOTH$ sudo dpkg -i […]

[Simple Hosting] Installation de Drupal 8.2.4

[Simple Hosting] Installation de Drupal 8.2.4 Drupal : Version 8.2.4 Type d’instance Simple Hosting : PHP 5.6 / MySQL 5.6 (Percona) (recommandé) 1/ Répertoire de travail : ➜ ~ mkdir DRUPAL ➜ ~ cd DRUPAL 2/ Téléchargement de l’archive Drupal : ➜ DRUPAL wget http://ftp.drupal.org/files/projects/drupal-8.2.4.tar.gz 3/ Décompression de l’archive : ➜ DRUPAL tar xvfz drupal-8.2.4.tar.gz […]

.htaccess – Redirection vers un sous-dossier

.htaccess – Redirection vers un sous-dossier. Redirection de http://monsite.fr/ vers http://monsite.fr/blog/. Ouvrir : .htaccess Ajouter : RewriteEngine On RewriteRule ^$ /blog [L]

Des faketutos !

Des faketutos ! Une idée de WOoOinux. Comment reset un boulier aux paramètres d’usine ? Comment remplacer l’alimentation électrique d’une tondeuse à moteur thermique ? Améliorer le système de fichiers ext4 sous Windows Comment faire un :wq sous Nano ? Comment faire un CTRL + F5 sur une calculatrice Casio Graph 35 ? Les contributeurs […]

Flasher le micro-logiciel de la Fonera et mise en place de FrancoFON

Flasher le micro-logiciel de la Fonera et mise en place de FrancoFON.

Installation de WxWidget 3.1 sous Ubuntu 14.04

Installation de WxWidget 3.1 sous Ubuntu 14.04 $ sudo apt-key adv –fetch-keys http://repos.codelite.org/CodeLite.asc $ sudo apt-add-repository ‘deb http://repos.codelite.org/wx3.1.0/ubuntu/ trusty universe’ $ sudo apt-get update $ sudo apt-get install libwxbase3.1-0-unofficial libwxbase3.1-dev libwxgtk3.1-0-unofficial libwxgtk3.1-dev wx3.1-headers wx-common