TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #9 · 7 јан.

Иногда бывает ситуация когда 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

Hashtags

Резултати

Пронајдени 3 слични објави

Пребарај: #tournaments

当前筛选 #tournaments清除筛选
TONlines – News

@tonlines · Post #7573 · 21.11.2025 г., 17:26

Fanton EN: Upcoming Tournament Schedules Released! #tournaments#NFT Fanton EN presents the weekend tournament schedule featuring the EPL Mini-Season and various Top-5 Leagues tournaments. Participants can join free and paid NFT competitions in English Premier League, Russian Premier League, and others. Highlights include the Newcastle vs Man City game and the Milan Derby. Source: link @tonlines

TONlines – News

@tonlines · Post #6890 · 22.04.2025 г., 04:29

Fanton EN 🇬🇧: Technical Update and Balance Correction #technical#tournaments Fanton EN 🇬🇧 has addressed a technical error where some players joined paid tournaments without paying. An update on April 21 fixed this issue by automatically deducting the appropriate entry fees. Players can request a list of affected tournaments by contacting support. Source: link @tonlines

GitHub Trends

@githubtrending · Post #14678 · 07.05.2025 г., 11:30

#python#api#bracket#brackets#docker#docusaurus#fastapi#json#mantine#nextjs#postgresql#python#react#reactjs#selfhosted#sports#tournament_bracket#tournament_manager#tournaments#web#yarn Bracket is a tool for organizing tournaments. It supports different formats like single elimination, round-robin, and Swiss. You can create teams, add players, and manage multiple clubs with several tournaments. The system allows you to drag-and-drop matches to different courts or reschedule them. It also provides customizable dashboard pages for public viewing. This makes it easier to manage and engage with tournaments, offering more flexibility and control for organizers and participants. https://github.com/evroon/bracket