Tony 发布的文章

由于需要测试一个很老的软件,需要在 macOS 上的 /home 目录下创建一个目录,结果报错 Operation not supported。

2024-02-29T10:36:17.png

其实这是 macOS 的安全模块限制的。

解决方案就是关闭这个限制,方法如下:

编辑 /etc/auto_master 文件,将下面这行注释掉:

2024-02-29T10:36:34.png

然后执行 sudo automount 命令重载一下配置即可。


2024-02-29T10:36:51.png

EPS File Viewer 是一款免费的 eps 文件的查看器,官网地址是 http://www.epsfileviewer.com/

官方介绍:

EPS File Viewer is a free viewer for EPS files, simple and fast, no need to install any other program, this standalone software can quickly open a EPS file (file extension: *.eps) and display file image. "How to open eps file?", this software is the answer. It supports Zoom-in and Zoom-out feature, users can zoom in to get a close-up view or zoom out to see more details at a reduced size. In addition, this software supports "Save as JPG" function, this feature can convert EPS format file to JPG image, that means users can use this software as a EPS converter.

中文翻译:

- 阅读剩余部分 -