You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
544 B
Plaintext
25 lines
544 B
Plaintext
# Usefull to know
|
|
# sudo fuser -k 6653/tcp
|
|
# sudo mn -c
|
|
|
|
|
|
Per far funzionare le cose serve:
|
|
|
|
sudo apt-get install python3
|
|
python3 --version //This command should display the version of Python 3.x that was installed
|
|
|
|
sudo apt-get install openvswitch-testcontroller //non serve davvero
|
|
sudo apt-get install python3-pip
|
|
pip3 install configparser
|
|
pip3 install colorama
|
|
pip3 install mininet
|
|
pip3 install ryu
|
|
pip3 install --upgrade pip
|
|
pip3 install pillow
|
|
pip3 install matplotlib
|
|
sudo apt-get install mininet
|
|
|
|
# Vedo i dettagli con
|
|
> X route
|
|
> dump
|