Jak blokować porty Apache
// To block the ports of an app profile (let’s say Apache),
// run the following command:
$ sudo ufw deny Apache
// Check status:
$ sudo ufw status
Mysterious Macaque