1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-12-29 02:50:22 +01:00

docs: update Linux/Check-debit

Cette révision appartient à :
Mickael Asseline 2021-04-30 21:29:00 +00:00 révisé par Mickael Asseline
Parent 4bdef3130c
révision e18926fc5e

Voir le fichier

@ -2,7 +2,7 @@
title: Vérifier son débit
description: Vérifier son débit ou la vitesse de transfert entre deux serveurs
published: true
date: 2021-04-30T21:16:44.144Z
date: 2021-04-30T21:28:58.690Z
tags:
editor: markdown
dateCreated: 2021-04-30T21:13:55.147Z
@ -26,14 +26,24 @@ Speedtest d'Ookla met à disposition un petit outil à disposition très pratiqu
### Installation :
# Tabs {.tabset}
## First Tab
Any content here will go into the first tab...
## Second Tab
Any content here will go into the second tab...
## Third Tab
Any content here will go into the third tab...
## Debian / Ubuntu
```
curl -s https://install.speedtest.net/app/cli/install.deb.sh | sudo bash
sudo apt-get install speedtest
```
## CentOS / Fedora / Redhat
```
curl -s https://install.speedtest.net/app/cli/install.rpm.sh | sudo bash
sudo yum install speedtest
```
## FreeBSD
```
sudo pkg update && sudo pkg install -g libidn2 ca_root_nss
sudo pkg add "https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-freebsd.pkg"
```
## MacOS
```
brew tap teamookla/speedtest
brew update
brew install speedtest --force
```