Autoriser et bloquer les ports à l'aide du port dans Ubuntu

//For example, to allow the TCP port 8080 using UFW, run the following command:
$ sudo ufw allow 8080/tcp

// Then check status with: 
$ sudo ufw status
Mysterious Macaque