docs: delete misc/limit-upload-speed
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user