如果(极不可能)决定输入并验证签名,我需要以一种消除歧义的方式呈现 ASCII 文件以进行打印。
我提供 8 位符号集 QR 码作为替代,但手动验证将是存档目的的一个很好的补充。
从本质上讲,我需要一个等宽排字机,它可以在遇到 CR/LF 时排版一个“空白”符号来表示空格、一个 CR/LF 符号(并继续到下一行以提高可读性)等等,如果有的话就很明显了是 CR/LF 之前的任何尾随空格,如果存在字符等。
有没有一种字体可以实现这个目标?*nix 实用程序?TeX 模块/包/派生系统?我在 TeX.SE 上发布了一个类似的问题,但它可能更适合这里。
我对 NFS 导出文件有点紧张。
具体来说,我找不到导出路径名中包含“-”的目录的方法。
手册 (exports(5)) 指出:
Also, each line may have one or more specifications for default options
after the path name, in the form of a dash ("-") followed by an option
list. The option list is used for all subsequent exports on that line
only.
Run Code Online (Sandbox Code Playgroud)
然后声明:
If an export name contains spaces it should be quoted using double quotes.
You can also specify spaces or other unusual character in the export name
using a backslash followed by …Run Code Online (Sandbox Code Playgroud) 我最初创建 VDI 是为了自动扩展到 20GB 的虚拟容量。
出于性能原因,我想将它们转换为线性的,即在磁盘上放置一个非稀疏的 20GB 文件,而不是动态扩展的、易于碎片化的图像。