macOS 卸载智障软件 SamsungMagician(三星魔术师)
为了更好的体验,尝试安装了 SamsungMagician,一款三星新推出的“旨在支持三星公司的内存产品,从内置固态硬盘到便携式固态硬盘、存储卡,再到 USB 闪存卡”的大一统作品。
用了一下,真是的是智障+各种BUG。
为了更好的体验,尝试安装了 SamsungMagician,一款三星新推出的“旨在支持三星公司的内存产品,从内置固态硬盘到便携式固态硬盘、存储卡,再到 USB 闪存卡”的大一统作品。
用了一下,真是的是智障+各种BUG。
几年前我写过一个 Moom 的介绍文章——《Moom——macOS 下的窗口布局管理工具》,后来国内也有一款类似的软件发布了,就是 Magnet。
刚看了一下 AppStore,美区的价格是 4.99刀,大概是人民币 40 块不到。由于我买的早,只记得最初发布的时候价格不贵(不然我也不会在买了正版 Moom 的情况下再购买 Magnet),所以买了一下算是支持国产开发者。
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) 里打开最好还是用终端程序。
今天为了本地编译一个开源软件,用 homebrew 安装了 rustc
,结果后来发现导致 php 命令报错。
dyld[16856]: Library not loaded: /opt/homebrew/opt/libavif/lib/libavif.15.dylib
Referenced from: <87C1A268-34E4-396F-8BBC-D5591064E333> /opt/homebrew/Cellar/gd/2.3.3_5/lib/libgd.3.dylib
Reason: tried: '/opt/homebrew/opt/libavif/lib/libavif.15.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/libavif/lib/libavif.15.dylib' (no such file), '/opt/homebrew/opt/libavif/lib/libavif.15.dylib' (no such file), '/usr/local/lib/libavif.15.dylib' (no such file), '/usr/lib/libavif.15.dylib' (no such file, not in dyld cache), '/opt/homebrew/Cellar/libavif/1.0.1/lib/libavif.15.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/libavif/1.0.1/lib/libavif.15.dylib' (no such file), '/opt/homebrew/Cellar/libavif/1.0.1/lib/libavif.15.dylib' (no such file), '/usr/local/lib/libavif.15.dylib' (no such file), '/usr/lib/libavif.15.dylib' (no such file, not in dyld cache)
Abort trap: 6
昨天在用 keynote 的时候,想将粘贴进去的图片保存到本地目录,结果发现右击并没有出现保存到本地的选项,于是研究了一下,终于找到了坑爹的方法。
以前收藏了很多 txt 书籍小说,今天整理的发现在 macOS 下 GBK 编码的 txt 文件无法使用预览功能。
熟悉终端(Terminal)的用户可以使用 iconv 命令转换一下文本文件的编码格式。
不熟悉的话,可以使用 Sublime/VSCode 之类的编辑器(程序员常用)打开 TXT 文件,编辑器会自动适配编码展示中文,注意此时不要保存,要复制,然后打开一个新的窗口粘贴进去保存为新文件。
下面来说一下使用终端程序怎么处理。
命令参考: