Иногда бывает ситуация когда dev-сервер по какой-либо причине не закрылся и висит в процессах, занимая порт.
Это может быть из-за падения IDE или просто сам забыл погасить и закрыл терминал.
Для таких случаев я набросал простую функцию с командой:
kill_on_port() {
port=$(lsof -t -i:$1)
echo "KILL PROCESS:" $port
sudo kill -9 $port
}
alias killonport="kill_on_port $@"
Код поместить в ~/.bashrc и рестартнуть систему.
Если во время старта dev-сервера получаете ошибку что порт уже занят, просто выполните команду, подставив свой порт.
Bash
kill_on_port 8000
Скорее всего бесполезно, если другой процесс назначен на перезапуск вашего dev-сервера в случае падения.
Имя команды можете изменить на любое другое.
#linux
🌎 The lyrebird’s call isn’t its only quirky skill—it can mimic the sound of chainsaws, camera shutters, and even car alarms, thanks to the most complex vocal organs in the bird world. These copycat birds help signal their territory and attract mates, showing off nature’s ultimate vocal impressionist. ✨
#birds⚡#mimicry⚡#nature
👉subscribe Interesting Planet
🌎 The blue poison fang blenny avoids predators by mimicking deadly fish and carrying real toxins in its bite—one of the few venomous fish that inject opioid-like chemicals, numbing attackers instantly. ✨
#venom⚡#mimicry⚡#ocean
👉subscribe Interesting Planet
🌎 The male Australian superb lyrebird can mimic over 20 different bird species and even human sounds. Its tail feathers form a fan shape used in courtship displays. Lyrebirds have the most complex vocal repertoire of any songbird, with some males learning new sounds throughout their lives. ✨
#lyrebird⚡#adaptation⚡#mimicry
👉subscribe Interesting Planet
👉more Channels
🌎 The mimic poison frog of Central America’s rainforests sports dazzling colors that copy other toxic frogs, deterring predators through clever visual deception rather than its own strong toxins. ✨
#rainforest⚡#mimicry⚡#frogs
👉subscribe Interesting Planet
🌎 The bolas spider swings a sticky silk “lure” scented like female moths to attract unsuspecting mates—then snags them midair in a single swoop! ✨
#spider⚡#mimicry⚡#hunting
👉subscribe Interesting Planet