标签 sonoma 下的文章

macOS 升级到 14.0 Sonoma 之后,发现 brew 安装的 nginx 无法启动了。

sudo brew services list 查看状态:

nginx error  256 root /Library/LaunchDaemons/homebrew.mxcl.nginx.plist

手动启动之:

$ sudo brew services start nginx 
Warning: Taking root:admin ownership of some nginx paths:
  /opt/homebrew/Cellar/nginx/1.25.2/bin
  /opt/homebrew/Cellar/nginx/1.25.2/bin/nginx
  /opt/homebrew/opt/nginx
  /opt/homebrew/opt/nginx/bin
  /opt/homebrew/var/homebrew/linked/nginx
This will require manual removal of these paths using `sudo rm` on
brew upgrade/reinstall/uninstall.
Warning: nginx must be run as non-root to start at user login!
Bootstrap failed: 5: Input/output error
Error: Failure while executing; `/bin/launchctl bootstrap system /Library/LaunchDaemons/homebrew.mxcl.nginx.plist` exited with 5.

- 阅读剩余部分 -

macOS 升级到了新版本的 14.0 Sonoma,多了很多个视频壁纸,试了一下还是不太喜欢。

据说视频壁纸占用不少空间,macOS 的存储空间太金贵,既然不喜欢用不到,还是要清理一下视频壁纸的。

研究了一下,视频壁纸在 /Library/Application Support/com.apple.idleassetsd/Customer/4KSDR240FPS/ 这个目录,当然要想在访达(Finder) 里打开最好还是用终端程序。

- 阅读剩余部分 -