<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Stockage on Blog GoHugo de Fredô : Linux, Proxmox, IA, Trail, Course, Randonnée, Gravel, Ski de Randonnée</title>
    <link>https://move.cyber-neurones.org/categories/stockage/</link>
    <description>Recent content in Stockage 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>Wed, 23 Apr 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://move.cyber-neurones.org/categories/stockage/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Beuil : mini-trail</title>
      <link>https://move.cyber-neurones.org/post/2025/04/2025-04-23-beuil-mini-trail/</link>
      <pubDate>Wed, 23 Apr 2025 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2025/04/2025-04-23-beuil-mini-trail/</guid>
      <description>&lt;p&gt;File to debug &lt;a href=&#34;https://github.com/Flomp/wanderer/&#34;&gt;https://github.com/Flomp/wanderer/&lt;/a&gt; :&lt;/p&gt;&#xA;&#xA;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://move.cyber-neurones.org/gpx-shortcode/leaflet/leaflet.css&#34; crossorigin=&#34;&#34; /&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://move.cyber-neurones.org/gpx-shortcode/style.css&#34; /&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://move.cyber-neurones.org/gpx-shortcode/leaflet-distance-marker.css&#34; /&gt;&#xA;&lt;script src=&#34;https://move.cyber-neurones.org/gpx-shortcode/leaflet/leaflet.js&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://move.cyber-neurones.org/gpx-shortcode/leaflet.geometryutil.js&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://move.cyber-neurones.org/gpx-shortcode/leaflet-distance-marker.js&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://cdnjs.cloudflare.com/ajax/libs/leaflet-gpx/1.7.0/gpx.min.js&#34;&gt;&lt;/script&gt;&#xA;&#xA;&#xA;&lt;section id=&#34;container&#34; class=&#34;gpx&#34;&gt;&#xA;  &lt;div class=&#34;map&#34; id=&#34;map-&#34;&gt;&lt;/div&gt;&#xA;  &lt;footer&gt;&#xA;    &#xA;    &#xA;    &#xA;      &lt;ul class=&#34;info&#34;&gt;&#xA;        &lt;li&gt;&lt;input type=&#34;checkbox&#34; checked class=&#34;tracks&#34; track-id=&#34;0&#34;/&gt;&lt;/li&gt;&#xA;        &lt;li style=&#34;color:blue&#34;&gt;&amp;#9632;&lt;/li&gt;&#xA;        &#xA;        &lt;li&gt;&lt;/li&gt;&#xA;        &lt;li class=&#34;start-1.gpx&#34;&gt;&lt;/li&gt;&#xA;        &lt;li class=&#34;distance-1.gpx&#34;&gt;&lt;/li&gt;&#xA;        &lt;li class=&#34;duration-1.gpx&#34;&gt;&lt;/li&gt;&#xA;        &lt;li class=&#34;elevation-1.gpx&#34;&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;1.gpx&#34;&gt;Download&lt;/a&gt;&lt;/li&gt;&#xA;      &lt;/ul&gt;&#xA;    &#xA;  &lt;/footer&gt;&#xA;&lt;/section&gt;&#xA;&#xA;&lt;script&gt;&#xA;  var urls = new Array(&#34;1.gpx&#34;,)&#xA;  var mapid = &#34;map-&#34;;&#xA;  var container = document.getElementById(&#34;container&#34;);&#xA;  var colors = [&#34;blue&#34;,&#34;darkblue&#34;,&#34;purple&#34;];&#xA;  var layers = new Array();&#xA;    &#xA;  &#xA;  var map = L.map(mapid, { fullscreenControl: true, scrollWheelZoom: false });&#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  createLayer(&#34;https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png&#34;, &#34;© \u003ca href=\&#34;https://www.openstreetmap.org/copyright\&#34;\u003eOpenStreetMap\u003c/a\u003e contributors&#34;,  1 ,  20 ,  null ,  null ).addTo(map);&#xA;  &#xA;&#xA;  var control = L.control.layers(null, null).addTo(map);&#xA;  var bounds = null;&#xA;  urls.forEach(function(url, index) {&#xA;    addTrack(urls[index], index, map);&#xA;  });&#xA;  &#xA;  &#xA;  document.addEventListener(&#34;DOMContentLoaded&#34;, function(){&#xA;    &#xA;    &#xA;    Array.from(document.getElementsByClassName(&#34;location&#34;)).forEach(addMarker);&#xA;    &#xA;    &#xA;    document.querySelectorAll(&#34;.tracks&#34;).forEach(function(item) {&#xA;      item.checked = true;&#xA;    });&#xA;  });&#xA;  &#xA;  &#xA;  document.querySelectorAll(&#34;.tracks&#34;).forEach(function(item) {&#xA;    item.addEventListener(&#34;click&#34;, function() {&#xA;      var id = this.getAttribute(&#34;track-id&#34;);&#xA;      if (event.currentTarget.checked) {&#xA;        showTrack(id);&#xA;      } else {&#xA;        hideTrack(id);&#xA;      }&#xA;    })&#xA;  });&#xA;  &#xA;  &#xA;  function addTrack(url, index, map) {&#xA;    layers[index]=new L.GPX(url, {&#xA;      gpx_options: {&#xA;        joinTrackSegments: false&#xA;      },&#xA;      async: true,&#xA;      marker_options: {&#xA;        startIconUrl: &#34;/gpx-shortcode/pin-icon-start.png&#34;,&#xA;        endIconUrl: &#34;/gpx-shortcode/pin-icon-end.png&#34;,&#xA;        shadowUrl: &#34;/gpx-shortcode/pin-shadow.png&#34;,&#xA;      },&#xA;      &#xA;      polyline_options: {color: colors[index % colors.length], distanceMarkers: true, smoothFactor: 0.5 }&#xA;    }).on(&#34;loaded&#34;, function(e) {&#xA;      var gpx = e.target;&#xA;      if (bounds === null) {&#xA;        bounds = gpx.getBounds();&#xA;      }&#xA;      else&#xA;      {&#xA;        bounds.extend(gpx.getBounds());&#xA;      }&#xA;      map.fitBounds(bounds);&#xA;      control.addOverlay(gpx, gpx.get_name());&#xA;      addMetadata(gpx, url);&#xA;    });&#xA;    layers[index].addTo(map);&#xA;  }&#xA;  &#xA;  function showTrack(id) {&#xA;    layers[id].addTo(map);&#xA;  }&#xA;  &#xA;  function hideTrack(id) {&#xA;    layers[id].removeFrom(map);&#xA;  }&#xA;  &#xA;  &#xA;  function createLayer(url, attribution, minZoom, maxZoom, bounds, inverseBounds) {&#xA;    var layer = L.tileLayer(url, { attribution: attribution, minZoom: minZoom, maxZoom: maxZoom});&#xA;    if (bounds != null) {&#xA;      &#xA;      layer.options.bounds = new L.LatLngBounds(&#xA;        new L.LatLng(bounds[0], bounds[1]),&#xA;        new L.LatLng(bounds[2], bounds[3]));&#xA;    }&#xA;    if (inverseBounds != null) {&#xA;      layer.options.inverseBounds = new L.LatLngBounds(&#xA;        new L.LatLng(inverseBounds[0], inverseBounds[1]),&#xA;        new L.LatLng(inverseBounds[2], inverseBounds[3]));&#xA;    }&#xA;    return layer;&#xA;  }&#xA;&#xA;  &#xA;  function addMarker(link) {&#xA;    lat = link.getAttribute(&#34;lat&#34;);&#xA;    lon = link.getAttribute(&#34;lon&#34;);&#xA;    text = link.textContent;&#xA;    name = link.getAttribute(&#34;name&#34;);&#xA;    title = (name != &#34;&#34;) ? name : text;&#xA;    url = link.getAttribute(&#34;link&#34;);&#xA;    if (url != &#34;&#34;)&#xA;    {&#xA;      title = &#34;&lt;a target=\&#34;_blank\&#34; href=\&#34;&#34; + url + &#34;\&#34;&gt;&#34; + title + &#34;&lt;/a&gt;&#34;;&#xA;    }&#xA;    marker = L.marker([lat, lon]).addTo(map);&#xA;    marker.bindPopup(title).openPopup();&#xA;  }&#xA;  &#xA;  &#xA;  function addMetadata(gpx, url) {&#xA;    var date = gpx.get_start_time();&#xA;    var datestring = date.getFullYear() + &#34;-&#34; + (date.getMonth()+1).toString().padStart(2, &#34;0&#34;) + &#34;-&#34; + date.getDate().toString().padStart(2, &#34;0&#34;)  + &#34; &#34; + date.getHours().toString().padStart(2, &#34;0&#34;) + &#34;:&#34; + date.getMinutes().toString().padStart(2, &#34;0&#34;);&#xA;    _c(&#34;start-&#34; + url).textContent = (date &gt; 0) ? datestring : &#34;&#34;;&#xA;    _c(&#34;distance-&#34; + url).textContent = &#34;Distance: &#34; + (gpx.get_distance() / 1000).toFixed(2) + &#34; km&#34;;&#xA;    var duration = gpx.get_moving_time();&#xA;    _c(&#34;duration-&#34; + url).textContent = (duration &gt; 0) ? &#34;Duration: &#34; + gpx.get_duration_string(duration) : &#34;&#34;;&#xA;    _c(&#34;elevation-&#34;+ url).textContent = `Elevation: ${gpx.get_elevation_gain().toFixed(0)} m, -${gpx.get_elevation_loss().toFixed(0)} m, net:  ${(gpx.get_elevation_gain() - gpx.get_elevation_loss()).toFixed(0)}  m`;&#xA;  }&#xA;  &#xA;  &#xA;  function _c(c) {&#xA;    return container.getElementsByClassName(c)[0];&#xA;  }&#xA;&lt;/script&gt;&#xA;&#xA;&lt;p&gt;On this file when I put on Wanderer I see D+ = 0 and D- = 0. Normaly it&amp;rsquo;s more than 250m.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Changement disque sur le RAID : Unable to use SATA(SAS) drive to replace SAS(SATA)</title>
      <link>https://move.cyber-neurones.org/post/2025/01/2025-01-19-changement-disque-sur-le-raid-ko/</link>
      <pubDate>Sun, 19 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2025/01/2025-01-19-changement-disque-sur-le-raid-ko/</guid>
      <description>&lt;p&gt;J&amp;rsquo;ai voulu changer un disque du RAID : un SAS &amp;ldquo;DELL 900 GB ST900MM0006&amp;rdquo; par un SATA &amp;ldquo;KINGSTON SA400S37960G A To&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Mais il n&amp;rsquo;y a pas de reconstruction &amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;Information du RAID :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# megacli -ldinfo -lALL -aALL&#xA;                                     &#xA;Adapter 0 -- Virtual Drive Information:&#xA;Virtual Drive: 0 (Target Id: 0)&#xA;Name                :900GbRd5&#xA;RAID Level          : Primary-5, Secondary-0, RAID Level Qualifier-3&#xA;Size                : 4.089 TB&#xA;Sector Size         : 512&#xA;Parity Size         : 837.75 GB&#xA;State               : Degraded&#xA;Strip Size          : 64 KB&#xA;Number Of Drives    : 6&#xA;Span Depth          : 1&#xA;Default Cache Policy: WriteBack, ReadAdaptive, Direct, No Write Cache if Bad BBU&#xA;Current Cache Policy: WriteBack, ReadAdaptive, Direct, No Write Cache if Bad BBU&#xA;Default Access Policy: Read/Write&#xA;Current Access Policy: Read/Write&#xA;Disk Cache Policy   : Disk&amp;#39;s Default&#xA;Encryption Type     : None&#xA;Default Power Savings Policy: Controller Defined&#xA;Current Power Savings Policy: None&#xA;Can spin up in 1 minute: Yes&#xA;LD has drives that support T10 power conditions: Yes&#xA;LD&amp;#39;s IO profile supports MAX power savings with cached writes: No&#xA;Bad Blocks Exist: No&#xA;Is VD Cached: Yes&#xA;Cache Cade Type : Read Only&#xA;&#xA;Virtual Drive: 1 (Target Id: 1)&#xA;Name                :2TbRd1iw&#xA;RAID Level          : Primary-1, Secondary-0, RAID Level Qualifier-0&#xA;Size                : 1.818 TB&#xA;Sector Size         : 512&#xA;Mirror Data         : 1.818 TB&#xA;State               : Optimal&#xA;Strip Size          : 64 KB&#xA;Number Of Drives    : 2&#xA;Span Depth          : 1&#xA;Default Cache Policy: WriteBack, ReadAdaptive, Direct, No Write Cache if Bad BBU&#xA;Current Cache Policy: WriteBack, ReadAdaptive, Direct, No Write Cache if Bad BBU&#xA;Default Access Policy: Read/Write&#xA;Current Access Policy: Read/Write&#xA;Disk Cache Policy   : Disk&amp;#39;s Default&#xA;Encryption Type     : None&#xA;Default Power Savings Policy: Controller Defined&#xA;Current Power Savings Policy: None&#xA;Can spin up in 1 minute: Yes&#xA;LD has drives that support T10 power conditions: No&#xA;LD&amp;#39;s IO profile supports MAX power savings with cached writes: No&#xA;Bad Blocks Exist: No&#xA;Is VD Cached: Yes&#xA;Cache Cade Type : Read Only&#xA;&#xA;Exit Code: 0x00&#xA;&#xA;# perccli64 /c0 /eall /sall show&#xA;CLI Version = 007.0529.0000.0000 Sep 18, 2018&#xA;Operating system = Linux 6.8.12-5-pve&#xA;Controller = 0&#xA;Status = Success&#xA;Description = Show Drive Information Succeeded.&#xA;&#xA;Drive Information :&#xA;=================&#xA;&#xA;----------------------------------------------------------------------------------&#xA;EID:Slt DID State DG      Size Intf Med SED PI SeSz Model                 Sp Type &#xA;----------------------------------------------------------------------------------&#xA;32:0      0 Onln   0 837.75 GB SAS  HDD N   N  512B ST900MM0006           U  - &#xA;32:1      1 GHS    - 893.75 GB SATA SSD N   N  512B KINGSTON SA400S37960G U  - &#xA;32:2      2 Onln   0 837.75 GB SAS  HDD N   N  512B ST900MM0006           U  - &#xA;32:3      3 Onln   1  1.818 TB SATA HDD N   N  512B ST2000VN003-3CW102    U  - &#xA;32:4      4 Onln   0 837.75 GB SAS  HDD N   N  512B ST900MM0006           U  - &#xA;32:5      5 Onln   0 837.75 GB SAS  HDD N   N  512B ST900MM0006           U  - &#xA;32:6      6 Onln   0 837.75 GB SAS  HDD N   N  512B ST900MM0006           U  - &#xA;32:7      7 Onln   1  1.818 TB SATA HDD N   N  512B ST2000VN003-3CW102    U  - &#xA;----------------------------------------------------------------------------------&#xA;&#xA;EID-Enclosure Device ID|Slt-Slot No.|DID-Device ID|DG-DriveGroup&#xA;DHS-Dedicated Hot Spare|UGood-Unconfigured Good|GHS-Global Hotspare&#xA;UBad-Unconfigured Bad|Onln-Online|Offln-Offline|Intf-Interface&#xA;Med-Media Type|SED-Self Encrypting Drive|PI-Protection Info&#xA;SeSz-Sector Size|Sp-Spun|U-Up|D-Down/PowerSave|T-Transition|F-Foreign&#xA;UGUnsp-Unsupported|UGShld-UnConfigured shielded|HSPShld-Hotspare shielded&#xA;CFShld-Configured shielded|Cpybck-CopyBack|CBShld-Copyback Shielded&#xA;&#xA;# megacli -PDList -aAll&#xA;                                     &#xA;Adapter #0&#xA;&#xA;Enclosure Device ID: 32&#xA;Slot Number: 0&#xA;Drive&amp;#39;s position: DiskGroup: 0, Span: 0, Arm: 0&#xA;Enclosure position: 1&#xA;Device Id: 0&#xA;WWN: 5000C5007E266648&#xA;Sequence Number: 2&#xA;Media Error Count: 0&#xA;Other Error Count: 0&#xA;Predictive Failure Count: 0&#xA;Last Predictive Failure Event Seq Number: 0&#xA;PD Type: SAS&#xA;&#xA;Raw Size: 838.362 GB [0x68cb9e30 Sectors]&#xA;Non Coerced Size: 837.862 GB [0x68bb9e30 Sectors]&#xA;Coerced Size: 837.75 GB [0x68b80000 Sectors]&#xA;Sector Size:  0&#xA;Firmware state: Online, Spun Up&#xA;Device Firmware Level: LS0C&#xA;Shield Counter: 0&#xA;Successful diagnostics completion on :  N/A&#xA;SAS Address(0): 0x5000c5007e266649&#xA;SAS Address(1): 0x0&#xA;Connected Port Number: 2(path0) &#xA;Inquiry Data: SEAGATE ST900MM0006     LS0CS0N2SHEW            &#xA;FDE Capable: Not Capable&#xA;FDE Enable: Disable&#xA;Secured: Unsecured&#xA;Locked: Unlocked&#xA;Needs EKM Attention: No&#xA;Foreign State: None &#xA;Device Speed: 6.0Gb/s &#xA;Link Speed: 6.0Gb/s &#xA;Media Type: Hard Disk Device&#xA;Drive Temperature :25C (77.00 F)&#xA;PI Eligibility:  No &#xA;Drive is formatted for PI information:  No&#xA;PI: No PI&#xA;Port-0 :&#xA;Port status: Active&#xA;Port&amp;#39;s Linkspeed: 6.0Gb/s &#xA;Port-1 :&#xA;Port status: Active&#xA;Port&amp;#39;s Linkspeed: Unknown &#xA;Drive has flagged a S.M.A.R.T alert : No&#xA;&#xA;Enclosure Device ID: 32&#xA;Slot Number: 1&#xA;Enclosure position: 1&#xA;Device Id: 1&#xA;WWN: 50026b7785868c60&#xA;Sequence Number: 10&#xA;Media Error Count: 0&#xA;Other Error Count: 150&#xA;Predictive Failure Count: 0&#xA;Last Predictive Failure Event Seq Number: 0&#xA;PD Type: SATA&#xA;Hotspare Information: &#xA;Type: Global, is revertible&#xA;&#xA;Raw Size: 894.252 GB [0x6fc81ab0 Sectors]&#xA;Non Coerced Size: 893.752 GB [0x6fb81ab0 Sectors]&#xA;Coerced Size: 893.75 GB [0x6fb80000 Sectors]&#xA;Sector Size:  0&#xA;Firmware state: Hotspare, Spun Up&#xA;Device Firmware Level: 70.5&#xA;Shield Counter: 0&#xA;Successful diagnostics completion on :  N/A&#xA;SAS Address(0): 0x4433221106000000&#xA;Connected Port Number: 1(path0) &#xA;Inquiry Data: 50026B7785868C60    KINGSTON SA400S37960G                   SHFK70.5&#xA;FDE Capable: Not Capable&#xA;FDE Enable: Disable&#xA;Secured: Unsecured&#xA;Locked: Unlocked&#xA;Needs EKM Attention: No&#xA;Foreign State: None &#xA;Device Speed: 6.0Gb/s &#xA;Link Speed: 6.0Gb/s &#xA;Media Type: Solid State Device&#xA;Drive:  Not Certified&#xA;Drive Temperature : N/A&#xA;PI Eligibility:  No &#xA;Drive is formatted for PI information:  No&#xA;PI: No PI&#xA;Drive&amp;#39;s NCQ setting : N/A&#xA;Port-0 :&#xA;Port status: Active&#xA;Port&amp;#39;s Linkspeed: 6.0Gb/s &#xA;Drive has flagged a S.M.A.R.T alert : No&#xA;&#xA;Enclosure Device ID: 32&#xA;Slot Number: 2&#xA;Drive&amp;#39;s position: DiskGroup: 0, Span: 0, Arm: 2&#xA;Enclosure position: 1&#xA;Device Id: 2&#xA;WWN: 5000C5007F6CEAE4&#xA;Sequence Number: 2&#xA;Media Error Count: 0&#xA;Other Error Count: 0&#xA;Predictive Failure Count: 0&#xA;Last Predictive Failure Event Seq Number: 0&#xA;PD Type: SAS&#xA;&#xA;Raw Size: 838.362 GB [0x68cb9e30 Sectors]&#xA;Non Coerced Size: 837.862 GB [0x68bb9e30 Sectors]&#xA;Coerced Size: 837.75 GB [0x68b80000 Sectors]&#xA;Sector Size:  0&#xA;Firmware state: Online, Spun Up&#xA;Device Firmware Level: LS0C&#xA;Shield Counter: 0&#xA;Successful diagnostics completion on :  N/A&#xA;SAS Address(0): 0x5000c5007f6ceae5&#xA;SAS Address(1): 0x0&#xA;Connected Port Number: 3(path0) &#xA;Inquiry Data: SEAGATE ST900MM0006     LS0CS0N3AYB9            &#xA;FDE Capable: Not Capable&#xA;FDE Enable: Disable&#xA;Secured: Unsecured&#xA;Locked: Unlocked&#xA;Needs EKM Attention: No&#xA;Foreign State: None &#xA;Device Speed: 6.0Gb/s &#xA;Link Speed: 6.0Gb/s &#xA;Media Type: Hard Disk Device&#xA;Drive Temperature :24C (75.20 F)&#xA;PI Eligibility:  No &#xA;Drive is formatted for PI information:  No&#xA;PI: No PI&#xA;Port-0 :&#xA;Port status: Active&#xA;Port&amp;#39;s Linkspeed: 6.0Gb/s &#xA;Port-1 :&#xA;Port status: Active&#xA;Port&amp;#39;s Linkspeed: Unknown &#xA;Drive has flagged a S.M.A.R.T alert : No&#xA;&#xA;Enclosure Device ID: 32&#xA;Slot Number: 3&#xA;Drive&amp;#39;s position: DiskGroup: 1, Span: 0, Arm: 0&#xA;Enclosure position: 1&#xA;Device Id: 3&#xA;WWN: 5000c500e76415ef&#xA;Sequence Number: 2&#xA;Media Error Count: 0&#xA;Other Error Count: 0&#xA;Predictive Failure Count: 0&#xA;Last Predictive Failure Event Seq Number: 0&#xA;PD Type: SATA&#xA;&#xA;Raw Size: 1.819 TB [0xe8e088b0 Sectors]&#xA;Non Coerced Size: 1.818 TB [0xe8d088b0 Sectors]&#xA;Coerced Size: 1.818 TB [0xe8d00000 Sectors]&#xA;Sector Size:  0&#xA;Firmware state: Online, Spun Up&#xA;Device Firmware Level: SC60&#xA;Shield Counter: 0&#xA;Successful diagnostics completion on :  N/A&#xA;SAS Address(0): 0x4433221104000000&#xA;Connected Port Number: 4(path0) &#xA;Inquiry Data:             ZWD0FNZ4ST2000VN003-3CW102                      SC60    &#xA;FDE Capable: Not Capable&#xA;FDE Enable: Disable&#xA;Secured: Unsecured&#xA;Locked: Unlocked&#xA;Needs EKM Attention: No&#xA;Foreign State: None &#xA;Device Speed: 6.0Gb/s &#xA;Link Speed: 6.0Gb/s &#xA;Media Type: Hard Disk Device&#xA;Drive:  Not Certified&#xA;Drive Temperature :22C (71.60 F)&#xA;PI Eligibility:  No &#xA;Drive is formatted for PI information:  No&#xA;PI: No PI&#xA;Drive&amp;#39;s NCQ setting : N/A&#xA;Port-0 :&#xA;Port status: Active&#xA;Port&amp;#39;s Linkspeed: 6.0Gb/s &#xA;Drive has flagged a S.M.A.R.T alert : No&#xA;&#xA;Enclosure Device ID: 32&#xA;Slot Number: 4&#xA;Drive&amp;#39;s position: DiskGroup: 0, Span: 0, Arm: 3&#xA;Enclosure position: 1&#xA;Device Id: 4&#xA;WWN: 5000C5007F21B7B8&#xA;Sequence Number: 2&#xA;Media Error Count: 0&#xA;Other Error Count: 0&#xA;Predictive Failure Count: 0&#xA;Last Predictive Failure Event Seq Number: 0&#xA;PD Type: SAS&#xA;&#xA;Raw Size: 838.362 GB [0x68cb9e30 Sectors]&#xA;Non Coerced Size: 837.862 GB [0x68bb9e30 Sectors]&#xA;Coerced Size: 837.75 GB [0x68b80000 Sectors]&#xA;Sector Size:  0&#xA;Firmware state: Online, Spun Up&#xA;Device Firmware Level: LS0C&#xA;Shield Counter: 0&#xA;Successful diagnostics completion on :  N/A&#xA;SAS Address(0): 0x5000c5007f21b7b9&#xA;SAS Address(1): 0x0&#xA;Connected Port Number: 7(path0) &#xA;Inquiry Data: SEAGATE ST900MM0006     LS0CS0N3553B            &#xA;FDE Capable: Not Capable&#xA;FDE Enable: Disable&#xA;Secured: Unsecured&#xA;Locked: Unlocked&#xA;Needs EKM Attention: No&#xA;Foreign State: None &#xA;Device Speed: 6.0Gb/s &#xA;Link Speed: 6.0Gb/s &#xA;Media Type: Hard Disk Device&#xA;Drive Temperature :26C (78.80 F)&#xA;PI Eligibility:  No &#xA;Drive is formatted for PI information:  No&#xA;PI: No PI&#xA;Port-0 :&#xA;Port status: Active&#xA;Port&amp;#39;s Linkspeed: 6.0Gb/s &#xA;Port-1 :&#xA;Port status: Active&#xA;Port&amp;#39;s Linkspeed: Unknown &#xA;Drive has flagged a S.M.A.R.T alert : No&#xA;&#xA;Enclosure Device ID: 32&#xA;Slot Number: 5&#xA;Drive&amp;#39;s position: DiskGroup: 0, Span: 0, Arm: 4&#xA;Enclosure position: 1&#xA;Device Id: 5&#xA;WWN: 5000C5007F212928&#xA;Sequence Number: 2&#xA;Media Error Count: 0&#xA;Other Error Count: 0&#xA;Predictive Failure Count: 0&#xA;Last Predictive Failure Event Seq Number: 0&#xA;PD Type: SAS&#xA;&#xA;Raw Size: 838.362 GB [0x68cb9e30 Sectors]&#xA;Non Coerced Size: 837.862 GB [0x68bb9e30 Sectors]&#xA;Coerced Size: 837.75 GB [0x68b80000 Sectors]&#xA;Sector Size:  0&#xA;Firmware state: Online, Spun Up&#xA;Device Firmware Level: LS0C&#xA;Shield Counter: 0&#xA;Successful diagnostics completion on :  N/A&#xA;SAS Address(0): 0x5000c5007f212929&#xA;SAS Address(1): 0x0&#xA;Connected Port Number: 6(path0) &#xA;Inquiry Data: SEAGATE ST900MM0006     LS0CS0N357QD            &#xA;FDE Capable: Not Capable&#xA;FDE Enable: Disable&#xA;Secured: Unsecured&#xA;Locked: Unlocked&#xA;Needs EKM Attention: No&#xA;Foreign State: None &#xA;Device Speed: 6.0Gb/s &#xA;Link Speed: 6.0Gb/s &#xA;Media Type: Hard Disk Device&#xA;Drive Temperature :24C (75.20 F)&#xA;PI Eligibility:  No &#xA;Drive is formatted for PI information:  No&#xA;PI: No PI&#xA;Port-0 :&#xA;Port status: Active&#xA;Port&amp;#39;s Linkspeed: 6.0Gb/s &#xA;Port-1 :&#xA;Port status: Active&#xA;Port&amp;#39;s Linkspeed: Unknown &#xA;Drive has flagged a S.M.A.R.T alert : No&#xA;&#xA;Enclosure Device ID: 32&#xA;Slot Number: 6&#xA;Drive&amp;#39;s position: DiskGroup: 0, Span: 0, Arm: 5&#xA;Enclosure position: 1&#xA;Device Id: 6&#xA;WWN: 5000C5007F21A7A4&#xA;Sequence Number: 2&#xA;Media Error Count: 0&#xA;Other Error Count: 0&#xA;Predictive Failure Count: 0&#xA;Last Predictive Failure Event Seq Number: 0&#xA;PD Type: SAS&#xA;&#xA;Raw Size: 838.362 GB [0x68cb9e30 Sectors]&#xA;Non Coerced Size: 837.862 GB [0x68bb9e30 Sectors]&#xA;Coerced Size: 837.75 GB [0x68b80000 Sectors]&#xA;Sector Size:  0&#xA;Firmware state: Online, Spun Up&#xA;Device Firmware Level: LS0C&#xA;Shield Counter: 0&#xA;Successful diagnostics completion on :  N/A&#xA;SAS Address(0): 0x5000c5007f21a7a5&#xA;SAS Address(1): 0x0&#xA;Connected Port Number: 5(path0) &#xA;Inquiry Data: SEAGATE ST900MM0006     LS0CS0N355D8            &#xA;FDE Capable: Not Capable&#xA;FDE Enable: Disable&#xA;Secured: Unsecured&#xA;Locked: Unlocked&#xA;Needs EKM Attention: No&#xA;Foreign State: None &#xA;Device Speed: 6.0Gb/s &#xA;Link Speed: 6.0Gb/s &#xA;Media Type: Hard Disk Device&#xA;Drive Temperature :24C (75.20 F)&#xA;PI Eligibility:  No &#xA;Drive is formatted for PI information:  No&#xA;PI: No PI&#xA;Port-0 :&#xA;Port status: Active&#xA;Port&amp;#39;s Linkspeed: 6.0Gb/s &#xA;Port-1 :&#xA;Port status: Active&#xA;Port&amp;#39;s Linkspeed: Unknown &#xA;Drive has flagged a S.M.A.R.T alert : No&#xA;&#xA;Enclosure Device ID: 32&#xA;Slot Number: 7&#xA;Drive&amp;#39;s position: DiskGroup: 1, Span: 0, Arm: 1&#xA;Enclosure position: 1&#xA;Device Id: 7&#xA;WWN: 5000c500e7641717&#xA;Sequence Number: 2&#xA;Media Error Count: 0&#xA;Other Error Count: 0&#xA;Predictive Failure Count: 0&#xA;Last Predictive Failure Event Seq Number: 0&#xA;PD Type: SATA&#xA;&#xA;Raw Size: 1.819 TB [0xe8e088b0 Sectors]&#xA;Non Coerced Size: 1.818 TB [0xe8d088b0 Sectors]&#xA;Coerced Size: 1.818 TB [0xe8d00000 Sectors]&#xA;Sector Size:  0&#xA;Firmware state: Online, Spun Up&#xA;Device Firmware Level: SC60&#xA;Shield Counter: 0&#xA;Successful diagnostics completion on :  N/A&#xA;SAS Address(0): 0x4433221100000000&#xA;Connected Port Number: 0(path0) &#xA;Inquiry Data:             ZWD0FP6VST2000VN003-3CW102                      SC60    &#xA;FDE Capable: Not Capable&#xA;FDE Enable: Disable&#xA;Secured: Unsecured&#xA;Locked: Unlocked&#xA;Needs EKM Attention: No&#xA;Foreign State: None &#xA;Device Speed: 6.0Gb/s &#xA;Link Speed: 6.0Gb/s &#xA;Media Type: Hard Disk Device&#xA;Drive:  Not Certified&#xA;Drive Temperature :22C (71.60 F)&#xA;PI Eligibility:  No &#xA;Drive is formatted for PI information:  No&#xA;PI: No PI&#xA;Drive&amp;#39;s NCQ setting : N/A&#xA;Port-0 :&#xA;Port status: Active&#xA;Port&amp;#39;s Linkspeed: 6.0Gb/s &#xA;Drive has flagged a S.M.A.R.T alert : No&#xA;&#xA;Exit Code: 0x00&#xA;&#xA;# megacli -PdGetMissing -a0   &#xA;                                     &#xA;    Adapter 0 - Missing Physical drives&#xA;&#xA;    No.   Array   Row   Size Expected&#xA;    0     0       1     857856 MB&#xA;&#xA;Exit Code: 0x00&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;J&amp;rsquo;ai mis le disque en HotSpare pour que le Rebuild se fasse :&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mariadb : Optimisation pour humhub</title>
      <link>https://move.cyber-neurones.org/post/2025/01/2025-01-19-mariadb-optimisation-pour-humhub/</link>
      <pubDate>Sun, 19 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2025/01/2025-01-19-mariadb-optimisation-pour-humhub/</guid>
      <description>&lt;p&gt;J&amp;rsquo;utilise Mariadb sous Debian pour Humhub.&lt;/p&gt;&#xA;&lt;p&gt;Modification dans /etc/sysctl.conf&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vm.swappiness=1&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Et changement en direct :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/usr/sbin/sysctl -w vm.swappiness=1&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Modification dans /etc/mysql/mariadb.conf.d/50-server.cnf avec :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;innodb_buffer_pool_size = 4G&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Avant le restart :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;mysql&#xA;Welcome to the MariaDB monitor.  Commands end with ; or \g.&#xA;Your MariaDB connection id is 52245&#xA;Server version: 10.5.26-MariaDB-0+deb11u2 Debian 11&#xA;&#xA;Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.&#xA;&#xA;Type &amp;#39;help;&amp;#39; or &amp;#39;\h&amp;#39; for help. Type &amp;#39;\c&amp;#39; to clear the current input statement.&#xA;&#xA;MariaDB [(none)]&amp;gt; select @@innodb_buffer_pool_size;&#xA;+---------------------------+&#xA;| @@innodb_buffer_pool_size |&#xA;+---------------------------+&#xA;|                 134217728 |&#xA;+---------------------------+&#xA;1 row in set (0,001 sec)&#xA;&#xA;MariaDB [(none)]&amp;gt; select @@innodb_buffer_pool_size/1024/1024/1024;&#xA;+------------------------------------------+&#xA;| @@innodb_buffer_pool_size/1024/1024/1024 |&#xA;+------------------------------------------+&#xA;|                           0.125000000000 |&#xA;+------------------------------------------+&#xA;1 row in set (0,001 sec)&#xA;&#xA;MariaDB [(none)]&amp;gt; show variables like &amp;#39;innodb_buffer_pool%&amp;#39;;&#xA;+-------------------------------------+----------------+&#xA;| Variable_name                       | Value          |&#xA;+-------------------------------------+----------------+&#xA;| innodb_buffer_pool_chunk_size       | 134217728      |&#xA;| innodb_buffer_pool_dump_at_shutdown | ON             |&#xA;| innodb_buffer_pool_dump_now         | OFF            |&#xA;| innodb_buffer_pool_dump_pct         | 25             |&#xA;| innodb_buffer_pool_filename         | ib_buffer_pool |&#xA;| innodb_buffer_pool_instances        | 1              |&#xA;| innodb_buffer_pool_load_abort       | OFF            |&#xA;| innodb_buffer_pool_load_at_startup  | ON             |&#xA;| innodb_buffer_pool_load_now         | OFF            |&#xA;| innodb_buffer_pool_size             | 134217728      |&#xA;+-------------------------------------+----------------+&#xA;10 rows in set (0,003 sec)&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Après :&lt;/p&gt;</description>
    </item>
    <item>
      <title>NextCloud : Migration 29.0.10 vers 30.0.4.</title>
      <link>https://move.cyber-neurones.org/post/2025/01/2025-01-01-nextcloud-migration-29-0-10-vers-30-0-4/</link>
      <pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2025/01/2025-01-01-nextcloud-migration-29-0-10-vers-30-0-4/</guid>
      <description>&lt;p&gt;Nextcloud&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Release Note 30.0.4 : &lt;a href=&#34;https://nextcloud.com/fr/changelog/#latest30&#34;&gt;https://nextcloud.com/fr/changelog/#latest30&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Release Note 29.0.10 : &lt;a href=&#34;https://nextcloud.com/fr/changelog/#latest29&#34;&gt;https://nextcloud.com/fr/changelog/#latest29&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;A la fin j&amp;rsquo;ai quand même fait :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# sudo -u www-data php /usr/share/nginx/nextcloud/occ files:scan --all&#xA;...&#xA;# sudo -u www-data php /usr/share/nginx/nextcloud/occ maintenance:repair --include-expensive&#xA;...&#xA;# sudo -u www-data php /usr/share/nginx/nextcloud/occ db:add-missing-indices&#xA;...&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>Nextcloud : Update with command line</title>
      <link>https://move.cyber-neurones.org/post/2024/09/2024-09-02-nextcloud-update-with-command-line/</link>
      <pubDate>Mon, 02 Sep 2024 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2024/09/2024-09-02-nextcloud-update-with-command-line/</guid>
      <description>&lt;p&gt;Je me fais un petit mémo pour la prochaine fois. Les commandes :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# sudo -u www-data php /usr/share/nginx/nextcloud/updater/updater.phar &#xA;Nextcloud Updater - version: v29.0.0-1-g9293bcb dirty&#xA;&#xA;Current version is 29.0.4.&#xA;&#xA;Update to Nextcloud 29.0.5 available. (channel: &amp;#34;stable&amp;#34;)&#xA;Following file will be downloaded automatically: https://download.nextcloud.com/server/releases/nextcloud-29.0.5.zip&#xA;Open changelog ↗&#xA;&#xA;Steps that will be executed:&#xA;[✔] Check for expected files&#xA;[✔] Check for write permissions&#xA;[✔] Create backup&#xA;[✔] Downloading&#xA;[✔] Verify integrity&#xA;[ ] Extracting&#xA;[ ] Enable maintenance mode&#xA;[ ] Replace entry points&#xA;[ ] Delete old files&#xA;[ ] Move new files in place&#xA;[ ] Done&#xA;&#xA;Continue update? [y/N] y&#xA;...&#xA;Update of code successful.&#xA;&#xA;Should the &amp;#34;occ upgrade&amp;#34; command be executed? [Y/n] Y&#xA;...&#xA;# sudo -u www-data php /usr/share/nginx/nextcloud/occ maintenance:repair&#xA;# sudo -u www-data php /usr/share/nginx/nextcloud/occ upgrade&#xA;Nextcloud is already latest version&#xA;# sudo systemctl restart nginx.service&#xA;# sudo systemctl restart php8.1-fpm.service&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Les dernières commandes sont pour ne pas avoir le problème : &amp;ldquo;Downgrading is not supported and is likely to cause unpredictable issues (from 29.0.5.1 to 29.0.4.1)&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>NextCloud : Saturation de l&#39;espace disque via l&#39;App Backup</title>
      <link>https://move.cyber-neurones.org/post/2024/05/2024-05-06-nextcloud-saturation-de-lespace-disque-via-lapp-backup/</link>
      <pubDate>Mon, 06 May 2024 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2024/05/2024-05-06-nextcloud-saturation-de-lespace-disque-via-lapp-backup/</guid>
      <description>&lt;p&gt;Voici mes versions de NextCloud :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# sudo -u www-data php /usr/share/nginx/nextcloud/occ status&#xA;  - installed: true&#xA;  - version: 28.0.5.1&#xA;  - versionstring: 28.0.5&#xA;  - edition: &#xA;  - maintenance: false&#xA;  - needsDbUpgrade: false&#xA;  - productname: Nextcloud&#xA;  - extendedSupport: false&#xA; # sudo -u www-data php /usr/share/nginx/nextcloud/occ app:list | grep &amp;#34;backup:&amp;#34;&#xA;  - backup: 1.4.0&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;L&amp;rsquo;espace disque de l&amp;rsquo;Application Backup:&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# du -sh /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/*&#xA;4,3M    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/appstore&#xA;3,4M    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/avatar&#xA;470G    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/backup&#xA;12K /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/calendar&#xA;176K    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/cms_pico&#xA;724K    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/css&#xA;8,0K    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/dashboard&#xA;2,0M    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/dav-photocache&#xA;64K /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/identityproof&#xA;72K /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/js&#xA;8,8M    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/photos&#xA;29G /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/preview&#xA;12K /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/text&#xA;2,1M    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/theming&#xA;&#xA;# du -sh /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/backup/*&#xA;4,4G    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/backup/20240213180150-differential-mJwnsegWFWa32Ws&#xA;4,4G    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/backup/20240216174222-differential-aEAkE921tEAZJxK&#xA;8,6G    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/backup/20240219201105-differential-MNagUjAr5pJjKrJ&#xA;4,3G    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/backup/20240312015208-differential-1gpv21O5ONWGpiQ&#xA;4,5G    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/backup/20240315014502-differential-DzBeULCGG2VPXpG&#xA;8,6G    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/backup/20240318014002-differential-lbn3GUyTard9ovF&#xA;4,5G    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/backup/20240409020112-differential-rKxklcdNLfIOK1B&#xA;7,1G    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/backup/20240412015108-differential-ZcGBuQaaneze68g&#xA;12G /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/backup/20240415013607-differential-FipWERobM4dFKdL&#xA;7,9G    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/backup/20240427012058-differential-vTdMvZ5lrnuQe9M&#xA;9,6G    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/backup/20240430015156-differential-HPRNz4QUGnu9jWN&#xA;9,7G    /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/backup/20240503013608-differential-Qhri1qU2q3ybgNL&#xA;202G   /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/backup/20240504002610-full-4Ys336x2mazzHsk&#xA;184G   /datadisk/nginx/nextcloud/data/appdata_ocjrumk06tlj/backup/20240505182107-full-dGq71cdoZ18CEXo&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;J&amp;rsquo;ai donc fait le ménage :&lt;/p&gt;</description>
    </item>
    <item>
      <title>Nextcloud : Blocage suite à une mise à jours : 28.0.2 =&gt; 28.0.3</title>
      <link>https://move.cyber-neurones.org/post/2024/03/2024-03-03-nextcloud-blocage-suite-a-une-mise-a-jours-28-0-2-28-0-3/</link>
      <pubDate>Sun, 03 Mar 2024 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2024/03/2024-03-03-nextcloud-blocage-suite-a-une-mise-a-jours-28-0-2-28-0-3/</guid>
      <description>&lt;p&gt;J&amp;rsquo;ai du faire :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# sudo -u www-data php /usr/share/nginx/nextcloud/occ maintenance:mode --off&#xA;# sudo -u www-data php /usr/share/nginx/nextcloud/occ maintenance:repair&#xA;# sudo -u www-data php /usr/share/nginx/nextcloud/occ maintenance:mimetype:update-db&#xA;# sudo -u www-data php /usr/share/nginx/nextcloud/occ db:add-missing-indices&#xA;# sudo -u www-data php /usr/share/nginx/nextcloud/occ db:convert-filecache-bigint&#xA;# sudo -u www-data php /usr/share/nginx/nextcloud/occ db:add-missing-primary-keys&#xA;# sudo systemctl restart nginx.service&#xA;# sudo systemctl restart php8.1-fpm.service&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Et c&amp;rsquo;est reparti &amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>NextCloud : Migration de serveur ... quelle misère.</title>
      <link>https://move.cyber-neurones.org/post/2024/02/2024-02-13-nextcloud-migration-de-serveur-quelle-misere/</link>
      <pubDate>Tue, 13 Feb 2024 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2024/02/2024-02-13-nextcloud-migration-de-serveur-quelle-misere/</guid>
      <description>&lt;p&gt;J&amp;rsquo;ai voulu faire une migration de serveur :&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Ancien:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;IP : 192.168.1.27&lt;/li&gt;&#xA;&lt;li&gt;OS : Ubuntu 22.04.3 LTS&lt;/li&gt;&#xA;&lt;li&gt;NGNIX : nginx version: nginx/1.18.0 (Ubuntu)&lt;/li&gt;&#xA;&lt;li&gt;PHP : PHP 8.1.2-1ubuntu2.14 (cli)&lt;/li&gt;&#xA;&lt;li&gt;MARIADB : 10.11.6-MariaDB-0+deb12u1 Debian 12&lt;/li&gt;&#xA;&lt;li&gt;NEXTCLOUD : 28.0.2&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Path : /usr/share/nginx/nextcloud/&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Nouveau :&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;IP : 192.168.1.113&lt;/li&gt;&#xA;&lt;li&gt;OS : Debian GNU/Linux 12 (bookworm)&lt;/li&gt;&#xA;&lt;li&gt;NGNIX : nginx version: nginx/1.22.1&lt;/li&gt;&#xA;&lt;li&gt;PHP : PHP 8.2.7 (cli)&lt;/li&gt;&#xA;&lt;li&gt;MARIADB : 10.6.16-MariaDB-0ubuntu0.22.04.1 Ubuntu 22.04&lt;/li&gt;&#xA;&lt;li&gt;NEXTCLOUD : 28.0.2&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Path : /var/www/nextcloud/&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Migration :&lt;/p&gt;</description>
    </item>
    <item>
      <title>NextCloud : Passage en version 27.0.1</title>
      <link>https://move.cyber-neurones.org/post/2023/07/2023-07-23-nextcloud-passage-en-version-27-0-1/</link>
      <pubDate>Sun, 23 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2023/07/2023-07-23-nextcloud-passage-en-version-27-0-1/</guid>
      <description>&lt;p&gt;Pas de problème à noter, j&amp;rsquo;ai du lancer une commande en ligne :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# sudo -u www-data php /usr/share/nginx/nextcloud/occ  db:add-missing-indices&#xA;Check indices of the share table.&#xA;Check indices of the filecache table.&#xA;Adding additional parent index to the filecache table, this can take some time...&#xA;Filecache table updated successfully.&#xA;Check indices of the twofactor_providers table.&#xA;Check indices of the login_flow_v2 table.&#xA;Check indices of the whats_new table.&#xA;Check indices of the cards table.&#xA;Check indices of the cards_properties table.&#xA;Check indices of the calendarobjects_props table.&#xA;Check indices of the schedulingobjects table.&#xA;Check indices of the oc_properties table.&#xA;Check indices of the oc_jobs table.&#xA;Check indices of the oc_direct_edit table.&#xA;Check indices of the oc_preferences table.&#xA;Check indices of the oc_mounts table.&#xA;Adding mounts_user_root_path_index index to the oc_mounts table, this can take some time...&#xA;oc_mounts table updated successfully.&#xA;Check indices of the oc_systemtag_object_mapping table.&#xA;Adding systag_by_tagid index to the oc_systemtag_object_mapping table, this can take some time...&#xA;oc_systemtag_object_mapping table updated successfully.&#xA;Adding additional textstep_session index to the oc_text_steps table, this can take some time...&#xA;oc_text_steps table updated successfully.&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>NEXTCLOUD :  Les modèles de machine learning doivent encore être téléchargés.</title>
      <link>https://move.cyber-neurones.org/post/2023/05/2023-05-24-nextcloud-les-modeles-de-machine-learning-doivent-encore-etre-telecharges/</link>
      <pubDate>Wed, 24 May 2023 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2023/05/2023-05-24-nextcloud-les-modeles-de-machine-learning-doivent-encore-etre-telecharges/</guid>
      <description>&lt;p&gt;J&amp;rsquo;ai vu l&amp;rsquo;erreur suivante sur NEXTCLOUD : &amp;quot; Les modèles de machine learning doivent encore être téléchargés.&amp;quot;&lt;/p&gt;&#xA;&lt;p&gt;J&amp;rsquo;ai donc fait ceci :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;cd /usr/share/nginx/nextcloud/&#xA;sudo -u www-data php --define apc.enable_cli=1 occ recognize:download-models&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;p&gt;Ensuite le message a changé :&amp;ldquo;Les modèles de machine learning ont été téléchargés avec succès.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;J&amp;rsquo;ai donc voulu continuer en ligne de commande :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudo -u www-data php --define apc.enable_cli=1 occ recognize:classify&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;A suivre &amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Python/BRISQUE : Voir la &#34;qualité&#34; des photos NEXTCLOUD avec un script</title>
      <link>https://move.cyber-neurones.org/post/2022/06/2022-06-03-python-brisque-voir-la-qualite-des-photos-nextcloud-avec-un-script/</link>
      <pubDate>Fri, 03 Jun 2022 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2022/06/2022-06-03-python-brisque-voir-la-qualite-des-photos-nextcloud-avec-un-script/</guid>
      <description>&lt;p&gt;C&amp;rsquo;est pas vraiment top, dès qu&amp;rsquo;il y a de l&amp;rsquo;herbe j&amp;rsquo;ai la valeur &amp;gt; 100. C&amp;rsquo;était donc une fausse bonne idée &amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;Voici le script que j&amp;rsquo;ai fait :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;#!/usr/bin/env python3.6&#xA;from libsvm import svmutil&#xA;from brisque import *&#xA;import sys&#xA;import os.path&#xA;import glob&#xA;&#xA;brisq = BRISQUE()&#xA;&#xA;for filename in glob.iglob(&amp;#39;./Nextcloud/Photos/**&amp;#39;, recursive=True):&#xA;     if (filename.endswith(&amp;#39;.jpg&amp;#39;)):&#xA;         temp=brisq.get_score(filename)&#xA;         if (temp &amp;gt; 100):&#xA;             print(filename)&#xA;             print(temp)&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Par exemple : BRISQUE = 107.82606599602599 pour cette photo : &lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2022/06/p-20210714-095844.jpg&#34;&gt;&lt;img src=&#34;images/p-20210714-095844-1024x768.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>NEXTCLOUD : Problème d&#39;index</title>
      <link>https://move.cyber-neurones.org/post/2022/05/2022-05-11-nextcloud-probleme-dindex/</link>
      <pubDate>Wed, 11 May 2022 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2022/05/2022-05-11-nextcloud-probleme-dindex/</guid>
      <description>&lt;p&gt;J&amp;rsquo;avais l&amp;rsquo;erreur suivante :&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;La base de données a quelques index manquants. L&amp;rsquo;ajout d&amp;rsquo;index dans de grandes tables peut prendre un certain temps. Elles ne sont donc pas ajoutées automatiquement. En exécutant &amp;ldquo;occ db:add-missing-indices&amp;rdquo;, ces index manquants pourront être ajoutés manuellement pendant que l&amp;rsquo;instance continue de tourner. Une fois les index ajoutés, les requêtes sur ces tables sont généralement beaucoup plus rapides.&lt;/p&gt;&#xA;&lt;p&gt;-Index &amp;ldquo;fs_id_storage_size&amp;rdquo; manquant dans la table &amp;ldquo;oc_filecache&amp;rdquo;. -Index &amp;ldquo;fs_storage_path_prefix&amp;rdquo; manquant dans la table &amp;ldquo;oc_filecache&amp;rdquo;. -Index &amp;ldquo;properties_pathonly_index&amp;rdquo; manquant dans la table &amp;ldquo;oc_properties&amp;rdquo;. -Index &amp;ldquo;job_lastcheck_reserved&amp;rdquo; manquant dans la table &amp;ldquo;oc_jobs&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Nextcloud : Problème dans la rotation des fichiers nextcloud.log</title>
      <link>https://move.cyber-neurones.org/post/2021/07/2021-07-13-nextcloud-probleme-dans-la-rotation-des-fichiers-nextcloud-log/</link>
      <pubDate>Tue, 13 Jul 2021 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2021/07/2021-07-13-nextcloud-probleme-dans-la-rotation-des-fichiers-nextcloud-log/</guid>
      <description>&lt;p&gt;J&amp;rsquo;ai pas compris pourquoi cela ne fonctionnait pas, donc pour l&amp;rsquo;instant je fais manuellement &amp;hellip;&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# du -sh /usr/share/nginx/nextcloud/data/nextcloud.log &#xA;3,5G&#x9;/usr/share/nginx/nextcloud/data/nextcloud.log&#xA;# du -sh /var/log/nextcloud.log&#xA;6,4G&#x9;/var/log/nextcloud.log&#xA;# sudo -u www-data truncate /usr/share/nginx/nextcloud/data/nextcloud.log --size 0&#xA;# sudo -u www-data truncate /var/log/nextcloud.log --size 0&#xA;# sudo systemctl restart php8.0-fpm &#xA;# sudo systemctl restart ngnix&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;A suivre pour une vrai résolution.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NextCloud : APCu not available for local cache (Is the matching PHP module installed and enabled?)</title>
      <link>https://move.cyber-neurones.org/post/2021/07/2021-07-11-nextcloud-apcu-not-available-for-local-cache-is-the-matching-php-module-installed-and-enabled/</link>
      <pubDate>Sun, 11 Jul 2021 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2021/07/2021-07-11-nextcloud-apcu-not-available-for-local-cache-is-the-matching-php-module-installed-and-enabled/</guid>
      <description>&lt;p&gt;J&amp;rsquo;ai du eu l&amp;rsquo;erreur suivante sur NextCloud (sous &lt;strong&gt;Ubuntu&lt;/strong&gt;):&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# sudo -u www-data php8.0 -f /usr/share/nginx/nextcloud/occ maintenance:repair&#xA;An unhandled exception has been thrown:&#xA;OC\HintException: [0]: Memcache \OC\Memcache\APCu not available for local cache (Is the matching PHP module installed and enabled?)&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Pour fixer l&amp;rsquo;erreur j&amp;rsquo;ai du faire :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# sudo ln -s /etc/php/8.0/mods-available/apcu.ini /etc/php/8.0/fpm/conf.d/30-apcu.ini&#xA;# sudo echo &amp;#39;apc.enable_cli=1&amp;#39; &amp;gt;&amp;gt; /etc/php/8.0/mods-available/apcu.ini&#xA;# sudo systemctl restart php8.0-fpm&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Maintenant c&amp;rsquo;est fixé.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NextCloud : Crash : Undefined class constant &#39;MAJOR_VERSION&#39;  in guzzlehttp</title>
      <link>https://move.cyber-neurones.org/post/2021/07/2021-07-07-nextcloud-crash-undefined-class-constant-major_version-in-guzzlehttp/</link>
      <pubDate>Wed, 07 Jul 2021 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2021/07/2021-07-07-nextcloud-crash-undefined-class-constant-major_version-in-guzzlehttp/</guid>
      <description>&lt;p&gt;Suite à l&amp;rsquo;update de NextCloud j&amp;rsquo;ai eu un crash :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Type : Error&#xA;Code : 0&#xA;Message : Undefined class constant &amp;#39;MAJOR_VERSION&amp;#39;&#xA;Fichier : /usr/share/nginx/nextcloud/3rdparty/guzzlehttp/guzzle/src/Utils.php&#xA;Ligne : 118&#xA;&#xA;Trace&#xA;&#xA;#0 /usr/share/nginx/nextcloud/3rdparty/guzzlehttp/guzzle/src/functions.php(71): GuzzleHttp\Utils::defaultUserAgent()&#xA;#1 /usr/share/nginx/nextcloud/apps/files_external_gdrive/vendor/guzzlehttp/guzzle/src/Client.php(194): GuzzleHttp\default_user_agent()&#xA;#2 /usr/share/nginx/nextcloud/apps/files_external_gdrive/vendor/guzzlehttp/guzzle/src/Client.php(75): GuzzleHttp\Client-&amp;gt;configureDefaults(Array)&#xA;#3 /usr/share/nginx/nextcloud/lib/private/Http/Client/ClientService.php(62): GuzzleHttp\Client-&amp;gt;__construct()&#xA;#4 /usr/share/nginx/nextcloud/lib/private/OCS/DiscoveryService.php(55): OC\Http\Client\ClientService-&amp;gt;newClient()&#xA;#5 /usr/share/nginx/nextcloud/lib/private/Server.php(1264): OC\OCS\DiscoveryService-&amp;gt;__construct(Object(OC\Memcache\Factory), Object(OC\Http\Client\ClientService))&#xA;#6 /usr/share/nginx/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\Server-&amp;gt;OC\{closure}(Object(OC\Server))&#xA;#7 /usr/share/nginx/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer-&amp;gt;OC\AppFramework\Utility\{closure}(Object(Pimple\Container))&#xA;#8 /usr/share/nginx/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container-&amp;gt;offsetGet(&amp;#39;OCP\\OCS\\IDiscov...&amp;#39;)&#xA;#9 /usr/share/nginx/nextcloud/lib/private/ServerContainer.php(137): OC\AppFramework\Utility\SimpleContainer-&amp;gt;query(&amp;#39;OCP\\OCS\\IDiscov...&amp;#39;, false)&#xA;#10 /usr/share/nginx/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php(434): OC\ServerContainer-&amp;gt;query(&amp;#39;OCP\\OCS\\IDiscov...&amp;#39;, true)&#xA;#11 /usr/share/nginx/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(87): OC\AppFramework\DependencyInjection\DIContainer-&amp;gt;query(&amp;#39;OCP\\OCS\\IDiscov...&amp;#39;, true)&#xA;#12 [internal function]: OC\AppFramework\Utility\SimpleContainer-&amp;gt;OC\AppFramework\Utility\{closure}(Object(ReflectionParameter))&#xA;#13 /usr/share/nginx/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(101): array_map(Object(Closure), Array)&#xA;#14 /usr/share/nginx/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(109): OC\AppFramework\Utility\SimpleContainer-&amp;gt;buildClass(Object(ReflectionClass))&#xA;#15 /usr/share/nginx/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(126): OC\AppFramework\Utility\SimpleContainer-&amp;gt;resolve(&amp;#39;OCA\\FederatedFi...&amp;#39;)&#xA;#16 /usr/share/nginx/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php(459): OC\AppFramework\Utility\SimpleContainer-&amp;gt;query(&amp;#39;OCA\\FederatedFi...&amp;#39;)&#xA;#17 /usr/share/nginx/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php(431): OC\AppFramework\DependencyInjection\DIContainer-&amp;gt;queryNoFallback(&amp;#39;OCA\\FederatedFi...&amp;#39;)&#xA;#18 /usr/share/nginx/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(87): OC\AppFramework\DependencyInjection\DIContainer-&amp;gt;query(&amp;#39;OCA\\FederatedFi...&amp;#39;, true)&#xA;#19 [internal function]: OC\AppFramework\Utility\SimpleContainer-&amp;gt;OC\AppFramework\Utility\{closure}(Object(ReflectionParameter))&#xA;#20 /usr/share/nginx/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(101): array_map(Object(Closure), Array)&#xA;#21 /usr/share/nginx/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(109): OC\AppFramework\Utility\SimpleContainer-&amp;gt;buildClass(Object(ReflectionClass))&#xA;#22 /usr/share/nginx/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(126): OC\AppFramework\Utility\SimpleContainer-&amp;gt;resolve(&amp;#39;OCA\\FederatedFi...&amp;#39;)&#xA;#23 /usr/share/nginx/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php(459): OC\AppFramework\Utility\SimpleContainer-&amp;gt;query(&amp;#39;OCA\\FederatedFi...&amp;#39;)&#xA;#24 /usr/share/nginx/nextcloud/lib/private/ServerContainer.php(146): OC\AppFramework\DependencyInjection\DIContainer-&amp;gt;queryNoFallback(&amp;#39;OCA\\FederatedFi...&amp;#39;)&#xA;#25 /usr/share/nginx/nextcloud/apps/provisioning_api/lib/Capabilities.php(50): OC\ServerContainer-&amp;gt;query(&amp;#39;OCA\\FederatedFi...&amp;#39;)&#xA;#26 /usr/share/nginx/nextcloud/lib/private/CapabilitiesManager.php(72): OCA\Provisioning_API\Capabilities-&amp;gt;getCapabilities()&#xA;#27 /usr/share/nginx/nextcloud/lib/private/Template/JSConfigHelper.php(183): OC\CapabilitiesManager-&amp;gt;getCapabilities()&#xA;#28 /usr/share/nginx/nextcloud/lib/private/TemplateLayout.php(211): OC\Template\JSConfigHelper-&amp;gt;getConfig()&#xA;#29 /usr/share/nginx/nextcloud/lib/private/legacy/OC_Template.php(183): OC\TemplateLayout-&amp;gt;__construct(&amp;#39;user&amp;#39;, &amp;#39;dashboard&amp;#39;)&#xA;#30 /usr/share/nginx/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php(210): OC_Template-&amp;gt;fetchPage(Array)&#xA;#31 /usr/share/nginx/nextcloud/lib/private/AppFramework/Http/Dispatcher.php(172): OCP\AppFramework\Http\TemplateResponse-&amp;gt;render()&#xA;#32 /usr/share/nginx/nextcloud/lib/private/AppFramework/App.php(157): OC\AppFramework\Http\Dispatcher-&amp;gt;dispatch(Object(OCA\Dashboard\Controller\DashboardController), &amp;#39;index&amp;#39;)&#xA;#33 /usr/share/nginx/nextcloud/lib/private/Route/Router.php(302): OC\AppFramework\App::main(&amp;#39;OCA\\Dashboard\\C...&amp;#39;, &amp;#39;index&amp;#39;, Object(OC\AppFramework\DependencyInjection\DIContainer), Array)&#xA;#34 /usr/share/nginx/nextcloud/lib/base.php(993): OC\Route\Router-&amp;gt;match(&amp;#39;/apps/dashboard...&amp;#39;)&#xA;#35 /usr/share/nginx/nextcloud/index.php(37): OC::handleRequest()&#xA;#36 {main}&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Pour fixer le problème j&amp;rsquo;ai supprimé le plugins : files_external_gdrive Le plugins utilisait une ancienne version : /usr/share/nginx/nextcloud/apps/files_external_gdrive/vendor/guzzlehttp/guzzle/src/ClientInterface.php alors qu&amp;rsquo;il fallait utiliser la nouvelle version : /usr/share/nginx/nextcloud/3rdparty/guzzlehttp/guzzle/src/ClientInterface.php&lt;/p&gt;</description>
    </item>
    <item>
      <title>NexCloud : Mise à jours en version 20.0.10</title>
      <link>https://move.cyber-neurones.org/post/2021/05/2021-05-22-nexcloud-mise-a-jours-en-version-20-0-10/</link>
      <pubDate>Sat, 22 May 2021 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2021/05/2021-05-22-nexcloud-mise-a-jours-en-version-20-0-10/</guid>
      <description>&lt;p&gt;Avant la mise à jours j&amp;rsquo;ai du lancer une commande :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;#  sudo -u www-data php7.3 /usr/share/nginx/nextcloud/occ db:convert-filecache-bigint&#xA;[sudo] password for XXXXX:&#xA;Following columns will be updated:&#xA;&#xA;* federated_reshares.share_id&#xA;* filecache_extended.fileid&#xA;* files_trash.auto_id&#xA;* share_external.id&#xA;* share_external.parent&#xA;&#xA;This can take up to hours, depending on the number of files in your instance!&#xA;Continue with the conversion (y/n)? [n] An unhandled exception has been thrown:&#xA;Error: Call to undefined method Symfony\Component\Console\Question\ConfirmationQuestion::getAutocompleterCallback() in /usr/share/nginx/nextcloud/3rdparty/symfony/console/Helper/QuestionHelper.php:108&#xA;Stack trace:&#xA;#0 /usr/share/nginx/nextcloud/3rdparty/symfony/console/Helper/QuestionHelper.php(61): Symfony\Component\Console\Helper\QuestionHelper-&amp;gt;doAsk(Object(Symfony\Component\Console\Output\StreamOutput), Object(Symfony\Component\Console\Question\ConfirmationQuestion))&#xA;#1 /usr/share/nginx/nextcloud/core/Command/Db/ConvertFilecacheBigInt.php(121): Symfony\Component\Console\Helper\QuestionHelper-&amp;gt;ask(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\StreamOutput), Object(Symfony\Component\Console\Question\ConfirmationQuestion))&#xA;#2 /usr/share/nginx/nextcloud/3rdparty/symfony/console/Command/Command.php(255): OC\Core\Command\Db\ConvertFilecacheBigInt-&amp;gt;execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))&#xA;#3 /usr/share/nginx/nextcloud/3rdparty/symfony/console/Application.php(1000): Symfony\Component\Console\Command\Command-&amp;gt;run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))&#xA;#4 /usr/share/nginx/nextcloud/3rdparty/symfony/console/Application.php(271): Symfony\Component\Console\Application-&amp;gt;doRunCommand(Object(OC\Core\Command\Db\ConvertFilecacheBigInt), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))&#xA;#5 /usr/share/nginx/nextcloud/3rdparty/symfony/console/Application.php(147): Symfony\Component\Console\Application-&amp;gt;doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))&#xA;#6 /usr/share/nginx/nextcloud/lib/private/Console/Application.php(215): Symfony\Component\Console\Application-&amp;gt;run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))&#xA;#7 /usr/share/nginx/nextcloud/console.php(100): OC\Console\Application-&amp;gt;run()&#xA;#8 /usr/share/nginx/nextcloud/occ(11): require_once(&amp;#39;/usr/share/ngin...&amp;#39;)&#xA;#9 {main}&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Mais cela plantait à chaque fois &amp;hellip; j&amp;rsquo;ai donc vu qu&amp;rsquo;il fallait mettre :&lt;/p&gt;</description>
    </item>
    <item>
      <title>NextCloud : Suppression manuelle des anciennes versions de fichier</title>
      <link>https://move.cyber-neurones.org/post/2021/03/2021-03-09-nextcloud-suppression-manuelle-des-anciennes-versions-de-fichier/</link>
      <pubDate>Tue, 09 Mar 2021 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2021/03/2021-03-09-nextcloud-suppression-manuelle-des-anciennes-versions-de-fichier/</guid>
      <description>&lt;p&gt;En faisant l&amp;rsquo;inspection de mon disque pour NextCloud j&amp;rsquo;ai pu voir que l&amp;rsquo;espace disque utilisé était énorme :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/usr/share/nginx/nextcloud# du -sh data/&#xA;322G data/&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;J&amp;rsquo;ai donc lancé une suppression manuelle des anciennes version de fichier :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/usr/share/nginx/nextcloud# sudo -u www-data php7.3 /usr/share/nginx/nextcloud/occ versions:cleanup&#xA;Delete all versions&#xA;Delete versions for users on backend Database&#xA;...&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;A la fin du process :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/usr/share/nginx/nextcloud# du -sh data/&#xA;91G&#x9;data/&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Donc suppression de &lt;strong&gt;231 Go&lt;/strong&gt; .&lt;/p&gt;</description>
    </item>
    <item>
      <title>Nextcloud : Comment forcer le scan des photos avoir fait des modifications ( Application Maps )</title>
      <link>https://move.cyber-neurones.org/post/2021/02/2021-02-06-nextcloud-comment-forcer-le-scan-des-photos-avoir-fait-des-modifications-application-maps/</link>
      <pubDate>Sat, 06 Feb 2021 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2021/02/2021-02-06-nextcloud-comment-forcer-le-scan-des-photos-avoir-fait-des-modifications-application-maps/</guid>
      <description>&lt;p&gt;Voici la commandes que j&amp;rsquo;utilises pour forcer le scan des photos :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudo -u www-data php7.3 /usr/share/nginx/nextcloud/occ maps:scan-photos&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Le lien vers l&amp;rsquo;application :&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/nextcloud/maps&#34;&gt;https://github.com/nextcloud/maps&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>NEXTCLOUD : Error : SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock</title>
      <link>https://move.cyber-neurones.org/post/2020/11/2020-11-17-nextcloud-error-sqlstate40001-serialization-failure-1213-deadlock-found-when-trying-to-get-lock/</link>
      <pubDate>Tue, 17 Nov 2020 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2020/11/2020-11-17-nextcloud-error-sqlstate40001-serialization-failure-1213-deadlock-found-when-trying-to-get-lock/</guid>
      <description>&lt;p&gt;Sur &lt;strong&gt;NEXTCLOUD&lt;/strong&gt; j&amp;rsquo;ai l&amp;rsquo;erreur : SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock;&lt;/p&gt;&#xA;&lt;p&gt;Mes versions :&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;NEXTCLOUD&lt;/strong&gt; : 20.0.1 ( command : sudo -u www-data php /var/www/html/nextcloud/occ &amp;ndash;version )&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;MARIADB&lt;/strong&gt; : 10.3.25-MariaDB-0+deb10u1 Debian 10&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;PHP&lt;/strong&gt; : 7.3.19-1~deb10u1&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;OS&lt;/strong&gt; : Debian 10&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Quand j&amp;rsquo;essaye de voir ou est le problème :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;MariaDB [(none)]&amp;gt; SHOW ENGINE INNODB STATUS;&#xA;...&#xA;| InnoDB |      | &#xA;=====================================&#xA;2020-11-17 09:19:30 0x7fa224b77700 INNODB MONITOR OUTPUT&#xA;=====================================&#xA;Per second averages calculated from the last 15 seconds&#xA;-----------------&#xA;BACKGROUND THREAD&#xA;-----------------&#xA;srv_master_thread loops: 461 srv_active, 0 srv_shutdown, 600286 srv_idle&#xA;srv_master_thread log flush and writes: 600676&#xA;----------&#xA;SEMAPHORES&#xA;----------&#xA;OS WAIT ARRAY INFO: reservation count 98430&#xA;OS WAIT ARRAY INFO: signal count 85332&#xA;RW-shared spins 64094, rounds 1791314, OS waits 59076&#xA;RW-excl spins 22498, rounds 84684, OS waits 850&#xA;RW-sx spins 1924, rounds 35426, OS waits 904&#xA;Spin rounds per wait: 27.95 RW-shared, 3.76 RW-excl, 18.41 RW-sx&#xA;------------------------&#xA;LATEST DETECTED DEADLOCK&#xA;------------------------&#xA;2020-11-14 16:45:09 0x7fa23828d700&#xA;*** (1) TRANSACTION:&#xA;TRANSACTION 506754, ACTIVE 0 sec starting index read&#xA;mysql tables in use 1, locked 1&#xA;LOCK WAIT 7 lock struct(s), heap size 1128, 7 row lock(s), undo log entries 3&#xA;MySQL thread id 33716, OS thread handle 140334704551680, query id 602553 localhost farias Updating&#xA;UPDATE `oc_file_locks` SET `lock` = `lock` - &amp;#39;1&amp;#39; WHERE (`key` IN (&amp;#39;files/f3c7b68359c596992199b90449d7ff8c&amp;#39;, &amp;#39;files/5a2eaa89d932ecbb1dfec1006109244b&amp;#39;, &amp;#39;files/b34c1fc8665aefe70b8e44d4ac09aa67&amp;#39;, &amp;#39;files/994269d0fc31eeda97e0469ed6ab8da3&amp;#39;, &amp;#39;files/d6a2d20758f30740cbecca7cc8b13233&amp;#39;, &amp;#39;files/8853c6e699dd4e7e2655f41918e5a1d2&amp;#39;, &amp;#39;files/3320d1d40cdf4b94707b61cda6ecae0b&amp;#39;, &amp;#39;files/2af4fbefe05ca8c38046394574650bed&amp;#39;, &amp;#39;files/c5f55069bcd203aaa95e4290aabd8c8b&amp;#39;, &amp;#39;files/5aa7bb013dd77e1cdc270e19760a6a23&amp;#39;, &amp;#39;files/d4be38ed80c9b1bf63e3bf45937fb8cd&amp;#39;, &amp;#39;files/ecaafc552486d9c983da23ce46dd72eb&amp;#39;, &amp;#39;files/bbeee26a3ecfeb7ea06dc35abfdff76b&amp;#39;, &amp;#39;files/69f5b0b8e324f92f590b6211eb6c96a1&amp;#39;, &amp;#39;files/5f57699c6ab4f6f04e2c1649ded34919&amp;#39;, &amp;#39;files/c122984832ebf9f0484fd06b33caf6ca&amp;#39;, &amp;#39;files/7c240806d390dc989d67aeb310ce09ac&amp;#39;, &amp;#39;files/d183dc061d795de42af22fbdac8d9ace&amp;#39;, &amp;#39;files/64149897c3515f6526f20690d6cdaa86&amp;#39;, &amp;#39;files/2cd2b02ce9f36f5a067cf8d8e205f34e&amp;#39;, &amp;#39;files/bac5d6b465c&#xA;*** (1) WAITING FOR THIS LOCK TO BE GRANTED:&#xA;RECORD LOCKS space id 39 page no 53 n bits 232 index lock_key_index of table `nextclouddb`.`oc_file_locks` trx id 506754 lock_mode X locks rec but not gap waiting&#xA;Record lock, heap no 25 PHYSICAL RECORD: n_fields 2; compact format; info bits 0&#xA; 0: len 30; hex 66696c65732f356132656161383964393332656362623164666563313030; asc files/5a2eaa89d932ecbb1dfec100; (total 38 bytes);&#xA; 1: len 8; hex 0000000000004b43; asc       KC;;&#xA;&#xA;*** (2) TRANSACTION:&#xA;TRANSACTION 506747, ACTIVE 0 sec inserting&#xA;mysql tables in use 1, locked 1&#xA;16 lock struct(s), heap size 1128, 16 row lock(s), undo log entries 6&#xA;MySQL thread id 33717, OS thread handle 140334703630080, query id 602561 localhost farias Update&#xA;INSERT INTO `oc_file_locks` (`key`, `lock`, `ttl`) VALUES(&amp;#39;files/3320d1d40cdf4b94707b61cda6ecae0b&amp;#39;, &amp;#39;1&amp;#39;, &amp;#39;1605372309&amp;#39;)&#xA;*** (2) HOLDS THE LOCK(S):&#xA;RECORD LOCKS space id 39 page no 53 n bits 232 index lock_key_index of table `nextclouddb`.`oc_file_locks` trx id 506747 lock mode S&#xA;Record lock, heap no 25 PHYSICAL RECORD: n_fields 2; compact format; info bits 0&#xA; 0: len 30; hex 66696c65732f356132656161383964393332656362623164666563313030; asc files/5a2eaa89d932ecbb1dfec100; (total 38 bytes);&#xA; 1: len 8; hex 0000000000004b43; asc       KC;;&#xA;&#xA;*** (2) WAITING FOR THIS LOCK TO BE GRANTED:&#xA;RECORD LOCKS space id 39 page no 39 n bits 352 index lock_key_index of table `nextclouddb`.`oc_file_locks` trx id 506747 lock mode S waiting&#xA;Record lock, heap no 111 PHYSICAL RECORD: n_fields 2; compact format; info bits 0&#xA; 0: len 30; hex 66696c65732f333332306431643430636466346239343730376236316364; asc files/3320d1d40cdf4b94707b61cd; (total 38 bytes);&#xA; 1: len 8; hex 0000000000004b4b; asc       KK;;&#xA;&#xA;*** WE ROLL BACK TRANSACTION (1)&#xA;------------&#xA;TRANSACTIONS&#xA;------------&#xA;Trx id counter 546878&#xA;Purge done for trx&amp;#39;s n:o &amp;lt; 546878 undo n:o &amp;lt; 0 state: running but idle&#xA;History list length 0&#xA;LIST OF TRANSACTIONS FOR EACH SESSION:&#xA;---TRANSACTION 421809682043144, not started&#xA;0 lock struct(s), heap size 1128, 0 row lock(s)&#xA;---TRANSACTION 421809682038928, not started&#xA;0 lock struct(s), heap size 1128, 0 row lock(s)&#xA;--------&#xA;FILE I/O&#xA;--------&#xA;I/O thread 0 state: waiting for completed aio requests (insert buffer thread)&#xA;I/O thread 1 state: waiting for completed aio requests (log thread)&#xA;I/O thread 2 state: waiting for completed aio requests (read thread)&#xA;I/O thread 3 state: waiting for completed aio requests (read thread)&#xA;I/O thread 4 state: waiting for completed aio requests (read thread)&#xA;I/O thread 5 state: waiting for completed aio requests (read thread)&#xA;I/O thread 6 state: waiting for completed aio requests (write thread)&#xA;I/O thread 7 state: waiting for completed aio requests (write thread)&#xA;I/O thread 8 state: waiting for completed aio requests (write thread)&#xA;I/O thread 9 state: waiting for completed aio requests (write thread)&#xA;Pending normal aio reads: [0, 0, 0, 0] , aio writes: [0, 0, 0, 0] ,&#xA; ibuf aio reads:, log i/o&amp;#39;s:, sync i/o&amp;#39;s:&#xA;Pending flushes (fsync) log: 0; buffer pool: 0&#xA;2613 OS file reads, 488009 OS file writes, 304247 OS fsyncs&#xA;0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s&#xA;-------------------------------------&#xA;INSERT BUFFER AND ADAPTIVE HASH INDEX&#xA;-------------------------------------&#xA;Ibuf: size 1, free list len 9, seg size 11, 41 merges&#xA;merged operations:&#xA; insert 43, delete mark 724, delete 8&#xA;discarded operations:&#xA; insert 0, delete mark 0, delete 0&#xA;Hash table size 34679, node heap has 2 buffer(s)&#xA;Hash table size 34679, node heap has 5 buffer(s)&#xA;Hash table size 34679, node heap has 2 buffer(s)&#xA;Hash table size 34679, node heap has 2 buffer(s)&#xA;Hash table size 34679, node heap has 3 buffer(s)&#xA;Hash table size 34679, node heap has 8 buffer(s)&#xA;Hash table size 34679, node heap has 7 buffer(s)&#xA;Hash table size 34679, node heap has 10 buffer(s)&#xA;0.00 hash searches/s, 0.00 non-hash searches/s&#xA;---&#xA;LOG&#xA;---&#xA;Log sequence number 536481738&#xA;Log flushed up to   536481738&#xA;Pages flushed up to 536481738&#xA;Last checkpoint at  536481729&#xA;0 pending log flushes, 0 pending chkp writes&#xA;211673 log i/o&amp;#39;s done, 0.00 log i/o&amp;#39;s/second&#xA;----------------------&#xA;BUFFER POOL AND MEMORY&#xA;----------------------&#xA;Total large memory allocated 170655744&#xA;Dictionary memory allocated 615072&#xA;Buffer pool size   8192&#xA;Free buffers       4922&#xA;Database pages     2746&#xA;Old database pages 993&#xA;Modified db pages  0&#xA;Percent of dirty pages(LRU &amp;amp; free pages): 0.000&#xA;Max dirty pages percent: 75.000&#xA;Pending reads 0&#xA;Pending writes: LRU 0, flush list 0, single page 0&#xA;Pages made young 3994, not young 1406&#xA;0.00 youngs/s, 0.00 non-youngs/s&#xA;Pages read 2351, created 395, written 247428&#xA;0.00 reads/s, 0.00 creates/s, 0.00 writes/s&#xA;No buffer pool page gets since the last printout&#xA;Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s&#xA;LRU len: 2746, unzip_LRU len: 1013&#xA;I/O sum[42]:cur[0], unzip sum[0]:cur[0]&#xA;--------------&#xA;ROW OPERATIONS&#xA;--------------&#xA;0 queries inside InnoDB, 0 queries in queue&#xA;0 read views open inside InnoDB&#xA;Process ID=645, Main thread ID=140333945968384, state: sleeping&#xA;Number of rows inserted 14499, updated 74567, deleted 5768, read 9673725&#xA;0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s&#xA;Number of system rows inserted 0, updated 0, deleted 0, read 18326&#xA;0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s&#xA;----------------------------&#xA;END OF INNODB MONITOR OUTPUT&#xA;============================&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Je n&amp;rsquo;arrive pas à trouver le problème.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NextCloud : Ajouter un certificat SSL sur Apache.</title>
      <link>https://move.cyber-neurones.org/post/2020/11/2020-11-02-nextcloud-ajouter-un-certificat-ssl-sur-apache/</link>
      <pubDate>Mon, 02 Nov 2020 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2020/11/2020-11-02-nextcloud-ajouter-un-certificat-ssl-sur-apache/</guid>
      <description>&lt;p&gt;Ma procédure :&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Etape 1&lt;/strong&gt; : Ajouter les bons packages :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ apt-get update &amp;amp;&amp;amp; apt-get install certbot python-certbot-apache&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;strong&gt;Etape 2&lt;/strong&gt; : Demande du certificat :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ certbot --apache -w /var/www/html/nextcloud/ -d my.cyber-neurones.org&#xA;Saving debug log to /var/log/letsencrypt/letsencrypt.log&#xA;Plugins selected: Authenticator apache, Installer apache&#xA;Obtaining a new certificate&#xA;Performing the following challenges:&#xA;http-01 challenge for my.cyber-neurones.org&#xA;Waiting for verification...&#xA;Cleaning up challenges&#xA;Created an SSL vhost at /etc/apache2/sites-available/nextcloud-le-ssl.conf&#xA;Enabled Apache ssl module&#xA;Deploying Certificate to VirtualHost /etc/apache2/sites-available/nextcloud-le-ssl.conf&#xA;Enabling available site: /etc/apache2/sites-available/nextcloud-le-ssl.conf&#xA;&#xA;Please choose whether or not to redirect HTTP traffic to HTTPS, removing HTTP access.&#xA;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&#xA;1: No redirect - Make no further changes to the webserver configuration.&#xA;2: Redirect - Make all requests redirect to secure HTTPS access. Choose this for&#xA;new sites, or if you&amp;#39;re confident your site works on HTTPS. You can undo this&#xA;change by editing your web server&amp;#39;s configuration.&#xA;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&#xA;Select the appropriate number [1-2] then [enter] (press &amp;#39;c&amp;#39; to cancel): 1&#xA;&#xA;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&#xA;Congratulations! You have successfully enabled https://my.cyber-neurones.org&#xA;&#xA;You should test your configuration at:&#xA;https://www.ssllabs.com/ssltest/analyze.html?d=my.cyber-neurones.org&#xA;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&#xA;&#xA;IMPORTANT NOTES:&#xA; - Congratulations! Your certificate and chain have been saved at:&#xA;   /etc/letsencrypt/live/my.cyber-neurones.org/fullchain.pem&#xA;   Your key file has been saved at:&#xA;   /etc/letsencrypt/live/my.cyber-neurones.org/privkey.pem&#xA;   Your cert will expire on 2021-01-31. To obtain a new or tweaked&#xA;   version of this certificate in the future, simply run certbot again&#xA;   with the &amp;#34;certonly&amp;#34; option. To non-interactively renew *all* of&#xA;   your certificates, run &amp;#34;certbot renew&amp;#34;&#xA; - If you like Certbot, please consider supporting our work by:&#xA;&#xA;   Donating to ISRG / Let&amp;#39;s Encrypt:   https://letsencrypt.org/donate&#xA;   Donating to EFF:                    https://eff.org/donate-le&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Etape 3 : Restart de apache :&lt;/p&gt;</description>
    </item>
    <item>
      <title>Nextcloud : Les problèmes sur mon installation</title>
      <link>https://move.cyber-neurones.org/post/2020/08/2020-08-31-nextcloud-les-problemes-sur-mon-installation/</link>
      <pubDate>Mon, 31 Aug 2020 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2020/08/2020-08-31-nextcloud-les-problemes-sur-mon-installation/</guid>
      <description>&lt;p&gt;Je viens de voir qu&amp;rsquo;il y avait quelques problèmes sur mon installation :&lt;/p&gt;&#xA;&lt;h3 id=&#34;1--manque-dun-index-&#34;&gt;1- Manque d&amp;rsquo;un index :&lt;/h3&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# sudo -u www-data php /usr/share/nginx/nextcloud/occ db:add-missing-indices&#xA;Check indices of the share table.&#xA;Check indices of the filecache table.&#xA;Check indices of the twofactor_providers table.&#xA;Check indices of the login_flow_v2 table.&#xA;Check indices of the whats_new table.&#xA;Check indices of the cards table.&#xA;Check indices of the cards_properties table.&#xA;Check indices of the calendarobjects_props table.&#xA;Check indices of the schedulingobjects table.&#xA;Check indices of the oc_properties table.&#xA;Adding properties_path_index index to the oc_properties table, this can take some time...&#xA;oc_properties table updated successfully.&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h3 id=&#34;2--manque-dune-colonne-&#34;&gt;2- Manque d&amp;rsquo;une colonne :&lt;/h3&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudo -u www-data php /usr/share/nginx/nextcloud/occ db:add-missing-columns&#xA;Check columns of the comments table.&#xA;Adding additional reference_id column to the comments table, this can take some time...&#xA;Comments table updated successfully.&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h3 id=&#34;3--passage-de-php-72-en-php-73-&#34;&gt;3- Passage de PHP 7.2 en PHP 7.3 :&lt;/h3&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# sudo add-apt-repository ppa:ondrej/php&#xA;...&#xA;# sudo apt-get update&#xA;...&#xA;# sudo apt install php7.3&#xA;....&#xA;Les paquets supplémentaires suivants seront installés : &#xA;libapache2-mod-php7.3 libpcre2-8-0 php-common php7.3-cli php7.3-common php7.3-json php7.3-opcache&#xA;php7.3-readline&#xA;Paquets suggérés :&#xA;php-pear&#xA;Les NOUVEAUX paquets suivants seront installés :&#xA;libapache2-mod-php7.3 libpcre2-8-0 php7.3 php7.3-cli php7.3-common php7.3-json php7.3-opcache&#xA;php7.3-readline&#xA;...&#xA;# sudo apt install php7.3-common php7.3-cli php7.3-bcmath php7.3-bz2 php7.3-curl php7.3-gd php7.3-intl php7.3-json php7.3-mbstring php7.3-readline php7.3-xml php7.3-zip php7.3-fpm&#xA;...&#xA;NOTICE: Not enabling PHP 7.3 FPM by default.&#xA;NOTICE: To enable PHP 7.3 FPM in Apache2 do:&#xA;NOTICE: a2enmod proxy_fcgi setenvif&#xA;NOTICE: a2enconf php7.3-fpm&#xA;NOTICE: You are seeing this message because you have apache2 package installed.&#xA;&#xA;# sudo apt-get install php7.3-mysql php7.3-imagick php7.3-recode php7.3-tidy php7.3-xmlrpc&#xA;&#xA;# sudo a2dismod php7.2&#xA;Module php7.2 disabled.&#xA;To activate the new configuration, you need to run:&#xA;systemctl restart apache2&#xA;# sudo a2enmod php7.3&#xA;Considering dependency mpm_prefork for php7.3:&#xA;Considering conflict mpm_event for mpm_prefork:&#xA;Considering conflict mpm_worker for mpm_prefork:&#xA;Module mpm_prefork already enabled&#xA;Considering conflict php5 for php7.3:&#xA;Enabling module php7.3.&#xA;To activate the new configuration, you need to run:&#xA;systemctl restart apache2&#xA;# sudo systemctl restart apache2&#xA;# sudo a2enmod proxy_fcgi setenvif&#xA;Considering dependency proxy for proxy_fcgi:&#xA;Enabling module proxy.&#xA;Enabling module proxy_fcgi.&#xA;Module setenvif already enabled&#xA;To activate the new configuration, you need to run:&#xA;systemctl restart apache2&#xA;$ sudo a2enconf php7.3-fpm&#xA;Enabling conf php7.3-fpm.&#xA;To activate the new configuration, you need to run:&#xA;systemctl reload apache2&#xA;$ php -v&#xA;PHP 7.3.21-1+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Aug 7 2020 14:44:10) ( NTS )&#xA;Copyright (c) 1997-2018 The PHP Group&#xA;Zend Engine v3.3.21, Copyright (c) 1998-2018 Zend Technologies&#xA;with Zend OPcache v7.3.21-1+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h3 id=&#34;4--ajout-du-module-php-bcmath-&#34;&gt;4- Ajout du module PHP bcmath :&lt;/h3&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# sudo apt install php7.3-bcmath&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h3 id=&#34;5---ajout-du-module-php-gmp-&#34;&gt;5 - Ajout du module PHP gmp :&lt;/h3&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# sudo apt install php7.3-gm&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h3 id=&#34;6---check-et-start-de-php73-fpm-&#34;&gt;6 - Check et start de php7.3-fpm :&lt;/h3&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# ls -l /run/php/php7.*&#xA;-rw-r--r-- 1 root     root     4 août  24 13:07 /run/php/php7.2-fpm.pid&#xA;srw-rw---- 1 www-data www-data 0 août  24 13:07 /run/php/php7.2-fpm.sock&#xA;-rw-r--r-- 1 root     root     5 août  31 11:26 /run/php/php7.3-fpm.pid&#xA;srw-rw---- 1 www-data www-data 0 août  31 11:26 /run/php/php7.3-fpm.sock&#xA;&#xA;#  sudo systemctl start php7.3-fpm&#xA;&#xA;#  sudo systemctl enable php7.3-fpm&#xA;&#xA;# diff /etc/php/7.3/fpm/php.ini /etc/php/7.2/fpm/php.ini  | grep -v &amp;#34;&amp;lt; ;&amp;#34; | grep -v &amp;#34;&amp;gt; ;&amp;#34; | grep -v &amp;#34;\-\-\-&amp;#34;&#xA;...&#xA;&amp;lt; output_buffering = 4096 &amp;gt; output_buffering = 8192&#xA;...&#xA;&amp;lt; max_execution_time = 30 &amp;gt; max_execution_time = 600&#xA;...&#xA;&amp;lt; max_input_time = 60 &amp;gt; max_input_time = 600&#xA;...&#xA;&amp;lt; memory_limit = 128M &amp;gt; memory_limit = 2048M&#xA;...&#xA;&amp;lt; display_errors = Off &amp;gt; display_errors = On&#xA;...&#xA;&amp;lt; display_startup_errors = Off &amp;gt; display_startup_errors = On&#xA;...&#xA;&amp;lt; log_errors_max_len = 1024 &amp;gt; log_errors_max_len = 4024&#xA;...&#xA;&amp;lt; ignore_repeated_errors = Off &amp;gt; ignore_repeated_errors = On&#xA;...&#xA;&amp;lt; post_max_size = 8M &amp;gt; post_max_size = 20M&#xA;...&#xA;&amp;lt; upload_max_filesize = 2M &amp;gt; upload_max_filesize = 40M&#xA;...&#xA;&amp;lt; max_file_uploads = 20 &amp;gt; max_file_uploads = 100&#xA;...&#xA;&amp;lt; default_socket_timeout = 60 &amp;gt; default_socket_timeout = 600&#xA;...&#xA;&amp;lt; session.cache_expire = 180 &amp;gt; session.cache_expire = 320&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h3 id=&#34;7---modification-dans-nextcloud-&#34;&gt;7 - Modification dans NextCloud :&lt;/h3&gt;&#xA;&lt;p&gt;Fichier /etc/nginx/conf.d/nextcloud-local.conf et /etc/nginx/conf.d/nextcloud.conf :&lt;/p&gt;</description>
    </item>
    <item>
      <title>NextCloud &amp; NGinx : server reached pm.max_children setting (5), consider raising it</title>
      <link>https://move.cyber-neurones.org/post/2020/06/2020-06-11-nextcloud-nginx-server-reached-pm-max_children-setting-5-consider-raising-it/</link>
      <pubDate>Thu, 11 Jun 2020 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2020/06/2020-06-11-nextcloud-nginx-server-reached-pm-max_children-setting-5-consider-raising-it/</guid>
      <description>&lt;p&gt;J&amp;rsquo;ai eu l&amp;rsquo;erreur : &amp;ldquo;server reached pm.max_children setting (5), consider raising it&amp;rdquo; dans les fichiers de logs /var/log/php7.2-fpm.log.&lt;/p&gt;&#xA;&lt;p&gt;Mes fichiers de logs pour Nextcloud ( configuration via NGinx ) :&lt;/p&gt;&#xA;&lt;p&gt;- /var/log/php7.2-fpm.log : PHP . - /var/log/nginx/nextcloud.error &amp;amp; /var/log/nginx/nextcloud.access : NGINX . - /var/log/nextcloud.log : Nextcloud. - /usr/share/nginx/nextcloud/data/nextcloud.log : Nextcloud. - /usr/share/nginx/nextcloud/data/audit.log : Nextcloud. - /usr/share/nginx/nextcloud/data/updater.log : Nextcloud.&lt;/p&gt;&#xA;&lt;p&gt;Pour supprimer l&amp;rsquo;erreur j&amp;rsquo;ai modifié le fichier de configuration :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# cat /etc/php/7.2/fpm/pool.d/www.conf | grep -v &amp;#34;^;&amp;#34; | grep -v &amp;#34;^$&amp;#34;&#xA;[www]&#xA;user = www-data&#xA;group = www-data&#xA;listen = /run/php/php7.2-fpm.sock&#xA;listen.owner = www-data&#xA;listen.group = www-data&#xA;pm = dynamic&#xA;pm.max_children = 50 &#xA;pm.start_servers = 10&#xA;pm.min_spare_servers = 5&#xA;pm.max_spare_servers = 10&#xA;env[PATH] = /usr/local/bin:/usr/bin:/bin&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Je suis donc passé de 5 à 50 &amp;hellip; je pense que le problème ne devrait plus apparaitre.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NextCloud : access forbidden by rule GET /data/.ocdata?t=</title>
      <link>https://move.cyber-neurones.org/post/2020/06/2020-06-10-nextcloud-access-forbidden-by-rule-get-data-ocdatat/</link>
      <pubDate>Wed, 10 Jun 2020 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2020/06/2020-06-10-nextcloud-access-forbidden-by-rule-get-data-ocdatat/</guid>
      <description>&lt;p&gt;Pour supprimer ce type d&amp;rsquo;erreur :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[error] 2239#2239: *454376 access forbidden by rule, client: 127.0.0.1, server: 127.0.0.1, request: &amp;#34;GET /data/.ocdata?t=1591823240128 HTTP/1.1&amp;#34;, host: &amp;#34;127.0.0.1&amp;#34;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;J&amp;rsquo;ai modifié la configuration de NGINX. Sur les fichiers /etc/nginx/conf.d/nextcloud-local.conf &amp;amp; /etc/nginx/conf.d/nextcloud.conf . J&amp;rsquo;ai ajouté :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;    location = /data/htaccesstest.txt {&#xA;    allow all;&#xA;    log_not_found off;&#xA;    access_log off;&#xA;    }&#xA;    location = /data/\.ocdata {&#xA;    access_log off;&#xA;    }&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Pour relancer :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;systemctl restart nginx.service&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>NextCloud sur Ubuntu : Installation de &#34;Memory Caching&#34;</title>
      <link>https://move.cyber-neurones.org/post/2020/06/2020-06-02-nextcloud-sur-ubuntu-installation-de-memory-caching/</link>
      <pubDate>Tue, 02 Jun 2020 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2020/06/2020-06-02-nextcloud-sur-ubuntu-installation-de-memory-caching/</guid>
      <description>&lt;p&gt;J&amp;rsquo;ai choisit de mettre dans le fichier de configuration : &lt;strong&gt;/usr/share/nginx/nextcloud/config/config.php&lt;/strong&gt;&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&amp;#39;memcache.local&amp;#39; =&amp;gt; &amp;#39;\OC\Memcache\APCu&amp;#39;,&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Pour que cela fonctionne il faut installer la bonne librairie en PHP :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ sudo apt-get install php-apcu&#xA;...&#xA;$ sudo systemctl restart php7.2-fpm.service&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>NextCloud : 504 Gateway Time-out ( Update en ligne de commande)</title>
      <link>https://move.cyber-neurones.org/post/2020/06/2020-06-01-nextcloud-504-gateway-time-out-update-en-ligne-de-commande/</link>
      <pubDate>Mon, 01 Jun 2020 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2020/06/2020-06-01-nextcloud-504-gateway-time-out-update-en-ligne-de-commande/</guid>
      <description>&lt;p&gt;Quand on a l&amp;rsquo;erreur &amp;ldquo;504 Gateway Time-out&amp;rsquo; &amp;hellip; le mieux est de faire avec les lignes de commandes :&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2020/06/screenshot-from-2020-06-01-19-19-07.png&#34;&gt;&lt;img src=&#34;images/screenshot-from-2020-06-01-19-19-07.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ sudo -u www-data php /usr/share/nginx/nextcloud/updater/updater.phar&#xA;Nextcloud Updater - version: v16.0.3-3-ga0c2b25 dirty&#xA;&#xA;Current version is 18.0.4.&#xA;&#xA;Update to Nextcloud 18.0.4 available. (channel: &amp;#34;stable&amp;#34;)&#xA;Following file will be downloaded automatically: https://download.nextcloud.com/server/releases/nextcloud-18.0.4.zip&#xA;Open changelog ↗&#xA;&#xA;Steps that will be executed:&#xA;[✔] Check for expected files&#xA;[✔] Check for write permissions&#xA;[✔] Create backup&#xA;[✔] Downloading&#xA;[✔] Verify integrity&#xA;[✔] Extracting&#xA;[✔] Enable maintenance mode&#xA;[✔] Replace entry points&#xA;[✔] Delete old files&#xA;[✔] Move new files in place&#xA;[✔] Done&#xA;&#xA;Continue update? [y/N] y&#xA;&#xA;Info: Pressing Ctrl-C will finish the currently running step and then stops the updater.&#xA;&#xA;[✔] Check for expected files&#xA;[✔] Check for write permissions&#xA;[✔] Create backup&#xA;[✔] Downloading&#xA;[✔] Verify integrity&#xA;[✔] Extracting&#xA;[✔] Enable maintenance mode&#xA;[✔] Replace entry points&#xA;[✔] Delete old files&#xA;[✔] Move new files in place&#xA;[✔] Done&#xA;&#xA;Update of code successful.&#xA;&#xA;Should the &amp;#34;occ upgrade&amp;#34; command be executed? [Y/n] Y&#xA;Nextcloud or one of the apps require upgrade - only a limited number of commands are available&#xA;You may use your browser or the occ upgrade command to do the upgrade&#xA;2020-06-01T19:21:53+02:00 Set log level to debug&#xA;....&#xA;$ sudo -u www-data php /usr/share/nginx/nextcloud/occ maintenance:mode --off&#xA;Maintenance mode disabled&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>NextCloud : Table &#39;oc_external_mounts&#39; doesn&#39;t exist</title>
      <link>https://move.cyber-neurones.org/post/2020/06/2020-06-01-nextcloud-table-oc_external_mounts-doesnt-exist/</link>
      <pubDate>Mon, 01 Jun 2020 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2020/06/2020-06-01-nextcloud-table-oc_external_mounts-doesnt-exist/</guid>
      <description>&lt;p&gt;J&amp;rsquo;ai eu l&amp;rsquo;erreur : Table &amp;lsquo;&lt;strong&gt;nextcloud.oc_external_mounts&lt;/strong&gt;&amp;rsquo; doesn&amp;rsquo;t exist , pour fixer le problème j&amp;rsquo;ai fait :&lt;/p&gt;&#xA;&lt;p&gt;Pour avoir l&amp;rsquo;erreur j&amp;rsquo;ai modifié le fichier &lt;strong&gt;/usr/share/nginx/nextcloud/config/config.php :&lt;/strong&gt;&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;  &amp;#39;installed&amp;#39; =&amp;gt; true,&#xA;  &amp;#39;maintenance&amp;#39; =&amp;gt; false,&#xA;  &amp;#39;theme&amp;#39; =&amp;gt; &amp;#39;&amp;#39;,&#xA;  &amp;#39;debug&amp;#39; =&amp;gt; true,&#xA;  &amp;#39;loglevel&amp;#39; =&amp;gt; &amp;#39;2&amp;#39;,&#xA;  &amp;#39;logtimezone&amp;#39; =&amp;gt; &amp;#39;Europe/Paris&amp;#39;,&#xA;  &amp;#39;log_type&amp;#39; =&amp;gt; &amp;#39;owncloud&amp;#39;,&#xA;  &amp;#39;logfile&amp;#39; =&amp;gt; &amp;#39;/var/log/nextcloud.log&amp;#39;,&#xA;  &amp;#39;log_rotate_size&amp;#39; =&amp;gt; &amp;#39;104857600&amp;#39;,&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Pour le fix du problème :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ sudo -u www-data php /usr/share/nginx/nextcloud/occ maintenance:repair&#xA;...&#xA;$ sudo -u www-data php /usr/share/nginx/nextcloud/occ upgrade&#xA;Nextcloud is already latest version&#xA;$ sudo -u www-data php /usr/share/nginx/nextcloud/occ  app:enable files_external&#xA;files_external enabled&#xA;$ sudo -u www-data php /usr/share/nginx/nextcloud/occ upgrade&#xA;Nextcloud is already latest version&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;A noter que j&amp;rsquo;ai aussi modifier la configuration de PHP : /etc/php/7.2/fpm/php.ini&lt;/p&gt;</description>
    </item>
    <item>
      <title>JOPLIN : Script to rename tacitpart file</title>
      <link>https://move.cyber-neurones.org/post/2019/11/2019-11-23-joplin-script-to-rename-tacitpart-file/</link>
      <pubDate>Sat, 23 Nov 2019 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2019/11/2019-11-23-joplin-script-to-rename-tacitpart-file/</guid>
      <description>&lt;p&gt;My script to rename tacitpart file :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;#!/bin/bash&#xA;  &#xA;# ARIAS Frederic&#xA;#&#xA;# For MAC OS do&#xA;#&#xA;&#xA;suffix=&amp;#34;.tacitpart&amp;#34;&#xA;path=&amp;#34;WebDAV&amp;#34;&#xA;&#xA;for file in $path/*.tacitpart&#xA;do&#xA;    if [[ -f $file ]]; then&#xA;&#x9;filenew=$(basename $file $suffix)&#xA;        echo $file&amp;#34; -&amp;gt; &amp;#34;$filenew &#xA;&#x9;mv $file $path/$filenew&#xA;&#x9;touch $path/$filenew&#xA;    fi&#xA;done&#xA;&#xA;# &#xA;for file in $path/.resource/*.tacitpart&#xA;do&#xA;    if [[ -f $file ]]; then&#xA;&#x9;$filenew = ${file/%$suffix}&#xA;        echo $file.&amp;#34; -&amp;gt; &amp;#34;.$filenew&#xA;        mv $file $path/.resource/$filenew&#xA;        touch $path/.resource/$filenew&#xA;    fi&#xA;done&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>VM Virtual Box pour NextCloud</title>
      <link>https://move.cyber-neurones.org/post/2019/09/2019-09-06-vm-virtual-box-pour-nextcloud/</link>
      <pubDate>Fri, 06 Sep 2019 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2019/09/2019-09-06-vm-virtual-box-pour-nextcloud/</guid>
      <description>&lt;p&gt;J&amp;rsquo;ai téléchargé sur : &lt;a href=&#34;https://www.hanssonit.se/nextcloud-vm/&#34;&gt;https://www.hanssonit.se/nextcloud-vm/&lt;/a&gt; .&lt;/p&gt;&#xA;&lt;p&gt;Quel régal le clavier suédois &amp;hellip;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2019/09/capture-decran-2019-09-06-a-11-27-33.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2019-09-06-a-11-27-33-1024x801.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2019/09/capture-decran-2019-09-06-a-11-27-17.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2019-09-06-a-11-27-17-1024x235.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>QNAP : Serveur NAS QNAP TS-410</title>
      <link>https://move.cyber-neurones.org/post/2019/03/2019-03-03-qnap-serveur-nas-qnap-ts-410-2/</link>
      <pubDate>Sun, 03 Mar 2019 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2019/03/2019-03-03-qnap-serveur-nas-qnap-ts-410-2/</guid>
      <description>&lt;p&gt;J&amp;rsquo;ai fait l&amp;rsquo;installation de &lt;strong&gt;14/01/2012&lt;/strong&gt; et depuis je n&amp;rsquo;ai jamais eu aucun problème. Cela fait 7 ans qui tourne &lt;strong&gt;sans aucun problème&lt;/strong&gt;. Avec presque 3 To d&amp;rsquo;espace.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2019/03/capture-decran-2019-03-03-a-11-30-54.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2019-03-03-a-11-30-54-300x143.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2019/03/capture-decran-2019-03-03-a-11-31-30.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2019-03-03-a-11-31-30-300x72.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2019/03/capture-decran-2019-03-03-a-11-32-11.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2019-03-03-a-11-32-11-300x164.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2019/03/capture-decran-2019-03-03-a-11-33-20.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2019-03-03-a-11-33-20-300x117.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2019/03/capture-decran-2019-03-03-a-11-33-35.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2019-03-03-a-11-33-35-300x95.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2019/03/capture-decran-2019-03-03-a-11-33-57.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2019-03-03-a-11-33-57-300x157.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2019/03/capture-decran-2019-03-03-a-11-34-31.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2019-03-03-a-11-34-31-300x144.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Et j&amp;rsquo;ai seulement maintenant un problème sur un disque dur :&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2019/03/capture-decran-2019-03-03-a-11-35-10.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2019-03-03-a-11-35-10-300x169.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mac OS : OwnCloud : Vraiment bien</title>
      <link>https://move.cyber-neurones.org/post/2018/11/2018-11-09-mac-os-owncloud-vraiment-bien/</link>
      <pubDate>Fri, 09 Nov 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/11/2018-11-09-mac-os-owncloud-vraiment-bien/</guid>
      <description>&lt;p&gt;Je viens de tester la version OwnCloud Mac Os, vers mon Raspberry Pi ( &lt;a href=&#34;https://www.cyber-neurones.org/2018/11/raspberry-owncloud-installation-en-bref/&#34;&gt;https://www.cyber-neurones.org/2018/11/raspberry-owncloud-installation-en-bref/&lt;/a&gt;  ) . C&amp;rsquo;est vraiment très stable &amp;hellip; Je pense que je vais dire &amp;ldquo;Bye-Bye Cozy.Cloud&amp;rdquo; et les nombreux fichiers conflicts.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/11/capture-decran-2018-11-09-a-08-58-23.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2018-11-09-a-08-58-23-300x211.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/11/capture-decran-2018-11-09-a-21-45-34.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2018-11-09-a-21-45-34-300x80.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/11/capture-decran-2018-11-09-a-21-46-01.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2018-11-09-a-21-46-01-300x172.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/11/capture-decran-2018-11-09-a-21-47-03.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2018-11-09-a-21-47-03-300x213.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&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-3f1f3fb906a1b8d2e3a9bb6591153eb3-0-wrapper&#34; class=&#34;gallery-wrapper&#34;&gt;&#xA;&lt;div id=&#34;gallery-3f1f3fb906a1b8d2e3a9bb6591153eb3-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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/diskstats_utilization-day-1.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/APW4gHc55GARTzBEW5UZPvUUUirIQORgDjtTjPGzq4QkrkdBkUASCCMchelJIiqhIHNN&amp;#43;1JtLbWwO/H&amp;#43;NI86sAMEZ6E4oC4lI3SlpG&amp;#43;7QA0IpGdoz9KXYv8AdH5Uq9KWgD//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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/diskstats_utilization-day-1_hu_391994cec532fefa.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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/diskstats_utilization-day-1-300x169.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;300&#34; height=&#34;169&#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/APW4QHc55GARTzDEW5AyfeoopFWQgc8AcdqcZ0ZlcISVyOnIoAkEEYwQvSkkRVQkDmm/ak2ltrYHfj/GkedWwuCM9CcUBcSkbpS0jfdoAaEXGdo/Kl2L12j8qVelLQB//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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/diskstats_utilization-day-1-300x169_hu_6bc2f21a8f736c3.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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/diskstats_latency-day-1.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/APWoP3jHdz8oNSm3iJyUH51BA6o5Gd3ygce1LPM0o2RHb1DE9R&amp;#43;FJg3ZEghiycKOBnrQyL5JYDnHrVWNnjDOZVI4Gccd/f3qRHZIxGWBUng4696Sb6olSfVD6RulLSN92qKGhFIztGfpS7F/uj8qVelLQB//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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/diskstats_latency-day-1_hu_eac5cef2e6b46c1f.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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/diskstats_latency-day-1-300x169.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;300&#34; height=&#34;169&#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/APWoP3h&amp;#43;b&amp;#43;6DUpt4s5K1BA6xsQTu&amp;#43;UDj2pZ5mlGyI7eSGJ6j8KTBuyJBDFu4A4560Mi&amp;#43;SWHXFVY2eMM5lUjgZ2/X396kjdkjEZYFSeDjr3pJvqiVJ9UPpG6UtI33aooaEXGdo/Kl2L/dH5Uq9KWgD//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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/diskstats_latency-day-1-300x169_hu_8931c4525b918006.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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/cpuspeed-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;316&#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//AABEIABQAIAMBIgACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5&amp;#43;gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4&amp;#43;Tl5ufo6ery8/T19vf4&amp;#43;fr/2gAMAwEAAhEDEQA/APW4QHds8jAxzUhhi3gFOT3qGFwsrnBIOORinm5XAcK2FznOKTGh4t4hyF/WklRVjJA5&amp;#43;tNN0ApYqceuRzSPOGABUgHoc0XAYqKmdoxk5NIyLsZccN1p9I33aYiPyFaPYSdvpSmIMApY4BBA&amp;#43;lPXpS0Af//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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/cpuspeed-day_hu_84ba6e39e2edbfd5.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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/cpuspeed-day-300x191.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;300&#34; height=&#34;191&#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//AABEIABQAIAMBIgACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5&amp;#43;gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4&amp;#43;Tl5ufo6ery8/T19vf4&amp;#43;fr/2gAMAwEAAhEDEQA/APW4QHds8jAxUhhi3gFOT3qGFwsrnBIOORinm5XhwrYXOc4pMaHi3iHRRSSoqoSBz9aaboBdxU49cjmkecNgFSAehzRcBioqE7RjccmkMa7GXHDdeafSN0piI/IVo9hLbfSlMQIALHAIIH0p69KWgD//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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/cpuspeed-day-300x191_hu_fad1cf84dc804157.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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/cpu-day-1.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;376&#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//AABEIABgAIAMBIgACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5&amp;#43;gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4&amp;#43;Tl5ufo6ery8/T19vf4&amp;#43;fr/2gAMAwEAAhEDEQA/APW4grscnIwO9UNYeWCS3aGQKhDh1Kg7umOe3er0cqq5HJ47Y4qjqqTXjw&amp;#43;QgKJu35OCDxj&amp;#43;tcWPVZ4afsPi6W9f8jWi4qa59iiNQuR0cDP&amp;#43;yKntL24muUjdwVOcjaPQ1B9guNpbYMDvuFTWlnPDdxO6gKM85Hoa&amp;#43;ZwsMz9vDn5uW6vdva&amp;#43;p31Hh&amp;#43;R2tc0IFdS&amp;#43;4EAtkcinIpVnJ4BORUlI33a&amp;#43;zPLIVz5BQhs4Pb3oYEpGMNlSM8VMvSloA/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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/cpu-day-1_hu_e945a0769b8cd9b0.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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/cpu-day-1-300x227.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;300&#34; height=&#34;227&#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//AABEIABgAIAMBIgACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5&amp;#43;gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4&amp;#43;Tl5ufo6ery8/T19vf4&amp;#43;fr/2gAMAwEAAhEDEQA/APW4gHY55GB3qhrDzQSW7QyBUIYOu0Hd0xz271ejlVXI5P0xxVHVUmvHh8hAUTdvycEHjH9a4seqzw0vYfF0t6/5GtFxU1z7FEahcr0cf98ip7S9uJrlI3fKnORtHoag&amp;#43;wXG0tsGB33CprSzmhu4ndQFyecj0NfM4aGZ&amp;#43;3hz83LdX1e1zvqPD8jta5oQqyl9wIBYkc05FKs5PAJyKkpG&amp;#43;7X2Z5ZEufIKYbOD2pGBKRjDZUjPFTL0paAP/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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/cpu-day-1-300x227_hu_d2d46b7d2009ad47.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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-22-51-10.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;600&#34; height=&#34;363&#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/APQ1keFihlbhjzj1OaniDeWf37OGJOWH6U7z4w5XeQc8jIqcMB/GT/n6UARAP0Dnj0FLiT&amp;#43;&amp;#43;fypPtUe7bu5HuKlJQnrz9f8A61AEDnaxI4z14o3E4J6jgcUSfepo6UALkgkjv14qTOSCevSojUooA//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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-22-51-10_hu_3b10b7e53401ba9a.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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-22-51-01.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;600&#34; height=&#34;360&#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/APRAky7lVpMBj8ypnvU8ccnl/MzHOfvJzTD5zOxVSRnjDCn7ZyO35/8A1qbAUeaOAjj/AICP8acFkPUsPqtIiSZy/wCQpwU5pAS&amp;#43;VH/dHXNL5a&amp;#43;lLRQAnlr6UbF9KWigD//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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-22-51-01_hu_21967a522a2f144e.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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-21-47-03.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;600&#34; height=&#34;427&#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/APSILeWIFRPK/JOSPX6mpVjlC4LO3J64/wAaupYReYZ1VQ77SSQTyB9eKsLGR95ifoSP609BIzVjkI&amp;#43;&amp;#43;Vx6gf40pjkH/AC0J/CtWmSAGNgRnikMakqBF57DtTvNT&amp;#43;9&amp;#43;lVV&amp;#43;6PpS1diblnzU/vfpTXlTY3Pb0qChvun6UrBc//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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-21-47-03_hu_6e21c03e91c8bcd.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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-21-47-03-300x213.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;300&#34; height=&#34;213&#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/APSYLeWJSonlbknJX1&amp;#43;pqVY5QuCznk9QP8auJYxhzMoUO&amp;#43;0kkE8gfXj8KsLGR95ifoSP609BIzVjfH3yuPYf40pjkH/LQn8K1aZIAY2B9KQxqSoI157DtTvNT&amp;#43;9&amp;#43;lVV&amp;#43;6PpS1diblnzU/vfpTXlTY3Pb0qCkb7p&amp;#43;lFguf//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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-21-47-03-300x213_hu_3a78bc3f63166046.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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-21-46-01.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;600&#34; height=&#34;345&#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/ANqPwNrMabG8U3LkHBIMw/k9Mn8B6zKQV8V3iEDGB5pH6vXdzIhQkpnnPA71BtQf8sz/AN8//XquZk8qOHX4fa8D8vjG8Gf9mQf&amp;#43;z1dtPBGt20M8cviWa5aZNoeRpsxe64kHP1zXX&amp;#43;VBxlT&amp;#43;RqZVQKAqgDr0o5mPlQtFFFSMKKKKAP/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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-21-46-01_hu_13acbd6f6335c1c6.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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-21-46-01-300x172.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;300&#34; height=&#34;172&#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/ANiPwLrEabG8TXDkHGQZh/J6bP4B1iUgr4pu0IHbzSP1au8mRChJTPOePWoNsf8Azyb8v/r1XMyeVHDL8PNeB&amp;#43;XxfdjP&amp;#43;zIP/Zqu2ngfWraGeOTxHJcGZNoeRpsx&amp;#43;64kHP1zXYeXb91P5GplVQoCqAOuMUczHyoWiiipGFFFFAH/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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-21-46-01-300x172_hu_b2e03efbdd4cf595.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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-21-45-34.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;600&#34; height=&#34;161&#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//AABEIAAkAIAMBIgACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5&amp;#43;gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4&amp;#43;Tl5ufo6ery8/T19vf4&amp;#43;fr/2gAMAwEAAhEDEQA/ANVPBfiWJNj&amp;#43;I5GI/iFxcDP5Go5/BPiaZgyeJ5o8Dp505/ma9Doqudi5DzseAPFq/d8Wyj6Ty/41btfB/iS3hnhn8RPcSTJhHa5nBiweq4bGenWu5oo52HIf/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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-21-45-34_hu_d2ac5a8743368896.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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-21-45-34-300x80.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;300&#34; height=&#34;80&#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//AABEIAAkAIAMBIgACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5&amp;#43;gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4&amp;#43;Tl5ufo6ery8/T19vf4&amp;#43;fr/2gAMAwEAAhEDEQA/ANWPwX4liTY/iORiP4hcXAz&amp;#43;TYqOfwR4mmYMnieWPA6edMf5mvRKKrmYuU86Hw/8Wr93xbKPpPL/AI1btfB3iS2hnhm8QvcSTJhHa5nBiweq4bGenXNd1RT5mHKf/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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-21-45-34-300x80_hu_9495af17a1adae19.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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-08-58-23.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;600&#34; height=&#34;422&#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/APURdATGMsqgd91WhaeYA5nkGR0GOP0qusKrK0g&amp;#43;83sKvKu&amp;#43;3C7mXI6r1FAFESQx6itmZZy5Gc4XaeM46Z7VceEBGO9jgetV/wCz7jeX/tCTdjAJRcgflVvYUtypdnIU/M2Mn8qSv1JSetwaNWQAjjtTTJ5ICEZx3qUfdFVrn74plD/tI/ummvcgrt2n5gRUNNPVfxoA/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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-08-58-23_hu_51a05cd1996e9aa4.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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-08-58-23-300x211.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;300&#34; height=&#34;211&#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/APURdATmIsqgd99Wha&amp;#43;YA5mkGR0GOP0qusKLK0g&amp;#43;81XlXfbhdzLkdVPIoAoiSGPUVs/MnLsM5wu3pnHTParjwAIx3McDuarf2dN5hf7fLuIwCVBIFW9hjtypdnIU/M3U0lfqSk9bitGrIAenammXyQEIzjvUg&amp;#43;6Kr3H36ZQ/7SP7ppr3IZdu0/MCKhpO4oA//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/11/2018-11-09-mac-os-owncloud-vraiment-bien/images/capture-decran-2018-11-09-a-08-58-23-300x211_hu_8ba84fc35f49dd58.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-3f1f3fb906a1b8d2e3a9bb6591153eb3-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;Quand je regarde la charge via Munin sur le Raspberry Pi :&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cozy Drive : Application Mac OS : Plus on avance et plus on a de conflict.</title>
      <link>https://move.cyber-neurones.org/post/2018/10/2018-10-29-cozy-drive-application-mac-os-plus-on-avance-et-plus-on-a-de-conflict/</link>
      <pubDate>Mon, 29 Oct 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/10/2018-10-29-cozy-drive-application-mac-os-plus-on-avance-et-plus-on-a-de-conflict/</guid>
      <description>&lt;p&gt;Je fais la mise à jours :&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/10/capture-decran-2018-10-29-a-21-15-42.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2018-10-29-a-21-15-42-300x238.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/10/capture-decran-2018-10-29-a-21-42-13.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2018-10-29-a-21-42-13-300x213.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Ensuite j&amp;rsquo;ai listé tous mes fichiers :&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;$ ls -l -h -R * &amp;gt; list_29102018.txt&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Puis j&amp;rsquo;ai voulu voir si cette mise à jours m&amp;rsquo;avait ajouter des fichiers conflicts :&lt;/p&gt;&#xA;&lt;p&gt; &lt;strong&gt;grep &amp;ldquo;conflict-2018-10-29T20&amp;rdquo; list_29102018.txt | wc -l&lt;/strong&gt; &lt;strong&gt;41&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;J&amp;rsquo;ai donc &lt;strong&gt;4****1 nouveaux fichiers en conflits qui ont étés crées suite à cette mise à jours (logs à disposition !)&lt;/strong&gt; &amp;hellip; je craque . Je pense que Cozy Cloud n&amp;rsquo;est pas pour moi &amp;hellip; c&amp;rsquo;est une usine a corrompre les noms des fichiers. Je pense que je reviendrais quand cela sera plus stable.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cozy Cloud :Les fichiers « conflict(s) ».</title>
      <link>https://move.cyber-neurones.org/post/2018/10/2018-10-25-cozy-cloud-les-fichiers-conflicts/</link>
      <pubDate>Thu, 25 Oct 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/10/2018-10-25-cozy-cloud-les-fichiers-conflicts/</guid>
      <description>&lt;p&gt;Suite de mon précédent post : &lt;a href=&#34;https://www.cyber-neurones.org/2018/10/cozy-cloud-lenfer-des-fichiers-conflict-impossible-de-comprendre-leur-apparition/&#34;&gt;https://www.cyber-neurones.org/2018/10/cozy-cloud-lenfer-des-fichiers-conflict-impossible-de-comprendre-leur-apparition/&lt;/a&gt; .&lt;/p&gt;&#xA;&lt;p&gt;J&amp;rsquo;ai donc lu : &lt;a href=&#34;https://support.cozy.io/article/276-j-ai-des-fichiers-en-conflit-que-faire&#34;&gt;https://support.cozy.io/article/276-j-ai-des-fichiers-en-conflit-que-faire&lt;/a&gt; :&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;En attendant, lorsque vous rencontrez des fichiers en `conflict`, il vous suffit d’ouvrir le fichier et sa version `conflict` et de vous assurer que celle-ci correspond bien à une précédente version du fichier.&lt;/p&gt;&#xA;&lt;p&gt;Si c’est bien le cas, vous pouvez alors &lt;strong&gt;tranquillement supprimer le fichier en `conflict`.&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;Et j&amp;rsquo;ai aussi pu mettre en place la dernière release : &lt;a href=&#34;https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.10.0&#34;&gt;https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.10.0&lt;/a&gt; .&lt;/p&gt;&#xA;&lt;p&gt;Mais je ne peux pas fixer le problème des -conflicts- pour la simple raison que &lt;strong&gt;les fichiers d&amp;rsquo;origine ne sont pas présent sur le Mac.&lt;/strong&gt; &lt;/p&gt;</description>
    </item>
    <item>
      <title>Cozy Cloud : L&#39;enfer des fichiers &#34;conflict(s)&#34;, impossible de comprendre leur apparition.</title>
      <link>https://move.cyber-neurones.org/post/2018/10/2018-10-08-cozy-cloud-lenfer-des-fichiers-conflict-impossible-de-comprendre-leur-apparition/</link>
      <pubDate>Mon, 08 Oct 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/10/2018-10-08-cozy-cloud-lenfer-des-fichiers-conflict-impossible-de-comprendre-leur-apparition/</guid>
      <description>&lt;p&gt;Je pense que je ne vais pas tarder à abandonner le projet Cozy Cloud, plus le temps passe et plus le nombre de fichier &amp;ldquo;conflict&amp;rdquo; augmente malgré la suppression manuelle. A la fin il me faudra un plein temps pour maintenir mon Cozy. Il faudrait que les développeurs  sortent la tête du guidon afin de faire une interface qui fixe ce problème.&lt;/p&gt;&#xA;&lt;p&gt;J&amp;rsquo;ai fait quelques statistiques :&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;&lt;strong&gt;Date&lt;/strong&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;strong&gt;Nombre de fichier&lt;/strong&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;strong&gt;Nombre de conflit&lt;/strong&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;29/06/2018&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;4640&lt;/td&gt;&#xA;          &lt;td&gt;41&lt;/td&gt;&#xA;          &lt;td&gt;0,88 %&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;10/07/2018&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;4809&lt;/td&gt;&#xA;          &lt;td&gt;24&lt;/td&gt;&#xA;          &lt;td&gt;0,50 %&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;17/07/2018&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;5132&lt;/td&gt;&#xA;          &lt;td&gt;17&lt;/td&gt;&#xA;          &lt;td&gt;0,33 %&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;24/07/2018&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;5784&lt;/td&gt;&#xA;          &lt;td&gt;68&lt;/td&gt;&#xA;          &lt;td&gt;1,18 %&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;27/08/2018&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;6298&lt;/td&gt;&#xA;          &lt;td&gt;72&lt;/td&gt;&#xA;          &lt;td&gt;1,14 %&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;08/10/2018&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;6924&lt;/td&gt;&#xA;          &lt;td&gt;217&lt;/td&gt;&#xA;          &lt;td&gt;3,13 %&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;Le problème augmente, et le pire c&amp;rsquo;est que je fais du &amp;ldquo;push&amp;rdquo; uniquement via une source, sinon je pense que cela serait pire !&lt;/p&gt;</description>
    </item>
    <item>
      <title>MacOS : Cozy.Cloud 3.9.0</title>
      <link>https://move.cyber-neurones.org/post/2018/07/2018-07-24-macos-cozy-cloud-3-9-0/</link>
      <pubDate>Tue, 24 Jul 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/07/2018-07-24-macos-cozy-cloud-3-9-0/</guid>
      <description>&lt;p&gt;Bizarre, suite à la mise à jours en 3.9.0 j&amp;rsquo;ai 115 nouveaux documents vu par le drivers &amp;hellip; j&amp;rsquo;ai l&amp;rsquo;impression qu&amp;rsquo;il y avait un gros bugs de synchronisation.&lt;/p&gt;&#xA;&lt;p&gt;A suivre.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/07/capture-decran-2018-07-24-a-08-07-38.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2018-07-24-a-08-07-38.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Digiposte : enfin un début de sécurité !</title>
      <link>https://move.cyber-neurones.org/post/2018/07/2018-07-13-digiposte-enfin-un-debut-de-securite/</link>
      <pubDate>Fri, 13 Jul 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/07/2018-07-13-digiposte-enfin-un-debut-de-securite/</guid>
      <description>&lt;p&gt;Lors de mon dernier post (&lt;a href=&#34;https://www.cyber-neurones.org/2018/06/digiposte-leur-conception-de-la-securite-et-de-la-communication-misere/&#34; title=&#34;16:16&#34;&gt;14/06/2018)&lt;/a&gt;, je critiquais &lt;strong&gt;encore&lt;/strong&gt; la sécurité : &lt;a href=&#34;https://www.cyber-neurones.org/2018/06/digiposte-leur-conception-de-la-securite-et-de-la-communication-misere/&#34;&gt;https://www.cyber-neurones.org/2018/06/digiposte-leur-conception-de-la-securite-et-de-la-communication-misere/&lt;/a&gt; . Et pareil pour mon post &lt;a href=&#34;https://www.cyber-neurones.org/2016/11/digiposte-beaucoup-de-progres-mais-pas-sur-la-securite/&#34;&gt;https://www.cyber-neurones.org/2016/11/digiposte-beaucoup-de-progres-mais-pas-sur-la-securite/&lt;/a&gt; (&lt;a href=&#34;https://www.cyber-neurones.org/2016/11/digiposte-beaucoup-de-progres-mais-pas-sur-la-securite/&#34; title=&#34;15:30&#34;&gt;19/11/2016&lt;/a&gt;) . &lt;/p&gt;&#xA;&lt;p&gt;Depuis le début je demande une interface pour voir les connections avec : OS / IP / Date / Heure de connexion. Enfin Digiposte prend en compte cette demande, à &lt;strong&gt;75%&lt;/strong&gt; &lt;strong&gt;car il manque l&amp;rsquo;IP&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/07/capture-decran-2018-07-13-a-21-21-50.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2018-07-13-a-21-21-50-226x300.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Sachant que Linux Desktop, c&amp;rsquo;est Cozy.Cloud &amp;hellip; pas très Desktop. A suivre. S&amp;rsquo;il y avait l&amp;rsquo;IP cela permettrait de ne pas afficher n&amp;rsquo;importe quoi.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cozy Cloud : Quel est la méthode pour supprimer les fichiers/répertoires avec &#34;conflict&#34; ?</title>
      <link>https://move.cyber-neurones.org/post/2018/07/2018-07-11-cozy-cloud-quel-est-la-methode-pour-supprimer-les-fichiers-repertoires-avec-conflict/</link>
      <pubDate>Wed, 11 Jul 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/07/2018-07-11-cozy-cloud-quel-est-la-methode-pour-supprimer-les-fichiers-repertoires-avec-conflict/</guid>
      <description>&lt;p&gt;Voir la &lt;strong&gt;Question/Reponse n°3&lt;/strong&gt; sur ma liste : &lt;a href=&#34;https://www.cyber-neurones.org/2018/05/cozy-cloud-mes-quelques-questions/&#34;&gt;https://www.cyber-neurones.org/2018/05/cozy-cloud-mes-quelques-questions/&lt;/a&gt; .&lt;/p&gt;&#xA;&lt;p&gt;Si je fais des statistiques sur mon Cozy Cloud :&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Nombre de fichier avec &amp;ldquo;conflict&amp;rdquo; : 35/4640 = &lt;strong&gt;0,75%.&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;Nombre de répertoire avec &amp;ldquo;conflict&amp;rdquo; :  3/608 = &lt;strong&gt;0,49%&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Le problème n&amp;rsquo;est pas énorme, mais il existe &amp;hellip; on a donc près de 0,5% des fichiers qui n&amp;rsquo;ont pas le nom d&amp;rsquo;origine.&lt;/p&gt;&#xA;&lt;p&gt;Voici mon architecture :&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Un Mac avec Cozy Drive : pour la consultation et &lt;strong&gt;le push&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Un Smartphone avec Cozy : uniquement pour la consultation, et téléchargement.&lt;/li&gt;&#xA;&lt;li&gt;Un PC avec Chrome : uniquement pour la consultation.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Donc à la base pour moi &lt;strong&gt;il est impossible d&amp;rsquo;avoir un &amp;ldquo;conflict&amp;rdquo;,&lt;/strong&gt; vu qu&amp;rsquo;il y a que le Mac qui fait du push.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Digiposte : Leur conception de la sécurité et de la communication . Misère .</title>
      <link>https://move.cyber-neurones.org/post/2018/06/2018-06-14-digiposte-leur-conception-de-la-securite-et-de-la-communication-misere/</link>
      <pubDate>Thu, 14 Jun 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/06/2018-06-14-digiposte-leur-conception-de-la-securite-et-de-la-communication-misere/</guid>
      <description>&lt;p&gt;Voici la communication de Digiposte sur la sécurité :&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/06/digiposte.png&#34;&gt;&lt;img src=&#34;images/digiposte.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Toujours aucune interface pour indiquer les dates / heures / IP des connexions / Navigateur contrairement à Google, Microsoft, Facebook, PHPNET, &amp;hellip;. Cozy.Cloud &amp;hellip; mais pour eux c&amp;rsquo;est sécurisé. Pour moi la sécurité c&amp;rsquo;est de savoir qui se connecte, voir même de recevoir un email et/ou SMS à chaque connexion. ( Demander depuis le &lt;strong&gt;27/10/2016&lt;/strong&gt;  &lt;a href=&#34;https://www.cyber-neurones.org/2016/10/digiposte-le-nouveau-service-pour-remplacer-digiposte-pass/&#34;&gt;https://www.cyber-neurones.org/2016/10/digiposte-le-nouveau-service-pour-remplacer-digiposte-pass/&lt;/a&gt; )&lt;/p&gt;&#xA;&lt;p&gt;Ensuite pour la communication des maintenances, on ne peut le voir que quand on va sur l&amp;rsquo;interface. Et non pas sur un compte Twitter &amp;hellip; (par exemple : &lt;a href=&#34;https://twitter.com/digiposte&#34;&gt;https://twitter.com/digiposte&lt;/a&gt; )&lt;/p&gt;</description>
    </item>
    <item>
      <title>Digiposte &amp; RGPD : Grosse misère</title>
      <link>https://move.cyber-neurones.org/post/2018/05/2018-05-28-digiposte-rgpd-grosse-misere/</link>
      <pubDate>Mon, 28 May 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/05/2018-05-28-digiposte-rgpd-grosse-misere/</guid>
      <description>&lt;p&gt;&amp;ldquo;Dans le cadre de la mise en œuvre du RGPD et de la mise en ligne des nouvelles conditions d’utilisation, le service Digiposte rencontre des perturbations ce matin. Nos équipes sont mobilisées. Merci de votre compréhension.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Depuis vendredi c&amp;rsquo;est la misère &amp;hellip; on sent que le RGPD était bien préparé. Et aucune communication avant la maintenance, de vrais professionnels !&lt;/p&gt;&#xA;&lt;p&gt;Misère.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cozy.cloud : Mes quelques questions :</title>
      <link>https://move.cyber-neurones.org/post/2018/05/2018-05-25-cozy-cloud-mes-quelques-questions/</link>
      <pubDate>Fri, 25 May 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/05/2018-05-25-cozy-cloud-mes-quelques-questions/</guid>
      <description>&lt;p&gt;Voici les quelques questions :&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Question n°1&lt;/strong&gt; : ( Fournisseur Digiposte ) Pourquoi dans l&amp;rsquo;import de Digiposte je n&amp;rsquo;ai que deux fichiers par répertoire ?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Réponse n°1 :&lt;/strong&gt; &lt;/p&gt;&#xA;&lt;p&gt;Si vous avez beaucoup de fichiers chez Digiposte, nous ne pouvons pas tout importer en une seule fois. Le connecteur va se relancer automatiquement plusieurs fois pour importer tous vos fichiers. Ce qui explique que vous n’ayez pas vu tous vos fichiers immédiatement après le premier import. Tous vos fichiers devraient à présent avoir été importés. Par défaut, l’import se lance automatiquement toutes les semaines, mais vous pouvez aussi le forcer à la main avec le bouton « Mettre à jour maintenant » disponible lorsque vous ouvrez le connecteur.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cozy.cloud vs Digiposte&#43; : Mon comparatif !</title>
      <link>https://move.cyber-neurones.org/post/2018/05/2018-05-23-cozy-cloud-vs-digiposte-mon-comparatif/</link>
      <pubDate>Wed, 23 May 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/05/2018-05-23-cozy-cloud-vs-digiposte-mon-comparatif/</guid>
      <description>&lt;p&gt;Les liens des deux plateformes :&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://secure.digiposte.fr/&#34;&gt;https://secure.digiposte.fr/&lt;/a&gt; : Digiposte &amp;amp; Digiposte+&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://cozy.io/fr/&#34;&gt;https://cozy.io/fr/&lt;/a&gt; : Cozy Cloud&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;D&amp;rsquo;abord, je commence par vous dire que ce n&amp;rsquo;est pas la première fois que je fais un article sur Digiposte :&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.cyber-neurones.org/2018/03/digiposte-nous-vous-avons-entendu-je-dois-pas-etre-dans-le-nous/&#34;&gt;https://www.cyber-neurones.org/2018/03/digiposte-nous-vous-avons-entendu-je-dois-pas-etre-dans-le-nous/&lt;/a&gt; : Digiposte : Nous vous avons entendu ! … je dois pas être dans le nous. (&lt;a href=&#34;https://www.cyber-neurones.org/2018/03/digiposte-nous-vous-avons-entendu-je-dois-pas-etre-dans-le-nous/&#34; title=&#34;21:53&#34;&gt;12/03/2018&lt;/a&gt; : 20 x viewed)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.cyber-neurones.org/2018/01/bye-bye-digiposte-pass-fin-le-31-janvier-2018/&#34;&gt;https://www.cyber-neurones.org/2018/01/bye-bye-digiposte-pass-fin-le-31-janvier-2018/&lt;/a&gt; : Bye bye Digiposte Pass : fin le 31 janvier 2018 ! (&lt;a href=&#34;https://www.cyber-neurones.org/2018/01/bye-bye-digiposte-pass-fin-le-31-janvier-2018/&#34; title=&#34;16:13&#34;&gt;16/01/2018&lt;/a&gt; : 96 x viewed)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.cyber-neurones.org/2017/09/digiposte-les-ameliorations-possibles-et-souhaitables/&#34;&gt;https://www.cyber-neurones.org/2017/09/digiposte-les-ameliorations-possibles-et-souhaitables/&lt;/a&gt; : Digiposte + : les améliorations possibles et souhaitables. (&lt;a href=&#34;https://www.cyber-neurones.org/2017/09/digiposte-les-ameliorations-possibles-et-souhaitables/&#34; title=&#34;21:31&#34;&gt;04/09/2017&lt;/a&gt; : 134 x viewed)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.cyber-neurones.org/2017/01/digiposte-je-veux-plus-de-securite/&#34;&gt;https://www.cyber-neurones.org/2017/01/digiposte-je-veux-plus-de-securite/&lt;/a&gt;: Digiposte : je veux plus de sécurité ! (&lt;a href=&#34;https://www.cyber-neurones.org/2017/01/digiposte-je-veux-plus-de-securite/&#34; title=&#34;20:26&#34;&gt;05/01/2017&lt;/a&gt; 221 x viewed)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.cyber-neurones.org/2016/11/digiposte-beaucoup-de-progres-mais-pas-sur-la-securite/&#34;&gt;https://www.cyber-neurones.org/2016/11/digiposte-beaucoup-de-progres-mais-pas-sur-la-securite/&lt;/a&gt; : Digiposte+ : Beaucoup de progrès mais pas sur la sécurité ! (11/2016, 1420 x viewed)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.cyber-neurones.org/2016/11/digiposte-certification-de-diplome/&#34;&gt;https://www.cyber-neurones.org/2016/11/digiposte-certification-de-diplome/&lt;/a&gt; :Digiposte+ : Certification de diplôme (11/2016, 129 x viewed).&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.cyber-neurones.org/2016/10/digiposte-le-nouveau-service-pour-remplacer-digiposte-pass/&#34;&gt;https://www.cyber-neurones.org/2016/10/digiposte-le-nouveau-service-pour-remplacer-digiposte-pass/&lt;/a&gt; : Digiposte+ , le nouveau service pour remplacer Digiposte Pass (10/2016, 2053 x viewed)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.cyber-neurones.org/2014/12/digiposte-un-bon-service-mais-perfectible/&#34;&gt;https://www.cyber-neurones.org/2014/12/digiposte-un-bon-service-mais-perfectible/&lt;/a&gt; : Digiposte : un bon service mais perfectible (12/2014 , 6846 x viewed)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Je suis donc les évolutions de Digiposte depuis 2014 et je dois dire qu&amp;rsquo;en terme d&amp;rsquo;évolution c&amp;rsquo;est plus que maigre ! (surtout sur la sécurité) J&amp;rsquo;ai l&amp;rsquo;impression que cela n&amp;rsquo;a pas bougé alors que l&amp;rsquo;on est en 2018 ?! La seule grande évolution c&amp;rsquo;est d&amp;rsquo;être passé d&amp;rsquo;un service gratuit à un service payant &amp;hellip; Misère.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cloud Act : Accès des providers Américains (USA)</title>
      <link>https://move.cyber-neurones.org/post/2018/05/2018-05-17-cloud-act-acces-des-providers-americains-usa/</link>
      <pubDate>Thu, 17 May 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/05/2018-05-17-cloud-act-acces-des-providers-americains-usa/</guid>
      <description>&lt;p&gt;Superbe article : &lt;a href=&#34;https://www.journaldunet.com/solutions/expert/69017/le-congres-americain-vote-le-cloud-act-a-deux-mois-de-l-entree-en-application-du-rgpd.shtml&#34;&gt;https://www.journaldunet.com/solutions/expert/69017/le-congres-americain-vote-le-cloud-act-a-deux-mois-de-l-entree-en-application-du-rgpd.shtml&lt;/a&gt; .&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;le &lt;strong&gt;Cloud Act&lt;/strong&gt; donne la possibilité à une puissance étrangère, en l’occurrence les Etats-Unis d’Amérique, d&amp;rsquo;accéder aux données dès lors qu’elles sont hébergées par des cloud &lt;strong&gt;providers américains&lt;/strong&gt;, &lt;strong&gt;s****ans que les utilisateurs en soient informés, quand bien même ces données seraient stockées en France&lt;/strong&gt; ou concerneraient un ressortissant européen, et ce sans passer par les tribunaux.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;Au même moment on voit l&amp;rsquo;offre de Google : &lt;strong&gt;Google One&lt;/strong&gt; &amp;hellip; A lire : &lt;a href=&#34;http://www.01net.com/actualites/google-one-les-nouveaux-tarifs-du-service-de-stockage-en-ligne-1445659.html&#34;&gt;http://www.01net.com/actualites/google-one-les-nouveaux-tarifs-du-service-de-stockage-en-ligne-1445659.html&lt;/a&gt; : &amp;quot; La nouvelle offre de stockage cloud de Google change de nom et de prix. Elle proposera également une assistance joignable à n’importe quel moment. &amp;quot;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Digiposte : Nous vous avons entendu ! ... je dois pas être dans le nous.</title>
      <link>https://move.cyber-neurones.org/post/2018/03/2018-03-12-digiposte-nous-vous-avons-entendu-je-dois-pas-etre-dans-le-nous/</link>
      <pubDate>Mon, 12 Mar 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/03/2018-03-12-digiposte-nous-vous-avons-entendu-je-dois-pas-etre-dans-le-nous/</guid>
      <description>&lt;p&gt;Cela fait plus de 10 fois que je demande plus de sécurité, comme par exemple la liste des date ( et IP, et localisation) à chaque authentification. Et sur les 3 derniers mois au minimum &amp;hellip; Mais rien !&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2018/03/capture-decran-2018-03-12-a-21-49-56.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2018-03-12-a-21-49-56-300x215.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;Misère. La sécurité devrait être une priorité, et je ne parle pas de la double authentification via SMS &amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bye bye Digiposte Pass : fin le 31 janvier 2018 !</title>
      <link>https://move.cyber-neurones.org/post/2018/01/2018-01-16-bye-bye-digiposte-pass-fin-le-31-janvier-2018/</link>
      <pubDate>Tue, 16 Jan 2018 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2018/01/2018-01-16-bye-bye-digiposte-pass-fin-le-31-janvier-2018/</guid>
      <description>&lt;p&gt;Sniff, c&amp;rsquo;est la fin de Digiposte : &amp;ldquo;Après 3 ans de bons et loyaux services, Digiposte Pass laisse place à Digiposte + à compter du &lt;strong&gt;31 janvier 2018&lt;/strong&gt;.Nous vous remercions de votre fidélité. Vous retrouverez tous vos documents et encore + de fonctionnalités dans l’application Digiposte +&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;Je ne suis pas contre payer &lt;a href=&#34;http://digiposteplus.laposte.fr/lancement/&#34;&gt;4 Euros/mois&lt;/a&gt; mais il me faut plus de sécurité !  &lt;strong&gt;La double sécurité via SMS (comme Google/Amazon/&amp;hellip;) et/ou l&amp;rsquo;historique des connexions sur le compte.&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Digiposte : je veux plus de sécurité !</title>
      <link>https://move.cyber-neurones.org/post/2017/01/2017-01-05-digiposte-je-veux-plus-de-securite/</link>
      <pubDate>Thu, 05 Jan 2017 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2017/01/2017-01-05-digiposte-je-veux-plus-de-securite/</guid>
      <description>&lt;p&gt;J&amp;rsquo;ai reçu l&amp;rsquo;email de Digiposte :&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;En 2016, Digiposte s’est enrichi de plus de 350 organismes. Démarrez 2017 du bon pied en regroupant vos relevés, attestations et factures dans Digiposte.&lt;/p&gt;&#xA;&lt;p&gt;BESOIN DE PARTAGER VOTRE RIB AVEC UN PROCHE ? CONNECTEZ-VOUS À DIGIPOSTE.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;Mais c&amp;rsquo;est vraiment n&amp;rsquo;importe quoi &amp;hellip; il faut travailler sur la sécurité !&lt;/p&gt;&#xA;&lt;p&gt;Il faut mettre en place :&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;une &lt;strong&gt;double authentification&lt;/strong&gt; comme le fait Google+ ou Facebook, alors que eux n&amp;rsquo;ont pas mon RIB. (optionnel &amp;amp; uniquement pour les abonnés)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;une interface pour voir les heures, dates, IP, navigateur&lt;/strong&gt; de toutes les connexions. Comme le fait Google, Facebook, &amp;hellip;&lt;/li&gt;&#xA;&lt;li&gt;l&amp;rsquo;envoi d&amp;rsquo;un &lt;strong&gt;email a chaque nouvelle connexion&lt;/strong&gt; &amp;hellip; comme le fait Google, Facebook, &amp;hellip; (optionnel)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;On ne peut pas mettre des documents plus important que sur Facebook, Google, Twitter, et avoir une sécurité moindre.&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Digiposte&#43; : Beaucoup de progrès mais pas sur la sécurité !</title>
      <link>https://move.cyber-neurones.org/post/2016/11/2016-11-19-digiposte-beaucoup-de-progres-mais-pas-sur-la-securite/</link>
      <pubDate>Sat, 19 Nov 2016 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2016/11/2016-11-19-digiposte-beaucoup-de-progres-mais-pas-sur-la-securite/</guid>
      <description>&lt;p&gt;Beaucoup de progrès ont été fait sur &lt;strong&gt;Digiposte+&lt;/strong&gt; (#digiposte #digiposte+), maintenant il y a énormément de commerçants et bientôt il y aura la certification de diplôme. &lt;strong&gt;Mais le point noir c&amp;rsquo;est toujours la sécurité&lt;/strong&gt;. La sécurité doit être supérieur à celle de Google ou même de Facebook ! Comment peut-on envisager de voir une copie de sa carte d&amp;rsquo;identité ou de son bulletin de paye dans les mains d&amp;rsquo;autres personnes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Digiposte&#43; : Certification de diplôme.</title>
      <link>https://move.cyber-neurones.org/post/2016/11/2016-11-18-digiposte-certification-de-diplome/</link>
      <pubDate>Fri, 18 Nov 2016 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2016/11/2016-11-18-digiposte-certification-de-diplome/</guid>
      <description>&lt;p&gt;Enfin une boite française va se lancer dans la &lt;strong&gt;certification numérique de diplôme&lt;/strong&gt;. Il était temps ! Voir l&amp;rsquo;article : &lt;a href=&#34;http://www.nextinpact.com/news/102171-des-2017-e-diplomes-et-coffre-fort-numerique-digiposte-pour-eleves.htm&#34;&gt;http://www.nextinpact.com/news/102171-des-2017-e-diplomes-et-coffre-fort-numerique-digiposte-pour-eleves.htm&lt;/a&gt; . Actuellement l&amp;rsquo;académie de Versailles le fait avec &lt;a href=&#34;http://www.cvtrust.com&#34;&gt;http://www.cvtrust.com&lt;/a&gt; (depuis 2014&amp;hellip;). Mais c&amp;rsquo;est mieux que ce soit La Poste &amp;hellip; cocorico ! Il faut noter aussi le site Open Badges : &lt;a href=&#34;https://openbadges.org&#34;&gt;https://openbadges.org&lt;/a&gt; qui est plus un projet ouvert sur le sujet. Pour plus d&amp;rsquo;information voir cet article : &lt;a href=&#34;http://www.vteducation.org/fr/laboratoires/badges-numeriques-ouverts-en-education&#34;&gt;http://www.vteducation.org/fr/laboratoires/badges-numeriques-ouverts-en-education&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Vivement que &lt;strong&gt;la sécurité de Digiposte+&lt;/strong&gt; soient revu avec une interface sur les connexions faites ou bien comme PHPNET le fait, un email à chaque nouvelle connexion. Et le dernier point c&amp;rsquo;est quoi &lt;strong&gt;soit plus facile de récupérer tous les documents&lt;/strong&gt; sur Digiposte+.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Digiposte&#43; , le nouveau service pour remplacer Digiposte Pass</title>
      <link>https://move.cyber-neurones.org/post/2016/10/2016-10-27-digiposte-le-nouveau-service-pour-remplacer-digiposte-pass/</link>
      <pubDate>Thu, 27 Oct 2016 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2016/10/2016-10-27-digiposte-le-nouveau-service-pour-remplacer-digiposte-pass/</guid>
      <description>&lt;p&gt;Le nouveau service de La Poste, Digiposte+ c&amp;rsquo;est &amp;ldquo;Digiposte Pass Payant&amp;rdquo;, mais &lt;strong&gt;toujours pas assez sécurisé à mon goût.&lt;/strong&gt; Donc pour l&amp;rsquo;instant je ne paye pas pour ce service &amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;J&amp;rsquo;ai l&amp;rsquo;impression qu&amp;rsquo;ils avaient bien prévu leur lancement :&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2016/10/capture-decran-2016-10-27-a-11-10-20.png&#34;&gt;&lt;img src=&#34;images/capture-decran-2016-10-27-a-11-10-20.png&#34; alt=&#34;capture-decran-2016-10-27-a-11-10-20&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Sinon je pense toujours que ce n&amp;rsquo;est pas assez sécurisé, il faut avoir un historique des connexions. Pour chaque connexion il faut :&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Date &amp;amp; Heure.&lt;/li&gt;&#xA;&lt;li&gt;IP.&lt;/li&gt;&#xA;&lt;li&gt;Navigateur.&lt;/li&gt;&#xA;&lt;li&gt;Géolocalisation (quand c&amp;rsquo;est un smartphone).&lt;/li&gt;&#xA;&lt;li&gt;Echec/Réussite.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Ensuite l&amp;rsquo;utilisateur doit pouvoir bloquer une IP afin de sécurisé lui-même son site. C&amp;rsquo;est déjà possible sur les sites comme Google+, Facebook, &amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Digiposte : un bon service mais perfectible</title>
      <link>https://move.cyber-neurones.org/post/2014/12/2014-12-03-digiposte-un-bon-service-mais-perfectible/</link>
      <pubDate>Wed, 03 Dec 2014 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2014/12/2014-12-03-digiposte-un-bon-service-mais-perfectible/</guid>
      <description>&lt;p&gt;Digiposte est un service de &lt;a href=&#34;http://fr.wikipedia.org/wiki/Coffre-fort_num%C3%A9rique&#34;&gt;coffre-fort électronique (ou numérique)&lt;/a&gt;. J&amp;rsquo;ai testé ce service Digiposte : &lt;a href=&#34;https://www.digiposte.fr&#34;&gt;https://www.digiposte.fr/&lt;/a&gt; c&amp;rsquo;est un bon service mais il me semble qu&amp;rsquo;il y a quelques manques :&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Le nombre de sites utilisant ce service n&amp;rsquo;est pas encore assez important. Mais les principaux acteurs sont présents ce qui est très bien. Ceux sont les banques qui sont les grandes absentes &amp;hellip; Il est clair que La Poste est en concurrence avec des banques vu que c&amp;rsquo;est une banque, en plus certaines banques comme la caisse d&amp;rsquo;épargne a déjà un service de coffre fort électronique mais payant, et d&amp;rsquo;autres banques comme AXA Banque font payer les relevés &amp;hellip;Mais le plus important c&amp;rsquo;est d&amp;rsquo;intégrer un maximum de site, Google a très bien compris cela et il essaye toujours d&amp;rsquo;être le plus ouvert possible. A noter aussi que pour l&amp;rsquo;Apple Store on ne peut pas vraiment dire que cela fonctionne bien. &lt;strong&gt;Très important&lt;/strong&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Les plus grandes banques en France :&#xA;&lt;ol&gt;&#xA;&lt;li&gt;BNP Paribas : absent.&lt;/li&gt;&#xA;&lt;li&gt;Les caisses d&amp;rsquo;épargne : absent.&lt;/li&gt;&#xA;&lt;li&gt;Crédit agricole : absent.&lt;/li&gt;&#xA;&lt;li&gt;AXA Banque : absent.&lt;/li&gt;&#xA;&lt;li&gt;Société générale : absent.&lt;/li&gt;&#xA;&lt;li&gt;CIC / Crédit mutuel : présent.&lt;/li&gt;&#xA;&lt;li&gt;La poste : présent :).&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Au niveau des services il manque :&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.digitick.com&#34;&gt;digitick.com&lt;/a&gt; : Vente de billet.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.phpnet.org%20&#34;&gt;phpnet.org&lt;/a&gt; : Hébergeur, le meilleur.&lt;/li&gt;&#xA;&lt;li&gt;Gaumont : Vente de billet.&lt;/li&gt;&#xA;&lt;li&gt;Pixmania :&lt;/li&gt;&#xA;&lt;li&gt;Décathlon :&lt;/li&gt;&#xA;&lt;li&gt;&amp;hellip;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Il faudrait le calcul d&amp;rsquo;un checksum sur chaque fichier afin que l&amp;rsquo;utilisateur puisse voir si le fichier est en doublon. Avec un système à &amp;ldquo;plat&amp;rdquo; il est très facile d&amp;rsquo;avoir des doublons de fichiers. Ensuite, c&amp;rsquo;est à l&amp;rsquo;utilisateur de prendre la décision de garder ou supprimer le fichier. &lt;strong&gt;Très important&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;Ajouter un &lt;strong&gt;colonne date modifiable&lt;/strong&gt; par l&amp;rsquo;utilisateur, par exemple la date du scan n&amp;rsquo;est pas la date du document qui est scanné. En fait, il faudrait deux dates: date de dépôt du fichier et date d&amp;rsquo;édition du fichier (modifiable quand c&amp;rsquo;est déposé par l&amp;rsquo;utilisateur). &lt;strong&gt;Très important&lt;/strong&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Voici les colonnes actuellement disponible :&lt;a href=&#34;https://www.cyber-neurones.org/wp-content/uploads/2014/12/cyber-neurones_capture-d%E2%80%99ecran-2014-12-03-a-19.45.41.png&#34;&gt;&lt;img src=&#34;images/cyber-neurones_capture-d%E2%80%99ecran-2014-12-03-a-19.45.41.png&#34; alt=&#34;Capture d’écran 2014-12-03 à 19.45.41&#34;&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;il serait bien d&amp;rsquo;avoir une &amp;ldquo;preview&amp;rdquo; des fichiers. &lt;strong&gt;A faire&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;L&amp;rsquo;application IPhone est minimaliste, on a du mal à faire une recherche &amp;hellip;&lt;strong&gt;A faire&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;Pour l&amp;rsquo;application IPad cela serait bien d&amp;rsquo;avoir un système qui permette la &lt;strong&gt;synchronisation&lt;/strong&gt; des fichiers et pas seulement la visualisation. Cela permet de pouvoir disposer des fichiers en mode &amp;ldquo;&lt;strong&gt;Offline&lt;/strong&gt;&amp;quot;. &lt;strong&gt;Important&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;L&amp;rsquo;ajout du &lt;strong&gt;type de document&lt;/strong&gt; dans les colonnes serait aussi un plus, actuellement il existe seulement Facture &amp;amp; relevé et c&amp;rsquo;est uniquement quand c&amp;rsquo;est un tiers qui transmet : (&lt;strong&gt;Important&lt;/strong&gt;)&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Facture, ( Commerces )&lt;/li&gt;&#xA;&lt;li&gt;Relevé, ( Relevé Bancaire, Relevé de téléphone)&lt;/li&gt;&#xA;&lt;li&gt;Licence, ( Licence de sport )&lt;/li&gt;&#xA;&lt;li&gt;Photo, ( Pour Digishoot )&lt;/li&gt;&#xA;&lt;li&gt;Diplome, ( Diplome, Examen)&lt;/li&gt;&#xA;&lt;li&gt;Permis, ( Permis de conduire, Permis de bateau, &amp;hellip; )&lt;/li&gt;&#xA;&lt;li&gt;Contrôle, ( Contrôle technique, )&lt;/li&gt;&#xA;&lt;li&gt;Identité, ( CNI , Carte grise, Passeport )&lt;/li&gt;&#xA;&lt;li&gt;Billet, ( Par exemple : billet d&amp;rsquo;avion, place avec QR-Code )&lt;/li&gt;&#xA;&lt;li&gt;Garantie, ( Garanti )&lt;/li&gt;&#xA;&lt;li&gt;Attestation, ( Attestation d&amp;rsquo;emploi, Attestation de sport, Attestation de mutuelle)&lt;/li&gt;&#xA;&lt;li&gt;Devis, ( Devis )&lt;/li&gt;&#xA;&lt;li&gt;Acompte, (Acompte )&lt;/li&gt;&#xA;&lt;li&gt;Courrier, ( Lettre importante )&lt;/li&gt;&#xA;&lt;li&gt;Acte, (Acte notarié )&lt;/li&gt;&#xA;&lt;li&gt;Comptabilité, ( Pour les personnes qui ont des entreprises ou SCI ou les auto-entrepreneurs )&lt;/li&gt;&#xA;&lt;li&gt;Paie ( Feuille de paye )&lt;/li&gt;&#xA;&lt;li&gt;Listes ( Carnet d&amp;rsquo;adresse, Listes diverses ).&lt;/li&gt;&#xA;&lt;li&gt;Santé ( Examen ).&lt;/li&gt;&#xA;&lt;li&gt;Facture Client ( Pour les auto-entrepreneurs ).&lt;/li&gt;&#xA;&lt;li&gt;Numéro de série ( Pour avoir le numéro de sérié de ce que l&amp;rsquo;on a acheté, le plus pratique étant de faire une photo de la boite lors de l&amp;rsquo;achat).&lt;/li&gt;&#xA;&lt;li&gt;Capture ( Un peu comme DigiShoot , un service de capture de site Web avec date de la capture par un Tiers , une sorte de &lt;strong&gt;DigiWeb .&lt;/strong&gt; Mais bon cela serait un peu complexe si c&amp;rsquo;est sur Facebook , s&amp;rsquo;il y a besoin d&amp;rsquo;une authentification )&lt;/li&gt;&#xA;&lt;li&gt;Agenda ( Pour Nicolas &amp;hellip; certain garde leur agenda)&lt;/li&gt;&#xA;&lt;li&gt;Autres (Pour les personnes voulant faire de l&amp;rsquo;archivage de document personnel comme des photos de vacance ou autres ).&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Que l&amp;rsquo;application &lt;a href=&#34;https://www.digiposte.fr/decouverte/digishoot-photographiez-certifiez&#34;&gt;&lt;strong&gt;Digishoot&lt;/strong&gt;&lt;/a&gt; soit gratuite (je sais j&amp;rsquo;abuse), actuellement ce service est gratuit dans d&amp;rsquo;autres assurances. Je trouve que cette application peut être utile : &lt;strong&gt;A faire&lt;/strong&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;en cas de sinistre,&lt;/li&gt;&#xA;&lt;li&gt;en cas de construction (affichage du permis),&lt;/li&gt;&#xA;&lt;li&gt;pour les associations qui veulent faire constater,&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Avoir une notification quand on partage un document et que la personne y accède. &lt;strong&gt;A faire&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;L&amp;rsquo;ajout de la &lt;strong&gt;colonne taille&lt;/strong&gt; . Quand on veut faire du ménage c&amp;rsquo;est pratique de commencer à supprimer les plus volumineux. &lt;strong&gt;A faire&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;L&amp;rsquo;ajout de la &lt;strong&gt;colonne date fin de validité (facultative)&lt;/strong&gt;, pour par exemple : les garantis, le contrôle technique, les CNI, &amp;hellip;Le jours avant la fin de validité on reçoit un email. Cela permet de supprimer le document. &lt;strong&gt;Important&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;li&gt;L&amp;rsquo;ajout d&amp;rsquo;une personne (email + adresse : pour livraison d&amp;rsquo;un CD-ROM) dans les paramètres afin que le compte puisse être céder à un tiers en cas de décès. On va dire que c&amp;rsquo;est une option &amp;ldquo;testamentaire&amp;rdquo;, qui serait facultative. &lt;strong&gt;Important&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;li&gt;L&amp;rsquo;ajout d&amp;rsquo;une &lt;strong&gt;colonne ID unique&lt;/strong&gt;, qui permet de faire un lien entre une application cliente et Digiposte. Le plus important quand on développe un service c&amp;rsquo;est de l&amp;rsquo;ouvrir un maximum afin de permettre une intégration facile (voir les produits Google). &lt;strong&gt;A faire.&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Malgré tous les points à corriger, je pense que ce type d&amp;rsquo;application à de l&amp;rsquo;avenir. Il faudrait que le service se rémunère sur l&amp;rsquo;espace disque utilisé. Ou alors offre des services qui serait&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
