<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Raspberry on Blog GoHugo de Fredô : Linux, Proxmox, IA, Trail, Course, Randonnée, Gravel, Ski de Randonnée</title>
    <link>https://move.cyber-neurones.org/tags/raspberry/</link>
    <description>Recent content in Raspberry on Blog GoHugo de Fredô : Linux, Proxmox, IA, Trail, Course, Randonnée, Gravel, Ski de Randonnée</description>
    <generator>Hugo</generator>
    <language>fr</language>
    <lastBuildDate>Mon, 12 Nov 2018 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://move.cyber-neurones.org/tags/raspberry/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Raspberry ( Raspbian : stretch ) / Git Server : Installation en bref</title>
      <link>https://move.cyber-neurones.org/post/2018/11/2018-11-12-raspberry-raspbian-stretch-git-server-installation-en-bref/</link>
      <pubDate>Mon, 12 Nov 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/11/2018-11-12-raspberry-raspbian-stretch-git-server-installation-en-bref/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Etape n°1 :&lt;/strong&gt; Installation de l’OS ( 2018-06-27-raspbian-stretch-lite.img )  sur la carte SD ( Avec ApplePi si vous êtes sous MacOS ) .&lt;/p&gt;&#xA;&lt;p&gt;-&amp;gt; Voir : &lt;a href=&#34;https://www.cyber-neurones.org/2018/09/raspberry-mac-os-applepi-baker-creer-une-carte-sd-pour-le-raspberry/&#34;&gt;https://www.cyber-neurones.org/2018/09/raspberry-mac-os-applepi-baker-creer-une-carte-sd-pour-le-raspberry/&lt;/a&gt; .&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ hostnamectl&#xA;   Static hostname: raspberrypi&#xA;         Icon name: computer&#xA;        Machine ID: e3de61955d6646558bc520db1abbc48c&#xA;           Boot ID: 38574747c8294acab1c292cb2c8023c4&#xA;  Operating System: Raspbian GNU/Linux 9 (stretch)&#xA;            Kernel: Linux 4.14.50-v7+&#xA;      Architecture: arm&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;strong&gt;Etape n°2&lt;/strong&gt; : Changement de l’IP.&lt;/p&gt;&#xA;&lt;p&gt;-&amp;gt; Voir : &lt;a href=&#34;https://www.cyber-neurones.org/2018/09/raspberry-configuration-reseau-sur-une-raspbian-gnu-linux-9-stretch-avec-une-freebox/&#34;&gt;https://www.cyber-neurones.org/2018/09/raspberry-configuration-reseau-sur-une-raspbian-gnu-linux-9-stretch-avec-une-freebox/&lt;/a&gt; .&lt;/p&gt;&#xA;&lt;p&gt;Modification de &lt;strong&gt;/etc/dhcpcd.conf&lt;/strong&gt; , mais aussi de &lt;strong&gt;/etc/hostname&lt;/strong&gt; (pour le nom RASP7, et oui le 8ème Raspberry : 192.168.0.76 ) . Le login : pi et le mot de passe r&lt;strong&gt;a&lt;/strong&gt;spberry (enfin r&lt;strong&gt;q&lt;/strong&gt;spberry )&lt;/p&gt;</description>
    </item>
    <item>
      <title>Raspberry/Munin : Plugin pour Awox pour suivre la consommation.</title>
      <link>https://move.cyber-neurones.org/post/2018/10/2018-10-15-raspberry-munin-plugin-pour-awox-pour-suivre-la-consommation/</link>
      <pubDate>Mon, 15 Oct 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/10/2018-10-15-raspberry-munin-plugin-pour-awox-pour-suivre-la-consommation/</guid>
      <description>&lt;p&gt;La première étape est de voir si le Bluetooth est bien lancé au démarrage :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ dmesg | grep -i blue&#xA;[   11.903994] Bluetooth: Core ver 2.22&#xA;[   11.904056] Bluetooth: HCI device and connection manager initialized&#xA;[   11.904073] Bluetooth: HCI socket layer initialized&#xA;[   11.904080] Bluetooth: L2CAP socket layer initialized&#xA;[   11.904098] Bluetooth: SCO socket layer initialized&#xA;[   11.913494] Bluetooth: HCI UART driver ver 2.3&#xA;[   11.913506] Bluetooth: HCI UART protocol H4 registered&#xA;[   11.913509] Bluetooth: HCI UART protocol Three-wire (H5) registered&#xA;[   11.913652] Bluetooth: HCI UART protocol Broadcom registered&#xA;[   12.098214] Bluetooth: BNEP (Ethernet Emulation) ver 1.3&#xA;[   12.098223] Bluetooth: BNEP filters: protocol multicast&#xA;[   12.098245] Bluetooth: BNEP socket layer initialized&#xA;&#xA;$ sudo systemctl status bluetooth*&#xA;● bluetooth.target - Bluetooth&#xA;   Loaded: loaded (/lib/systemd/system/bluetooth.target; static; vendor preset: enabled)&#xA;   Active: active since Tue 2018-10-09 16:17:10 UTC; 2 days ago&#xA;     Docs: man:systemd.special(7)&#xA;&#xA;Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.&#xA;&#xA;● bluetooth.service - Bluetooth service&#xA;   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)&#xA;   Active: active (running) since Tue 2018-10-09 16:17:10 UTC; 2 days ago&#xA;     Docs: man:bluetoothd(8)&#xA; Main PID: 812 (bluetoothd)&#xA;   Status: &amp;#34;Running&amp;#34;&#xA;   CGroup: /system.slice/bluetooth.service&#xA;           └─812 /usr/lib/bluetooth/bluetoothd&#xA;&#xA;Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;A noter pour que cela fonctionne bien j&amp;rsquo;ai du ajouter le service &lt;strong&gt;hciuart&lt;/strong&gt; :&lt;/p&gt;</description>
    </item>
    <item>
      <title>Raspberry : Architecture : Interrogation écrite !</title>
      <link>https://move.cyber-neurones.org/post/2018/10/2018-10-05-raspberry-architecture-interrogation-ecrite/</link>
      <pubDate>Fri, 05 Oct 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/10/2018-10-05-raspberry-architecture-interrogation-ecrite/</guid>
      <description>&lt;p&gt;Petit rappel sur l&amp;rsquo;architecture mis en place sur le Munin :&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/10/blog-002.jpg&#34;&gt;&lt;img src=&#34;images/blog-002-1024x768.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Maintenant, quel est la meilleure architecture pour la mise en place du &lt;strong&gt;Logstach&lt;/strong&gt; ? Mettre un &lt;strong&gt;Filebeat&lt;/strong&gt; sur tous les serveurs ou bien envoyer les informations via &lt;strong&gt;Rsyslog&lt;/strong&gt; afin d&amp;rsquo;avoir qu&amp;rsquo;un seul &lt;strong&gt;Filebeat&lt;/strong&gt; ? Vous avez une heure &amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/10/blog-003.jpg&#34;&gt;&lt;img src=&#34;images/blog-003-1024x768.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/10/blog-004.jpg&#34;&gt;&lt;img src=&#34;images/blog-004-1024x768.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Raspberry : Disque SSD vs Carte SD</title>
      <link>https://move.cyber-neurones.org/post/2018/10/2018-10-03-raspberry-disque-ssd-vs-carte-sd/</link>
      <pubDate>Wed, 03 Oct 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/10/2018-10-03-raspberry-disque-ssd-vs-carte-sd/</guid>
      <description>&lt;p&gt;La carte est Micro SD : &lt;strong&gt;Carte Mémoire microSDXC SanDisk Ultra 64GB&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Le disque SSD : &lt;strong&gt;Kingston SSD A400 - 120GB Disque SSD&lt;/strong&gt; (2.5&amp;quot; , SATA 3)&lt;/p&gt;&#xA;&lt;p&gt;J&amp;rsquo;ai donc mes premières statistiques via Munin :&lt;/p&gt;&#xA;&lt;h3 id=&#34;--rasp-n1--carte-micro-sd--révision000f&#34;&gt;- RASP n°1 : Carte Micro SD : &lt;strong&gt;Révision 000f&lt;/strong&gt;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/10/mmcblk0-week.png&#34;&gt;&lt;img src=&#34;images/mmcblk0-week.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/10/diskstats_latency-week.png&#34;&gt;&lt;img src=&#34;images/diskstats_latency-week.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Min : 31.24m&lt;/li&gt;&#xA;&lt;li&gt;Avg : 61,79m&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Max : 189,62m&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;--rasp-n3-carte-micro-sd--révisiona020d3&#34;&gt;- RASP n°3 : Carte Micro SD : &lt;strong&gt;Révision a020d3&lt;/strong&gt;&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/10/mmcblk0-week-1.png&#34;&gt;&lt;img src=&#34;images/mmcblk0-week-1.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/10/diskstats_latency-week-1.png&#34;&gt;&lt;img src=&#34;images/diskstats_latency-week-1.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;Min : 38,89u&lt;/li&gt;&#xA;&lt;li&gt;Avg : 4,54m&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Max: 307,48m&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;--rasp-n4--carte-micro-sd-révisiona020d3&#34;&gt;- RASP n°4 : Carte Micro SD : &lt;strong&gt;Révision a020d3&lt;/strong&gt;&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/10/diskstats_latency-week-3.png&#34;&gt;&lt;img src=&#34;images/diskstats_latency-week-3.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Si tu n&#39;as pas de salle serveur à 50 ans, on peut dire que tu as raté ta vie ;)</title>
      <link>https://move.cyber-neurones.org/post/2018/10/2018-10-03-si-tu-nas-pas-de-salle-serveur-a-50-ans-on-peut-dire-que-tu-as-rate-ta-vie/</link>
      <pubDate>Wed, 03 Oct 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/10/2018-10-03-si-tu-nas-pas-de-salle-serveur-a-50-ans-on-peut-dire-que-tu-as-rate-ta-vie/</guid>
      <description>&lt;p&gt;J&amp;rsquo;ai voulu reprendre une citation de Jacques Séguéla : &amp;ldquo;Si à 50 ans on n&amp;rsquo;a pas une Rolex, c&amp;rsquo;est qu&amp;rsquo;on a raté sa vie&amp;rdquo;. Personnellement mettre plus de 8000 Euros dans une montre qui indique seulement l&amp;rsquo;heure, je trouve cela un peu stupide &amp;hellip; Si je devais investir dans une montre sans hésiter je prendrais une Garmin Fénix 5X (Sapphire, Gray titane et carbone amorphe avec bracelet en titane et carbone amorphe) à &lt;strong&gt;1200 Euros&lt;/strong&gt; ( GPS, GLONASS et Galileo + carte TOPO de l&amp;rsquo;Europe  + cardio poignet Garmin Elevate + oxymètre de pouls + &amp;hellip; ). Mettre 8000 Euros dans un montre qui indique seulement l&amp;rsquo;heure, misère. En plus on doit plus avoir de chance de se faire agresser avec une Rolex ;) . Revenons à nos moutons, ou plutôt à notre salle serveur ( plus exactement notre boite serveur ).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Raspberry/Munin : Monitor d&#39;un site Wordpress distant ( httpresponsetime )</title>
      <link>https://move.cyber-neurones.org/post/2018/09/2018-09-21-raspberry-munin-monitor-dun-site-wordpress-distant-httpresponsetime/</link>
      <pubDate>Fri, 21 Sep 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/09/2018-09-21-raspberry-munin-monitor-dun-site-wordpress-distant-httpresponsetime/</guid>
      <description>&lt;p&gt;Installation d&amp;rsquo;un plugin en python : &lt;a href=&#34;https://github.com/arthur-debert/munin-httpresponse-plugin/blob/master/httpresponsetime&#34;&gt;https://github.com/arthur-debert/munin-httpresponse-plugin/blob/master/httpresponsetime&lt;/a&gt;&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ sudo vi /usr/share/munin/plugins/httpresponsetime&#xA; -&amp;gt; Copie du script.&#xA;$ sudo ln -s  /usr/share/munin/plugins/httpresponsetime /etc/munin/plugins/httpresponsetime&#xA;$ sudo chmod +x  /usr/share/munin/plugins/httpresponsetime /etc/munin/plugins/httpresponsetime&#xA;$ sudo apt-get install python-setuptools python-dev build-essential&#xA;$ sudo easy_install pip&#xA;$ sudo pip install httplib2&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Ajout dans le fichier :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ sudo vi /etc/munin/plugin-conf.d/munin-node&#xA;...&#xA;[httpresponsetime]&#xA;    env.urls https://www.cyber-neurones.org&#xA;...&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Et on relance :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ sudo munin-node-configure --shell&#xA;$ sudo service munin-node restart&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Et voici le résultat :&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/09/capture-decran-2018-09-21-a-22-56-34.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2018-09-21-a-22-56-34.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Raspberry/Munin : RRDs: libpng12.so.0: cannot open shared object file ( DynaLoader.pm line 187 )</title>
      <link>https://move.cyber-neurones.org/post/2018/09/2018-09-21-raspberry-munin-rrds-libpng12-so-0-cannot-open-shared-object-file-dynaloader-pm-line-187/</link>
      <pubDate>Fri, 21 Sep 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/09/2018-09-21-raspberry-munin-rrds-libpng12-so-0-cannot-open-shared-object-file-dynaloader-pm-line-187/</guid>
      <description>&lt;p&gt;Après 24h ou Munin a fonctionné parfaitement, maintenant j&amp;rsquo;ai une erreur ?! Je pense qu&amp;rsquo;une mise à jours à casser Perl :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;osmc@osmc:~$ sudo su - munin --shell=/bin/bash&#xA;munin@osmc:~$ munin-cron --debug&#xA;Can&amp;#39;t load &amp;#39;/usr/lib/arm-linux-gnueabihf/perl5/5.20/auto/RRDs/RRDs.so&amp;#39; for module RRDs: libpng12.so.0: cannot open shared object file: No such file or directory at /usr/lib/arm-linux-gnueabihf/perl/5.20/DynaLoader.pm line 187.&#xA; at /usr/share/perl5/Munin/Master/UpdateWorker.pm line 19.&#xA;Compilation failed in require at /usr/share/perl5/Munin/Master/UpdateWorker.pm line 19.&#xA;BEGIN failed--compilation aborted at /usr/share/perl5/Munin/Master/UpdateWorker.pm line 19.&#xA;Compilation failed in require at /usr/share/perl5/Munin/Master/Update.pm line 17.&#xA;BEGIN failed--compilation aborted at /usr/share/perl5/Munin/Master/Update.pm line 17.&#xA;Compilation failed in require at /usr/share/munin/munin-update line 14.&#xA;BEGIN failed--compilation aborted at /usr/share/munin/munin-update line 14.&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;A noter aussi que le ldconfig est un peu mal :&lt;/p&gt;</description>
    </item>
    <item>
      <title>Raspberry : Munin : les premiers graphiques de la Freebox</title>
      <link>https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/</link>
      <pubDate>Thu, 20 Sep 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/</guid>
      <description>&lt;p&gt;Suite à l&amp;rsquo;installation : &lt;a href=&#34;https://www.cyber-neurones.org/2018/09/osmc-raspberry-installation-de-muni-node-et-apache2-avec-un-script-pour-freebox/&#34;&gt;https://www.cyber-neurones.org/2018/09/osmc-raspberry-installation-de-muni-node-et-apache2-avec-un-script-pour-freebox/&lt;/a&gt; : OSMC/Raspberry : installation de munin ( et Apache2) avec un script pour Freebox : &lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#x9;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#x9;&#xA;&#x9;&#xA;&#xA;&#x9;&#xA;&#x9;&#x9;&lt;script src=&#34;https://move.cyber-neurones.org/shortcode-gallery/jquery-3.7.1.min.js&#34;&gt;&lt;/script&gt;&#xA;&#x9;&#xA;&#xA;&#x9;&#xA;&#x9;&#x9;&lt;script src=&#34;https://move.cyber-neurones.org/shortcode-gallery/lazy/jquery.lazy.min.js&#34;&gt;&lt;/script&gt;&#xA;&#x9;&#xA;&#xA;&#x9;&lt;script src=&#34;https://move.cyber-neurones.org/shortcode-gallery/swipebox/js/jquery.swipebox.min.js&#34;&gt;&lt;/script&gt;&#xA;&#x9;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://move.cyber-neurones.org/shortcode-gallery/swipebox/css/swipebox.min.css&#34;&gt;&#xA;&#xA;&#x9;&lt;script src=&#34;https://move.cyber-neurones.org/shortcode-gallery/justified_gallery/jquery.justifiedGallery.min.js&#34;&gt;&lt;/script&gt;&#xA;&#x9;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://move.cyber-neurones.org/shortcode-gallery/justified_gallery/justifiedGallery.min.css&#34;/&gt;&#xA;&#xA;&#xA;&lt;style&gt;&#xA;&#x9;&#xA;&#xA;&#x9;&#xA;&lt;/style&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div id=&#34;gallery-a6ca4cbf15bf4a437db04770ce1f1520-0-wrapper&#34; class=&#34;gallery-wrapper&#34;&gt;&#xA;&lt;div id=&#34;gallery-a6ca4cbf15bf4a437db04770ce1f1520-0&#34; class=&#34;justified-gallery&#34;&gt;&#xA;&#x9;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&lt;div&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;a href=&#34;https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/images/freeboxv5_uptime-day.png&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;class=&#34;galleryImg&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;img&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;width=&#34;497&#34; height=&#34;280&#34;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;style=&#34;filter: blur(25px);&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;src=&#34;data:image/jpeg;base64,/9j/2wCEAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4&amp;#43;JS5ESUM8SDc9PjsBCgsLDg0OHBAQHDsoIig7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O//AABEIABIAIAMBIgACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5&amp;#43;gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4&amp;#43;Tl5ufo6ery8/T19vf4&amp;#43;fr/2gAMAwEAAhEDEQA/APW4QHds8jAIqQ28XJ2c1FFIqOx6jAGBUvnoykjNAwFvEDwvekkjURkgc0ouYyu7kD1NNeZCpXBBPAz3oAZTW6U6mt0oENVFOSVB/CnbE/uj8qE6GnUAf//Z&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;class=&#34;lazy&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;data-src=&#34;https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/images/freeboxv5_uptime-day_hu_c3b55579d7b44c2c.png&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;/a&gt;&#xA;&#x9;&#x9;&#x9;&lt;/div&gt;&#xA;&#x9;&#x9;&#xA;&#x9;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&lt;div&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;a href=&#34;https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/images/freeboxv5_status-day.png&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;class=&#34;galleryImg&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;img&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;width=&#34;497&#34; height=&#34;292&#34;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;style=&#34;filter: blur(25px);&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;src=&#34;data:image/jpeg;base64,/9j/2wCEAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4&amp;#43;JS5ESUM8SDc9PjsBCgsLDg0OHBAQHDsoIig7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O//AABEIABMAIAMBIgACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5&amp;#43;gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4&amp;#43;Tl5ufo6ery8/T19vf4&amp;#43;fr/2gAMAwEAAhEDEQA/APW4QHds8jAIpmoKsVhcTIMPHCzKfQgGnROqMx7YA4pL1hcWFxDH9&amp;#43;SJlAPHJBAqZX5XYmd&amp;#43;V2POB4s1kHIul/79L/hWloHiLVL/AFqC2uLgPE&amp;#43;7cojUZwpPYeoqgPCGrld3lxYHcyCtHQPDmo6frVvdXCIsabskOD1Uj&amp;#43;teBRWM9pHm5rXXc&amp;#43;YoLHe2jz81rq&amp;#43;/c7IRoDkIoPqBQ3ByAM9M06mv0r6E&amp;#43;pGqikHrz15pfLXgYOB05NKnSnUAf//Z&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;class=&#34;lazy&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;data-src=&#34;https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/images/freeboxv5_status-day_hu_644927e1244e931b.png&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;/a&gt;&#xA;&#x9;&#x9;&#x9;&lt;/div&gt;&#xA;&#x9;&#x9;&#xA;&#x9;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&lt;div&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;a href=&#34;https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/images/freeboxv5_snr-day.png&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;class=&#34;galleryImg&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;img&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;width=&#34;497&#34; height=&#34;292&#34;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;style=&#34;filter: blur(25px);&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;src=&#34;data:image/jpeg;base64,/9j/2wCEAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4&amp;#43;JS5ESUM8SDc9PjsBCgsLDg0OHBAQHDsoIig7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O//AABEIABMAIAMBIgACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5&amp;#43;gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4&amp;#43;Tl5ufo6ery8/T19vf4&amp;#43;fr/2gAMAwEAAhEDEQA/APWoQspO7oVBxUhtoscLio4XSInJOAAPWpROh9c&amp;#43;lAEf2Rf75/IUNCUQnfkAdMVILiMgnJwDzmmvOjLgE89M96AsQ&amp;#43;VGDkIufXFK3GD39adTX6UANVAcnnnrzS&amp;#43;WuAMHA6DJpU6U6gD/2Q==&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;class=&#34;lazy&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;data-src=&#34;https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/images/freeboxv5_snr-day_hu_a6efb2d07de12bbb.png&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;/a&gt;&#xA;&#x9;&#x9;&#x9;&lt;/div&gt;&#xA;&#x9;&#x9;&#xA;&#x9;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&lt;div&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;a href=&#34;https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/images/freeboxv5_rates-day.png&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;class=&#34;galleryImg&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;img&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;width=&#34;497&#34; height=&#34;364&#34;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;style=&#34;filter: blur(25px);&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;src=&#34;data:image/jpeg;base64,/9j/2wCEAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4&amp;#43;JS5ESUM8SDc9PjsBCgsLDg0OHBAQHDsoIig7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O//AABEIABcAIAMBIgACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5&amp;#43;gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4&amp;#43;Tl5ufo6ery8/T19vf4&amp;#43;fr/2gAMAwEAAhEDEQA/APW4cOxz0wCKc0EQUttHrUcUiRscHIwAADUjTKVxggkYGaAGRLA65KhSD0z0p0mwDCkZIPemwukaFfmyDkluSac06MuMEbuhPelqPQpi2cMx&amp;#43;U5bPUipnXOz/ZOeakprdKYiNd2&amp;#43;Rgn3gMc9aQq&amp;#43;xFCfdYE8&amp;#43;9Sp0NOoA//Z&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;class=&#34;lazy&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;data-src=&#34;https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/images/freeboxv5_rates-day_hu_4d9344979e00a132.png&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;/a&gt;&#xA;&#x9;&#x9;&#x9;&lt;/div&gt;&#xA;&#x9;&#x9;&#xA;&#x9;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&lt;div&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;a href=&#34;https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/images/freeboxv5_hec-day.png&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;class=&#34;galleryImg&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;img&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;width=&#34;497&#34; height=&#34;292&#34;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;style=&#34;filter: blur(25px);&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;src=&#34;data:image/jpeg;base64,/9j/2wCEAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4&amp;#43;JS5ESUM8SDc9PjsBCgsLDg0OHBAQHDsoIig7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O//AABEIABMAIAMBIgACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5&amp;#43;gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4&amp;#43;Tl5ufo6ery8/T19vf4&amp;#43;fr/2gAMAwEAAhEDEQA/APWoQHkYHkYBFSfZ4v7tRxOqOxzxgDipROjDqfegBvkw9l/nRIqhCQDmlFzGV3ZOPU0jzowK8gnpnvQBEEVSSqgE9cCg4XkADPWnU1&amp;#43;lADVjUqQRx6Z4pfLU4yCcHI5NKnSnUAf/2Q==&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;class=&#34;lazy&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;data-src=&#34;https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/images/freeboxv5_hec-day_hu_e69331873b34d0ff.png&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;/a&gt;&#xA;&#x9;&#x9;&#x9;&lt;/div&gt;&#xA;&#x9;&#x9;&#xA;&#x9;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&lt;div&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;a href=&#34;https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/images/freeboxv5_fec-day.png&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;class=&#34;galleryImg&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;img&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;width=&#34;497&#34; height=&#34;292&#34;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;style=&#34;filter: blur(25px);&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;src=&#34;data:image/jpeg;base64,/9j/2wCEAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4&amp;#43;JS5ESUM8SDc9PjsBCgsLDg0OHBAQHDsoIig7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O//AABEIABMAIAMBIgACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5&amp;#43;gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4&amp;#43;Tl5ufo6ery8/T19vf4&amp;#43;fr/2gAMAwEAAhEDEQA/APWYPnlkB5Axipfs8X92ooWCO5J4OOlSidGBwen6UDD7PF/dpJFQIdvJoE8bLvJJHqaR50K7ckZ6Z70CIwiqSVUDPXAoIC8gAE9eOtOpr9KAGrGpUjHHpnil8pDgEZx05pU6U6gD/9k=&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;class=&#34;lazy&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;data-src=&#34;https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/images/freeboxv5_fec-day_hu_f35056db371ee565.png&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;/a&gt;&#xA;&#x9;&#x9;&#x9;&lt;/div&gt;&#xA;&#x9;&#x9;&#xA;&#x9;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&lt;div&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;a href=&#34;https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/images/freeboxv5_crc-day.png&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;class=&#34;galleryImg&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;img&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;width=&#34;497&#34; height=&#34;292&#34;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;style=&#34;filter: blur(25px);&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;src=&#34;data:image/jpeg;base64,/9j/2wCEAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4&amp;#43;JS5ESUM8SDc9PjsBCgsLDg0OHBAQHDsoIig7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O//AABEIABMAIAMBIgACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5&amp;#43;gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4&amp;#43;Tl5ufo6ery8/T19vf4&amp;#43;fr/2gAMAwEAAhEDEQA/APWofnkcE5AAIqT7PF/dqKJlSR2J4IHSpROhGQTxQMT7On90Ch4wEJoFxGV3ZO31NI0yMNvIJ6Z70CIwiqSVUDPXAoIC8gAZ68U6mv0oAasalSCOPTPFL5anGQTjkcmlTpTqAP/Z&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;class=&#34;lazy&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;data-src=&#34;https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/images/freeboxv5_crc-day_hu_1fde34b8116af19e.png&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;/a&gt;&#xA;&#x9;&#x9;&#x9;&lt;/div&gt;&#xA;&#x9;&#x9;&#xA;&#x9;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&lt;div&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;a href=&#34;https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/images/freeboxv5_attenuation-day.png&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;class=&#34;galleryImg&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;img&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;width=&#34;497&#34; height=&#34;292&#34;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;style=&#34;filter: blur(25px);&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;src=&#34;data:image/jpeg;base64,/9j/2wCEAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4&amp;#43;JS5ESUM8SDc9PjsBCgsLDg0OHBAQHDsoIig7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O//AABEIABMAIAMBIgACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5&amp;#43;gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4&amp;#43;Tl5ufo6ery8/T19vf4&amp;#43;fr/2gAMAwEAAhEDEQA/APW4QJfvDgqDin/Z4v7v61HE6RdTwABxUonTjk59O9ADPIh9f1oZEWM7TnA4GacLiMgnJwOue1I06MuAevTPegCHyo858tc&amp;#43;uKVgMg4GR3xTqa/SgBqxqQ2R1689aXyk446dOelKnSnUAf/Z&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;class=&#34;lazy&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;data-src=&#34;https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/images/freeboxv5_attenuation-day_hu_7d1ef156b32191e2.png&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;/a&gt;&#xA;&#x9;&#x9;&#x9;&lt;/div&gt;&#xA;&#x9;&#x9;&#xA;&#x9;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&lt;div&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;a href=&#34;https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/images/freeboxv5_atm-day.png&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;class=&#34;galleryImg&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;img&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;width=&#34;497&#34; height=&#34;292&#34;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;style=&#34;filter: blur(25px);&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;src=&#34;data:image/jpeg;base64,/9j/2wCEAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4&amp;#43;JS5ESUM8SDc9PjsBCgsLDg0OHBAQHDsoIig7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O//AABEIABMAIAMBIgACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5&amp;#43;gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4&amp;#43;Tl5ufo6ery8/T19vf4&amp;#43;fr/2gAMAwEAAhEDEQA/APWYQJc7hkEA4zUn2eL&amp;#43;7&amp;#43;tRwMsWcnOABxUonQjgnigBPs0fofzoeJUjOM8UguFK7t4x6kUNMpGC3XpkYzQBGEVSSqgZ64FBAXkAAnqadTX6UANWNSpGOD2zS&amp;#43;WmAMcDoMmlTpTqAP/Z&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;class=&#34;lazy&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;data-src=&#34;https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-munin-les-premiers-graphiques-de-la-freebox/images/freeboxv5_atm-day_hu_46f4d3f9da11eab6.png&#34;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;/a&gt;&#xA;&#x9;&#x9;&#x9;&lt;/div&gt;&#xA;&#x9;&#x9;&#xA;&#x9;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;script&gt;&#xA;&#x9;if (!(&#34;HSCGjQuery&#34; in window)) {&#xA;&#x9;&#x9;if (!window.jQuery) {&#xA;&#x9;&#x9;&#x9;throw new Error(&#34;jQuery is not loaded, hugo-shortcode-gallery wont work without it!&#34;);&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;window.HSCGjQuery = window.jQuery.noConflict(true);&#xA;&#x9;}&#xA;&#xA;&#x9;&#xA;&#x9;&#xA;&#x9;&#xA;&#x9;&#xA;&#x9;&#xA;&#x9;;(function($) {&#xA;&#xA;&#x9;&#x9;$( document ).ready(() =&gt; {&#xA;&#x9;&#x9;&#x9;const gallery = $(&#34;#gallery-a6ca4cbf15bf4a437db04770ce1f1520-0&#34;);&#xA;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;let swipeboxInstance = null;&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;gallery.on(&#39;jg.complete&#39;, () =&gt; {&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;$(() =&gt; {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;$(&#39;.lazy&#39;).Lazy({&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;visibleOnly: true,&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;afterLoad: element =&gt; element.css({filter: &#34;none&#34;, transition: &#34;filter 1.0s ease-in-out&#34;})&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;});&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;});&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;swipeboxInstance = $(&#39;.galleryImg&#39;).swipebox(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;$.extend({},&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;{  }&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;)&#xA;&#x9;&#x9;&#x9;&#x9;);&#xA;&#x9;&#x9;&#x9;});&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;gallery.justifiedGallery($.extend(&#xA;&#x9;&#x9;&#x9;&#x9;{&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;rowHeight : &#34;150&#34;,&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;margins : &#34;5&#34;,&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;border : 0,&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;randomize :  false ,&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;waitThumbnailsLoad : false,&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;lastRow : &#34;justify&#34;,&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;captions : false,&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;},&#xA;&#x9;&#x9;&#x9;&#x9;{  }&#xA;&#x9;&#x9;&#x9;));&#xA;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;});&#xA;&#xA;&#x9;&#xA;&#x9;&#xA;&#x9;&#xA;&#x9;})(window.HSCGjQuery)&#xA;&lt;/script&gt;&#xA;&#xA;&lt;p&gt;Maintenant je vais pouvoir prouver à Free la mauvaise qualité &amp;hellip;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Raspberry : Que faire avec ?</title>
      <link>https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-que-faire-avec/</link>
      <pubDate>Thu, 20 Sep 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-que-faire-avec/</guid>
      <description>&lt;p&gt;Les idées à mettre en place :&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;OSMC ou KODI : &lt;a href=&#34;https://raspy-world.com/raspberry-pi-3-media-center-osmc-kodi/&#34;&gt;https://raspy-world.com/raspberry-pi-3-media-center-osmc-kodi/&lt;/a&gt; : Kodi est un logiciel opensource média-center qui va vous permettre d’écouter de la musique, de regarder des vidéos, jouer à des jeux vidéo ou regarder vos photos de vacance..&lt;/li&gt;&#xA;&lt;li&gt;ELK : &lt;a href=&#34;http://le-libriste.fr/2015/02/centraliser-les-logs-des-raspberry-pi-avec-fluent-elasticsearch-kirbana/&#34;&gt;http://le-libriste.fr/2015/02/centraliser-les-logs-des-raspberry-pi-avec-fluent-elasticsearch-kirbana/&lt;/a&gt; : Centraliser les logs des Raspberry Pi avec Fluent-ElasticSearch-Kibana .&lt;/li&gt;&#xA;&lt;li&gt;MEDIAWIKI ( Wiki ) : &lt;a href=&#34;http://www.jeremiewagner.fr/tutos-informatique/installer-un-wiki-sur-un-raspberry-pi&#34;&gt;http://www.jeremiewagner.fr/tutos-informatique/installer-un-wiki-sur-un-raspberry-pi&lt;/a&gt; :&lt;/li&gt;&#xA;&lt;li&gt;OWNCLOUD : &lt;a href=&#34;https://raspbian-france.fr/owncloud-cloud-raspberry-pi/&#34;&gt;https://raspbian-france.fr/owncloud-cloud-raspberry-pi/&lt;/a&gt; : OwnCloud, votre cloud à la maison sur votre Raspberry Pi !&lt;/li&gt;&#xA;&lt;li&gt;JEEDOM : &lt;a href=&#34;https://www.domo-blog.fr/installer-jeedom-sur-raspberry-pi-nouvelle-procedure-jeedom-3-0/&#34;&gt;https://www.domo-blog.fr/installer-jeedom-sur-raspberry-pi-nouvelle-procedure-jeedom-3-0/&lt;/a&gt; : Domonique.&lt;/li&gt;&#xA;&lt;li&gt;GIT SERVER / SVN SERVER : &lt;a href=&#34;https://www.pihomeserver.fr/2015/05/05/utiliser-le-raspberry-pi-comme-serveur-git-prive/&#34;&gt;https://www.pihomeserver.fr/2015/05/05/utiliser-le-raspberry-pi-comme-serveur-git-prive/&lt;/a&gt; : Utiliser le Raspberry Pi comme serveur Git privé.&lt;/li&gt;&#xA;&lt;li&gt;NGNIX / FIREWALL :&lt;/li&gt;&#xA;&lt;li&gt;NGNIX / MUNIN : ce que j&amp;rsquo;ai commencé à faire.&lt;/li&gt;&#xA;&lt;li&gt;GLPI : &lt;a href=&#34;https://www.supinfo.com/articles/single/5127-installation-complete-ocs-inventory-raspberry-pi-3&#34;&gt;https://www.supinfo.com/articles/single/5127-installation-complete-ocs-inventory-raspberry-pi-3&lt;/a&gt; : Open Computer and Software Inventory (OCS Inventory) est une application qui permet de réaliser l’inventaire d’un parc informatique.&lt;/li&gt;&#xA;&lt;li&gt;TOR : &lt;a href=&#34;https://www.papergeek.fr/raspberry-pi-transformez-le-en-routeur-tor-5281&#34;&gt;https://www.papergeek.fr/raspberry-pi-transformez-le-en-routeur-tor-5281&lt;/a&gt; :&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;On va dire qu&amp;rsquo;avec 8-10 Raspberry cela serait parfait. Pour l&amp;rsquo;instant j&amp;rsquo;ai essayé &lt;a href=&#34;https://www.cyber-neurones.org/2018/09/osmc-raspberry-ajout-de-elk-elasticsearch-logstash-kibana-beats-nginx/&#34;&gt;ELK&lt;/a&gt; sur un Raspberry pas assez puissant (manque de RAM, merci Java), par contre Jeedom, NGNIX, &lt;a href=&#34;https://www.cyber-neurones.org/2018/09/osmc-raspberry-installation-de-muni-node-et-apache2-avec-un-script-pour-freebox/&#34;&gt;Munin&lt;/a&gt;, &lt;a href=&#34;https://www.cyber-neurones.org/2016/09/installation-un-media-center-avec-osmc-sur-un-raspberry-pi-3-model-b/&#34;&gt;OSMC&lt;/a&gt; ont parfaitement fonctionnés.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Raspberry/Mac OS : ApplePi-Baker : Créer une carte SD pour le Raspberry.</title>
      <link>https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-mac-os-applepi-baker-creer-une-carte-sd-pour-le-raspberry/</link>
      <pubDate>Thu, 20 Sep 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/09/2018-09-20-raspberry-mac-os-applepi-baker-creer-une-carte-sd-pour-le-raspberry/</guid>
      <description>&lt;p&gt;Téléchargement de ApplePi-Baker : &lt;a href=&#34;http://www.tweaking4all.com/?wpfb_dl=94&#34;&gt;ApplePi-Baker&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;A l&amp;rsquo;installation, petit message de sécurité :&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/09/capture-decran-2018-09-20-a-21-08-45.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2018-09-20-a-21-08-45-300x164.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;Ensuite il ne faut pas utiliser le port SD du Mac, sinon on est en lecture seule :&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/09/capture-decran-2018-09-20-a-21-14-46.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2018-09-20-a-21-14-46.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;Avec un dongle via USB, cela fonctionne correctement :&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/09/capture-decran-2018-09-20-a-21-16-12.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2018-09-20-a-21-16-12.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;J&amp;rsquo;utilise l&amp;rsquo;image : &lt;strong&gt;2018-06-27-raspbian-stretch.img&lt;/strong&gt; pour mon Raspberry Pi &lt;strong&gt;BCM2708&lt;/strong&gt; . &lt;a href=&#34;https://www.cyber-neurones.org/2018/09/xbmc-media-center-jai-retrouve-le-mot-de-passe-de-mon-ancien-raspberry-bcm2708/&#34;&gt;Le &amp;ldquo;apt-get upgrade&amp;rdquo; avait tuer l&amp;rsquo;OS&lt;/a&gt; &amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;Ensuite petite configuration :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;pi@raspberrypi:~ $ sudo update-rc.d ssh defaults&#xA;pi@raspberrypi:~ $ df -h&#xA;Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur&#xA;/dev/root           15G    4,0G   10G  29% /&#xA;devtmpfs           213M       0  213M   0% /dev&#xA;tmpfs              217M       0  217M   0% /dev/shm&#xA;tmpfs              217M    5,9M  211M   3% /run&#xA;tmpfs              5,0M    4,0K  5,0M   1% /run/lock&#xA;tmpfs              217M       0  217M   0% /sys/fs/cgroup&#xA;/dev/mmcblk0p1      43M     22M   21M  51% /boot&#xA;tmpfs               44M       0   44M   0% /run/user/1000&#xA;pi@raspberrypi:~ $ runlevel &#xA;N 5&#xA;pi@raspberrypi:~ $ systemctl get-default&#xA;graphical.target&#xA;pi@raspberrypi:~ $ sudo systemctl enable ssh.service&#xA;pi@raspberrypi:~ $ sudo systemctl set-default multi-user.target&#xA;Created symlink /etc/systemd/system/default.target → /lib/systemd/system/multi-user.target.&#xA;pi@raspberrypi:~ $ hostnamectl &#xA;   Static hostname: raspberrypi&#xA;         Icon name: computer&#xA;        Machine ID: 0b646f6436cf4076bc65ccf9a7517e6c&#xA;           Boot ID: 176ccf1f96fc4d9891a5d453263d6e33&#xA;  Operating System: Raspbian GNU/Linux 9 (stretch)&#xA;            Kernel: Linux 4.14.50+&#xA;      Architecture: arm&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>XBMC Média Center : J&#39;ai retrouvé le mot de passe de mon ancien Raspberry ( BCM2708 ) !</title>
      <link>https://move.cyber-neurones.org/post/2018/09/2018-09-20-xbmc-media-center-jai-retrouve-le-mot-de-passe-de-mon-ancien-raspberry-bcm2708/</link>
      <pubDate>Thu, 20 Sep 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/09/2018-09-20-xbmc-media-center-jai-retrouve-le-mot-de-passe-de-mon-ancien-raspberry-bcm2708/</guid>
      <description>&lt;p&gt;Le mot de passe était :&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;User name = &lt;strong&gt;pi&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;Password = &lt;strong&gt;raspberry&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;J&amp;rsquo;avais mis un clone de carte SD trouvé pour XBMC Média Center.&lt;/p&gt;&#xA;&lt;p&gt;J&amp;rsquo;ai essayé la liste suivante sans succès :&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;root/root&lt;/li&gt;&#xA;&lt;li&gt;root/openelec&lt;/li&gt;&#xA;&lt;li&gt;root/no password&lt;/li&gt;&#xA;&lt;li&gt;kodi/no password&lt;/li&gt;&#xA;&lt;li&gt;osmc/osmc&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Les premieres commandes :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ uname -a&#xA;Linux raspbmc 3.6.11 #2 PREEMPT Wed Mar 13 17:12:47 UTC 2013 armv6l GNU/Linux&#xA;$ sudo dumpe2fs -h $(df | awk &amp;#39;/\/$/ {print $1}&amp;#39;) | grep created&#xA;dumpe2fs 1.42.5 (29-Jul-2012)&#xA;Filesystem created:       Sat Apr  6 13:02:54 2013&#xA;$ sudo apt-get update &#xA;$ cat /proc/cpuinfo &#xA;Processor&#x9;: ARMv6-compatible processor rev 7 (v6l)&#xA;BogoMIPS&#x9;: 795.44&#xA;Features&#x9;: swp half thumb fastmult vfp edsp java tls &#xA;CPU implementer&#x9;: 0x41&#xA;CPU architecture: 7&#xA;CPU variant&#x9;: 0x0&#xA;CPU part&#x9;: 0xb76&#xA;CPU revision&#x9;: 7&#xA;&#xA;Hardware&#x9;: BCM2708&#xA;Revision&#x9;: 000f&#xA;Serial&#x9;&#x9;: 000000005d501bc8&#xA;$ sudo apt-get upgrade &#xA;...&#xA;Extracting templates from packages: 100%&#xA;Preconfiguring packages ...&#xA;(Reading database ... 22720 files and directories currently installed.)&#xA;Preparing to replace base-files 7.1 (using .../base-files_7.1wheezy11+rpi1_armhf.deb) ...&#xA;Unpacking replacement base-files ...&#xA;Processing triggers for install-info ...&#xA;Setting up base-files (7.1wheezy11+rpi1) ...&#xA;Installing new version of config file /etc/debian_version ...&#xA;&#xA;Configuration file `/etc/issue&amp;#39;&#xA; ==&amp;gt; Modified (by you or by a script) since installation.&#xA; ==&amp;gt; Package distributor has shipped an updated version.&#xA;   What would you like to do about it ?  Your options are:&#xA;    Y or I  : install the package maintainer&amp;#39;s version&#xA;    N or O  : keep your currently-installed version&#xA;      D     : show the differences between the versions&#xA;      Z     : start a shell to examine the situation&#xA; The default action is to keep your current version.&#xA;*** issue (Y/I/N/O/D/Z) [default=N] ? Y&#xA;Installing new version of config file /etc/issue ...&#xA;Installing new version of config file /etc/issue.net ...&#xA;Installing new version of config file /etc/os-release ...&#xA;(Reading database ... 22724 files and directories currently ..&#xA;...&#xA;insserv: warning: script &amp;#39;xinetd&amp;#39; missing LSB tags and overrides&#xA;--&amp;gt; Blocage&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;J&amp;rsquo;ai donc fait l&amp;rsquo;installation le &lt;strong&gt;Apr 6 13:02:54 2013&lt;/strong&gt;  la date de Release est du &lt;strong&gt;Q4 2012&lt;/strong&gt; : &lt;a href=&#34;https://elinux.org/RPi_HardwareHistory&#34;&gt;https://elinux.org/RPi_HardwareHistory&lt;/a&gt; .&lt;/p&gt;</description>
    </item>
    <item>
      <title>OSMC/Raspberry  : Ajout de ELK ( Elasticsearch / Logstash  / Kibana / Beats / Nginx )</title>
      <link>https://move.cyber-neurones.org/post/2018/09/2018-09-19-osmc-raspberry-ajout-de-elk-elasticsearch-logstash-kibana-beats-nginx/</link>
      <pubDate>Wed, 19 Sep 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/09/2018-09-19-osmc-raspberry-ajout-de-elk-elasticsearch-logstash-kibana-beats-nginx/</guid>
      <description>&lt;p&gt;Le but est d&amp;rsquo;installer ELK sur un OSMC/Raspberry déjà fonctionnel &amp;hellip; afin de ne pas acheter un nouveau Raspberry Pi &amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;Pour l&amp;rsquo;installation de OSMC voir : &lt;a href=&#34;https://www.cyber-neurones.org/2016/09/installation-un-media-center-avec-osmc-sur-un-raspberry-pi-3-model-b/&#34;&gt;https://www.cyber-neurones.org/2016/09/installation-un-media-center-avec-osmc-sur-un-raspberry-pi-3-model-b/&lt;/a&gt; . &amp;ldquo;Installation un media-center avec OSMC sur un Raspberry Pi 3 Model B&amp;rdquo; ( fait le &lt;a href=&#34;https://www.cyber-neurones.org/2016/09/installation-un-media-center-avec-osmc-sur-un-raspberry-pi-3-model-b/&#34; title=&#34;16:31&#34;&gt;30/09/2016&lt;/a&gt;) . &lt;/p&gt;&#xA;&lt;p&gt;La première étape est d&amp;rsquo;ouvrir un console, puis faire un SSH : sur l&amp;rsquo;IP avec le login &lt;strong&gt;osmc&lt;/strong&gt; et le mot de passe &lt;strong&gt;osmc&lt;/strong&gt; ( si pas changé ) :&lt;/p&gt;</description>
    </item>
    <item>
      <title>OSMC/Raspberry :  installation de munin ( et Apache2) avec un script pour Freebox</title>
      <link>https://move.cyber-neurones.org/post/2018/09/2018-09-19-osmc-raspberry-installation-de-muni-node-et-apache2-avec-un-script-pour-freebox/</link>
      <pubDate>Wed, 19 Sep 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/09/2018-09-19-osmc-raspberry-installation-de-muni-node-et-apache2-avec-un-script-pour-freebox/</guid>
      <description>&lt;p&gt;Le script pour la freebox est ici : &lt;a href=&#34;https://github.com/guyou/freebox_munin/blob/freeboxv5/freeboxv5&#34;&gt;https://github.com/guyou/freebox_munin/blob/freeboxv5/freeboxv5&lt;/a&gt; ( le projet est &lt;a href=&#34;http://github.com/d-matt/freebox_munin&#34;&gt;http://github.com/d-matt/freebox_munin&lt;/a&gt; ) .&lt;/p&gt;&#xA;&lt;p&gt;Pour plus d&amp;rsquo;information sur Munin : &lt;a href=&#34;https://doc.ubuntu-fr.org/munin&#34;&gt;https://doc.ubuntu-fr.org/munin&lt;/a&gt; ( A noter qu&amp;rsquo;il faut &lt;strong&gt;Apache2&lt;/strong&gt; afin de voir l&amp;rsquo;interface ) .&lt;/p&gt;&#xA;&lt;p&gt;L&amp;rsquo;installation :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ sudo apt-get install munin&#xA;$ sudo apt-get install munin-node&#xA;$ sudo apt-get install munin-plugins-extra libcgi-fast-perl libapache2-mod-fcgid&#xA;$ sudo apt-get install apache2&#xA;$ sudo apt-get install libapache2-mod-php5 apache2-doc apache2-utils&#xA;$ sudo ln -s /etc/munin/apache24.conf /etc/apache2/conf-available/munin.conf&#xA;$ sudo a2enmod fcgid&#xA;Enabling module fcgid.&#xA;To activate the new configuration, you need to run:&#xA;  service apache2 restart&#xA;&#xA;$ sudo systemctl restart apache2&#xA;$ sudo su&#xA;-&amp;gt; Copie du script dans /usr/share/munin/plugins/freeboxv5&#xA;# ln -s /usr/share/munin/plugins/freeboxv5 /etc/munin/plugins/freeboxv5_atm&#xA;# ln -s /usr/share/munin/plugins/freeboxv5 /etc/munin/plugins/freeboxv5_attenuation&#xA;# ln -s /usr/share/munin/plugins/freeboxv5 /etc/munin/plugins/freeboxv5_snr&#xA;# ln -s /usr/share/munin/plugins/freeboxv5 /etc/munin/plugins/freeboxv5_status&#xA;# ln -s /usr/share/munin/plugins/freeboxv5 /etc/munin/plugins/freeboxv5_uptime&#xA;# ln -s /usr/share/munin/plugins/freeboxv5 /etc/munin/plugins/freeboxv5_fec&#xA;# ln -s /usr/share/munin/plugins/freeboxv5 /etc/munin/plugins/freeboxv5_hec&#xA;# ln -s /usr/share/munin/plugins/freeboxv5 /etc/munin/plugins/freeboxv5_crc&#xA;# ln -s /usr/share/munin/plugins/freeboxv5 /etc/munin/plugins/freeboxv5_rates&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Modification du fichier /etc/munin/plugin-conf.d/munin-node :&lt;/p&gt;</description>
    </item>
    <item>
      <title>OSMC/Raspberry : Basculement d&#39;un carte SD à un disque dur SSD.</title>
      <link>https://move.cyber-neurones.org/post/2018/09/2018-09-19-osmc-raspberry-basculement-dun-carte-sd-a-un-disque-dur-ssd/</link>
      <pubDate>Wed, 19 Sep 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/09/2018-09-19-osmc-raspberry-basculement-dun-carte-sd-a-un-disque-dur-ssd/</guid>
      <description>&lt;p&gt;Pour l&amp;rsquo;installation de OSMC voir : &lt;a href=&#34;https://www.cyber-neurones.org/2016/09/installation-un-media-center-avec-osmc-sur-un-raspberry-pi-3-model-b/&#34;&gt;https://www.cyber-neurones.org/2016/09/installation-un-media-center-avec-osmc-sur-un-raspberry-pi-3-model-b/&lt;/a&gt; . &amp;ldquo;Installation un media-center avec OSMC sur un Raspberry Pi 3 Model B&amp;rdquo; ( fait le &lt;a href=&#34;https://www.cyber-neurones.org/2016/09/installation-un-media-center-avec-osmc-sur-un-raspberry-pi-3-model-b/&#34; title=&#34;16:31&#34;&gt;30/09/2016&lt;/a&gt;) . &lt;/p&gt;&#xA;&lt;p&gt;Je fais ce tutoriel suite à la corruption d&amp;rsquo;une carte SD sur mon raspberry.&lt;/p&gt;&#xA;&lt;p&gt;Lire les articles :&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.magdiblog.fr/divers/comment-prolonger-la-duree-de-vie-de-vos-cartes-sd-sur-raspberry-pi/&#34;&gt;http://www.magdiblog.fr/divers/comment-prolonger-la-duree-de-vie-de-vos-cartes-sd-sur-raspberry-pi/&lt;/a&gt; : Comment prolonger la durée de vie de vos cartes SD sur Raspberry Pi (màj)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://easydomoticz.com/forum/viewtopic.php?t=5867&#34;&gt;https://easydomoticz.com/forum/viewtopic.php?t=5867&lt;/a&gt; : Longevité carte SD - Taux d&amp;rsquo;écriture et config sur RPi&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://hardware-libre.fr/2014/03/raspberry-pi-et-corruption-de-carte-sd/&#34;&gt;http://hardware-libre.fr/2014/03/raspberry-pi-et-corruption-de-carte-sd/&lt;/a&gt; : Raspberry Pi et corruption de carte SD .&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.raspberrypi.org/forums/viewtopic.php?t=199414&#34;&gt;https://www.raspberrypi.org/forums/viewtopic.php?t=199414&lt;/a&gt; : microSD vs. USB flash vs. SSD&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Première étape&lt;/strong&gt; : Connexion SSH sur OSMC, il suffit de regarder dans les paramètres pour trouver l&amp;rsquo;IP :  .&lt;/p&gt;</description>
    </item>
    <item>
      <title>Installation un media-center avec OSMC sur un Raspberry Pi 3 Model B</title>
      <link>https://move.cyber-neurones.org/post/2016/09/2016-09-30-installation-un-media-center-avec-osmc-sur-un-raspberry-pi-3-model-b/</link>
      <pubDate>Fri, 30 Sep 2016 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2016/09/2016-09-30-installation-un-media-center-avec-osmc-sur-un-raspberry-pi-3-model-b/</guid>
      <description>&lt;p&gt;Le matériel que j&amp;rsquo;ai utilisé :&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Raspberry Pi 3 : C&amp;rsquo;est &lt;strong&gt;65 Euro&lt;/strong&gt; chez Amazon.fr &amp;ldquo;&lt;a href=&#34;https://www.amazon.fr/gp/r.html?C=29J6ME40FPC37&amp;amp;K=A1TC9IROL03KX8&amp;amp;R=SNTO6TAUI8P1&amp;amp;T=C&amp;amp;U=https%3A%2F%2Fwww.amazon.fr%2Fdp%2FB01DC6MKAQ%2Fref%3Dpe_386181_51767671_TE_dp_1&amp;amp;A=VMEJ6IGT4RGLJFTO4WHH7PDNHPWA&amp;amp;H=QAOBABJEQNOMSBADXHAYJHEYJ2AA&amp;amp;ref_=pe_386181_51767671_TE_dp_1&#34;&gt;Vilros Raspberry Pi 3 Complete Starter Kit&amp;ndash;EU Plug Edition&lt;/a&gt;&amp;rdquo; . Avec un Raspberry on fait tout :&#xA;&lt;ul&gt;&#xA;&lt;li&gt;un media center,&lt;/li&gt;&#xA;&lt;li&gt;une alarme,&lt;/li&gt;&#xA;&lt;li&gt;une maison connecté, &amp;hellip;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Clavier sans fil: C&amp;rsquo;est &lt;strong&gt;23 Euro&lt;/strong&gt; chez Amazon.fr &amp;ldquo;&lt;a href=&#34;https://www.amazon.fr/gp/r.html?C=29J6ME40FPC37&amp;amp;K=A1TC9IROL03KX8&amp;amp;R=SNTO6TAUI8P1&amp;amp;T=C&amp;amp;U=https%3A%2F%2Fwww.amazon.fr%2Fdp%2FB00QI0WYHS%2Fref%3Dpe_386181_51767671_TE_dp_2&amp;amp;A=EYWKUU1ORA2JRIGHTJAABIAY0ZKA&amp;amp;H=DKMNOUPPEAMNMKSRVZZNTGSBJPIA&amp;amp;ref_=pe_386181_51767671_TE_dp_2&#34;&gt;iClever® 2.4GHz Mini clavier sans-fil (wireless) - AZERTY - Rechargeable&lt;/a&gt;&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;Carte SD : pas nécessaire de prendre plus de 16 Go a mon avis (celle du Kit peut faire l&amp;rsquo;affaire). J&amp;rsquo;ai pris une carte supplémentaire pour ne pas toucher à la carte livré avec le Raspberry Pi 3. C&amp;rsquo;est &lt;strong&gt;15 Euro&lt;/strong&gt; chez Amazon.fr pour une carte de 32 Go &amp;ldquo;&lt;a href=&#34;https://www.amazon.fr/gp/r.html?C=29J6ME40FPC37&amp;amp;K=A1TC9IROL03KX8&amp;amp;R=SNTO6TAUI8P1&amp;amp;T=C&amp;amp;U=https%3A%2F%2Fwww.amazon.fr%2Fdp%2FB013UDL5RU%2Fref%3Dpe_386181_51767671_TE_dp_1&amp;amp;A=AQGAOCQXMMH3BZADXQSCDFUMMZGA&amp;amp;H=XYIF09LFTJ3STCZUJ81KNWUUFXMA&amp;amp;ref_=pe_386181_51767671_TE_dp_1&#34;&gt;Carte Mémoire microSDHC SanDisk Ultra 32GB (Nouvelle Version) Vitesse de Lecture Allant jusqu&amp;rsquo;à 80MB/S, Classe 10 FFP&lt;/a&gt;&amp;rdquo;.&lt;/li&gt;&#xA;&lt;li&gt;Total : &lt;strong&gt;103 Euro&lt;/strong&gt;. On peut éventuellement prendre une disque dur de 1 To si on veut s&amp;rsquo;en servir de NAS pour le stockage.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;L&amp;rsquo;installation :&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
