diff --git a/misc/limit-upload-speed.md b/misc/limit-upload-speed.md deleted file mode 100755 index 0f14b57..0000000 --- a/misc/limit-upload-speed.md +++ /dev/null @@ -1,16 +0,0 @@ -### check speed -```bash -speedtest -``` -### view eth0 speed -```bash -nload eth0 -``` -### limit upload to 50Mbit -```bash -tc qdisc add dev eth0 root tbf rate 500kbit burst 16kbit latency 50ms -``` -### remove limit on upload -```bash -tc qdisc del dev eth0 root -``` \ No newline at end of file