diff --git a/Linux/Check-debit.md b/Linux/Check-debit.md index e75bf61..3559870 100644 --- a/Linux/Check-debit.md +++ b/Linux/Check-debit.md @@ -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... \ No newline at end of file +## 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 +``` \ No newline at end of file