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

Резултати

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

Пребарај: #ricing

当前筛选 #ricing清除筛选
📓 Real Spencer Woo

@realSpencerWoo · Post #35 · 19.12.2019 г., 02:51

#Terminal#Ricing ☄Starship 是一个「跨 Shell、跨平台」的 prompt,支持各种 Shell,甚至直接支持 PowerShell。Starship 的设计来源于之前 ZSH 的一个 prompt 设计:spaceship-prompt,Starship 借鉴了其显示元素,用 Rust 完全重写了整个项目,保持原有简洁的 UI 不变的基础之上,带来了极大的性能提升,同时支持多个平台,推荐尝试。 🚀 安装: Unix:curl -fsSL https://starship.rs/install.sh | bash macOS:brew install starship Windows:scoop install starship 看,直接支持利用 scoop 安装,真棒。👍 📮 Via channel: @realSpencerWoo

GitHub Trends

@githubtrending · Post #15286 · 10.11.2025 г., 14:00

#qml#dotfiles#hyprland#linux#material_design#quickshell#rice#ricing#unixporn#wayland This Hyprland dotfiles setup gives you a modern, easy-to-use Linux desktop with features like a live app overview, AI integration (Gemini and Ollama), and automatic, beautiful color themes that match your wallpaper. Installation is simple with a one-line command, and the default keybinds are familiar if you’ve used Windows or GNOME. The system uses Quickshell for widgets (not Waybar), shows every command during setup for transparency, and offers a friendly Discord community for help. You benefit from a polished, customizable environment that’s both visually appealing and practical, with support for new users and advanced customization options. https://github.com/end-4/dots-hyprland