pifconfig
Python bindings for the ethtool kernel interface - Python 2.7
Install
- All systems
-
curl cmd.cat/pifconfig.sh
- Debian
-
apt-get install python-ethtool
- Ubuntu
-
apt-get install python-ethtool
- Arch Linux
-
pacman -S python-ethtool
- Kali Linux
-
apt-get install python-ethtool
- CentOS
-
yum install python-ethtool
- Fedora
-
dnf install python3-ethtool
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-ethtool
- Raspbian
-
apt-get install python-ethtool
- Dockerfile
- dockerfile.run/pifconfig
python-ethtool
Python bindings for the ethtool kernel interface - Python 2.7
Allows querying and changing of ethernet card settings, such as speed, port, autonegotiation, and PCI locations. This package provides the Python 2.7 module.
python3-ethtool
Python bindings for the ethtool kernel interface - Python 3.x
Allows querying and changing of ethernet card settings, such as speed, port, autonegotiation, and PCI locations. This package provides the Python 3.x module.