informatica:microservers:raid
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
informatica:microservers:raid [2020/12/13 00:06] – jose | informatica:microservers:raid [2020/12/16 00:05] (current) – jose | ||
---|---|---|---|
Line 233: | Line 233: | ||
/ | / | ||
+ | ====== Instalación FTP ====== | ||
+ | Lo haremos con docker. Primero instalamos docker: | ||
+ | sudo apt-get install \ | ||
+ | apt-transport-https \ | ||
+ | ca-certificates \ | ||
+ | curl \ | ||
+ | gnupg-agent \ | ||
+ | software-properties-common | ||
+ | | ||
+ | curl -fsSL https:// | ||
+ | apt-key fingerprint 0EBFCD88 | ||
+ | | ||
+ | add-apt-repository \ | ||
+ | " | ||
+ | | ||
+ | | ||
+ | |||
+ | apt-get update | ||
+ | apt-get install docker-ce docker-ce-cli containerd.io | ||
+ | |||
+ | Docker compose: | ||
+ | sudo curl -L " | ||
+ | sudo chmod +x / | ||
+ | |||
+ | | ||
+ | docker run --rm --name ftp_server -d -p 21:21 -p 21000-21010: | ||
====== Pruebas de velocidad ====== | ====== Pruebas de velocidad ====== | ||
Line 367: | Line 393: | ||
16GB real 2m33.965s | 16GB real 2m33.965s | ||
- | ===== Instalación | + | FTP: |
- | Lo haremos con docker. Primero instalamos docker: | + | |
- | sudo apt-get install \ | + | Desde una conexión 100Mbps/ |
- | | + | 1.6Gb (1718558720 bytes) sent in 132.96 secs (12.3269 MB/s) |
- | | + | 5.5Gb (5864260625 bytes) sent in 453.54 secs (12.3311 MB/s) |
- | curl \ | + | |
- | | + | Desde una conexión 552Mbps/ |
- | | + | |
- | + | | |
- | | + | |
+ | |||
- | apt-key fingerprint 0EBFCD88 | ||
- | | ||
- | add-apt-repository \ | ||
- | " | ||
- | | ||
- | | ||
- | apt-get update | ||
- | apt-get install docker-ce docker-ce-cli containerd.io | ||
- | | ||
- | | ||
- | |
informatica/microservers/raid.1607817983.txt.gz · Last modified: 2020/12/13 00:06 by jose