Stop port menggunakan 8000
kill -9 $(lsof -i TCP:8000 | grep LISTEN | awk '{print $2}')
Beautiful Bear
kill -9 $(lsof -i TCP:8000 | grep LISTEN | awk '{print $2}')