<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 10/21/18 8:13 AM, Ludwig Causilla
      Leyva wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:37fe21d4546d6491b7d4fee42ac7a8e7@cfg.jovenclub.cu">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <p>Estoy intentando descargar la nueva versión de Lubuntu 18.10
        con LXQt para arquitectura 32 bit y por restricciones dentro de
        mi red no me deja descargar mas de 10 MB en un solo archivo,
        ¿puede alguien hacerme el favor de poner el iso de 32 bit de
        Lubuntu 18.10 en MEGA o cualquier otro lugar que permita
        descargas por stream? Gracias de antemano</p>
      <p>I´m trying to download the new Lubuntu 18.10 version with LXQt
        for the 32 bit architecture but... Because the restricctions of
        my Work´s network (where i´m trying to download) Only less than
        10 MB files are allowed to downloaded, ¿Can someone put the 32
        bit arch ISO on any plataform that allow stream download
        (Perhaps MEGA o something similar)? I´ll give you my gratitud
        and grettings from Cuba... <span style="font-size: 10pt;"></span></p>
      <div>---<br>
        <p><span style="font-family: arial, helvetica, sans-serif;
            font-size: small;">Ludwig Causilla Leyva </span><br>
          <span style="font-family: arial, helvetica, sans-serif;
            font-size: small;"> Ing. en Ciencias Informáticas.</span><br>
          <span style="font-family: arial, helvetica, sans-serif;
            font-size: small;"> Administrador de Red en JCCE Abreus 2</span><br>
          <span style="font-family: arial, helvetica, sans-serif;
            font-size: small;">teléfono: 540 348 </span></p>
        <p><img src="cid:part1.75D35375.8A4B08E9@gmail.com" alt=""
            class=""></p>
      </div>
      <p><br>
      </p>
    </blockquote>
    <p>Hi,</p>
    <p>Have you tried using the <a moz-do-not-send="true"
href="http://cdimage.ubuntu.com/lubuntu/releases/cosmic/release/lubuntu-18.10-desktop-i386.iso.torrent">torrent
        option</a>?  Or perhaps using <a moz-do-not-send="true"
        href="https://help.ubuntu.com/community/ZsyncCdImage">zsync</a>
      would work.  With zsync you could download 10MB and then restart
      the download once it fails.</p>
    <p>Something like:</p>
    <tt>#!/bin/bash</tt><br>
    <tt>iter=1</tt><br>
    <tt>while ! zsync
<a class="moz-txt-link-freetext" href="http://cdimage.ubuntu.com/lubuntu/releases/cosmic/release/lubuntu-18.10-desktop-i386.iso.zsync">http://cdimage.ubuntu.com/lubuntu/releases/cosmic/release/lubuntu-18.10-desktop-i386.iso.zsync</a></tt><br>
    <tt>do</tt><br>
    <tt>iter=$(( iter + 1 ))</tt><br>
    <tt>echo "Try #$iter"</tt><br>
    <tt>[[ -f </tt><tt>lubuntu-18.10-desktop-i386.iso ]] && </tt><tt>ls
      -lah </tt><tt>lubuntu-18.10-desktop-i386.iso</tt><br>
    <tt>done</tt>
    <p><br>
    </p>
    <p>This will automatically try to zsync repeatedly, until it fully
      finishes.</p>
    <p>You will have to CTRL+C to stop it if you need to (or close the
      terminal window)</p>
    <p>However this will not work in windows, unless, perhaps you use
      WSL though I have never used WSL and cannot actually confirm it.<br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Regards</pre>
  </body>
</html>