PROJET AUTOBLOG


Links

source: Links

⇐ retour index

How to limit network bandwidth on Linux - Xmodulo

mardi 18 juillet 2017 à 21:50
Pour limiter la bande passante à une commande :
sudo apt install trickle
trickle -d <download-rate> -u <upload-rate> <command>
Permalink