Иногда бывает ситуация когда 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
#FTM/USDT analysis :
#FTM is currently in a bullish trend, characterized by higher highs and higher lows, with consistent support along the trendline. The price is expected to rebound from its current level and test previous highs. A breakout above the $0.8800 level would present an optimal entry point for further upward movement.
TF : 1D
Entry : $0.8800
Target : $1.4000
SL : $0.6550
#FTM/USDT analysis :
#FTM is currently consolidating sideways within the support and resistance zone. The price is bouncing back from the support zone and is anticipated to sustain its momentum and test the previous swing high within the resistance zone.
TF : 30min
Entry : $0.4193
Target : $0.4314
SL : $0.4127
#FTM +%70 🤑🤑
CoinLegs users enjoying their profits while not charting.
Why don't you?
Let the algorithm notify when market structure breaks occur.
Make the trading easier with CoinLegs tools!