Daily Shaarli

All links of one day in a single page.

August 23, 2019

WonderShaper – A Tool to Limit Network Bandwidth in Linux

安装:
yum -y install git
cd root
git clone https://github.com/magnific0/wondershaper.git
cd wondershaper
sudo make install
配置:
$ ifconfig
$ wondershaper -a eth0 -d 245760
#下载限速30M/S
$ wondershaper -ca eth0
#解除限速