Terminate all service that is running port 80

PHOTO EMBED

Wed Mar 16 2022 10:57:46 GMT+0000 (Coordinated Universal Time)

Saved by @zildjianjaxolis #wordpress #woocommerce #woof

sudo lsof -i:80; sudo lsof -tnP -i:80 | xargs -n 1 ps -p
kill <PID target>
content_copyCOPY