mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-01-24 12:46:25 -06:00
Update README.md
This commit is contained in:
parent
18dbc65048
commit
469e4d64d6
@ -32,8 +32,10 @@ The impact of fq_codel on a 3000Mbps connection vs hard rate limiting — a 30x
|
|||||||
* NIC supporting two virtual interfaces for traffic shaping (in/out), preferably SFP+ capable
|
* NIC supporting two virtual interfaces for traffic shaping (in/out), preferably SFP+ capable
|
||||||
* <a href="https://www.fs.com/products/75600.html">Intel X710</a> recommended for anything over 1Gbps.
|
* <a href="https://www.fs.com/products/75600.html">Intel X710</a> recommended for anything over 1Gbps.
|
||||||
* Recent Linux kernel for up-to-date linux tc package. Ubuntu Server 20.04.1+ recommended
|
* Recent Linux kernel for up-to-date linux tc package. Ubuntu Server 20.04.1+ recommended
|
||||||
* Python 3
|
* Python 3, PIP, and some modules
|
||||||
```
|
```
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install python3-pip
|
||||||
python3 -m pip install ipaddress schedule prettytable
|
python3 -m pip install ipaddress schedule prettytable
|
||||||
sudo python3 -m pip install ipaddress schedule prettytable
|
sudo python3 -m pip install ipaddress schedule prettytable
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user