1.查看EFI所在分区

sudo diskutil list

2. 挂载分区

sudo diskutil mount disk0s1

3.允许任意安装源

sudo spctl --master-disable

4.查找端口对应的进程号

#以5000端口为例
lsof -i :5000
# 杀死进程
kill -9 xxx

5.强制刷新DNS服务器

sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder; say DNS cache flushed

6.Macos下warp优选IP地址

# 载IP优选脚本,并执行
wget -N https://gitlab.com/Misaka-blog/warp-script/-/raw/main/files/warp-yxip/warp-yxip-mac.sh && bash warp-yxip-mac.sh
# 配置
cd /Applications/Cloudflare\ WARP.app/Contents/Resources
sudo ./warp-cli set-custom-endpoint IP