Izinkan dan blokir port menggunakan port di 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