ubuntu open port 8080 code example
Example 1: ubuntu open port
sudo ufw allow 1191/tcp
Example 2: hhow to stop port 8080 on ubuntu
lsof -i:8080
Example 3: hhow to stop port 8080 on ubuntu
kill $(lsof -t -i:8080)
sudo ufw allow 1191/tcp
lsof -i:8080
kill $(lsof -t -i:8080)