Иногда бывает ситуация когда 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
#typescript#ai#cli#summarize#typescript
Summarize is a fast tool for summarizing URLs, PDFs, images, audio/video, YouTube, and podcasts via Chrome Side Panel (with chat and history), Firefox Sidebar, or CLI. Install the extension from Chrome Web Store, add the local daemon with `npm i -g @steipete/summarize` and `summarize daemon install --token <TOKEN>`, then get one-click summaries, YouTube slides with OCR/timestamps, streaming Markdown, and media transcription. It saves time by quickly digesting long content so you focus on key insights without reading everything.
https://github.com/steipete/summarize
✨AI Tools for Sending Message
Unlock AI Power in Your Chat! Just type your message and use the AI tools directly within this chat. Get instant summaries, rewrites, and more! Let's get started!
✍️Summarize
📝Rewrite
😉Add Emoji to the Text
🔎Explaining Subject
❤️Graph Messenger 11.20.0
🗓Added from: June 2, 2025
#features#ai#ai_tools#chat
#summarize#rewrite
@GraphMessenger
@GraphMessengerTips
✨AI Tools
Supercharge Your Conversations with AI! Want to summarize a message, obtain key points of the message, explain the subject of the message, or rewrite something for clarity? Use our AI tools right here in the chat!
✍️Summarize Message
🗂Obtain Key Points of the message
🔎Explanation of the message subject
📝Rewrite Message
😉Add Emoji to the Text
❤️Graph Messenger 11.20.0
🗓Added from: June 2, 2025
#features#ai#ai_tools#chat
#summarize#key_points#explain
@GraphMessenger
@GraphMessengerTips