homebrew 服务错误 uninitialized constant Homebrew Service System

从源重新拉取一下服务更新 1git -C "$(brew --repo homebrew/services)" remote set-url origin https://github.com/Homebrew/homebrew-...

运维

macOS M1 python 连接 SQLServer

python版本一定要使用3.8 brew install freeTDS conda install "pymssql==2.1.5" 其它版本或者更高版本不可行。

编程

macOS(M1)纯净开发环境方案

踩坑与结局比如 MySQL,Redis,web 开发的多站点管理,在 macOS 下面没有好用的面板程序,本来想用 docker 跑 ubuntu 安装宝塔面板,但屡战屡败,各种错误,错误来源于 docker for mac 的网络架构,也来源于 M...

运维

macOS 刷新应用菜单图标

12defaults write com.apple.dock ResetLaunchPad -bool truekillall Dock

运维

macOS 内 Nginx & PHP 单服务器配置模版

1234567891011121314151617server { listen 8081; server_name localhost; root /Users/celaraze/Desktop/jar...

运维