摘要: 转载自:https://www.cnblogs.com/fortran/archive/2010/07/25/1784513.html vim中大小写转化的命令是:gu或者gU,形象一点的解释就是小u意味着转为小写,大U意味着转为大写。接下来说明对这两个命令的限定(限定操作的行,字母,单词)等等。 阅读全文
posted @ 2020-03-02 08:54 sane_gao 阅读(211) 评论(0) 推荐(0) 编辑
摘要: https://www.appmaildev.com/en/dkimfile 阅读全文
posted @ 2020-03-02 08:43 sane_gao 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 收集到两种命令行获取方法:(另外https://www.maketecheasier.com/find-mac-serial-number/中还说明了GUI模式下的查看方法) 1、system_profiler SPSerialATADataType. (system_profiler SPNVMe 阅读全文
posted @ 2020-02-28 09:27 sane_gao 阅读(4726) 评论(0) 推荐(0) 编辑
摘要: 引自:https://unix.stackexchange.com/questions/512945/what-units-are-the-values-in-proc-partitions-and-sys-dev-block-block-size /proc/partitions shows th 阅读全文
posted @ 2020-02-25 10:33 sane_gao 阅读(1535) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/fiberhome/p/8275961.html https://linux.cn/article-4682-1.html 阅读全文
posted @ 2020-02-25 10:30 sane_gao 阅读(316) 评论(0) 推荐(0) 编辑
摘要: Practical Forensic Imaging: Securing Digital Evidence with Linux Tools (English Edition) mark. 阅读全文
posted @ 2020-02-18 10:00 sane_gao 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 本文转载自:http://www.linuxsong.org/2015/04/mac-os-x-ldd-strace/ Linux下经常会用到ldd查看程序使用了哪些共享链接库,很方便的一个工具,在Mac OS X上没有这个命令,如果想在Mac OS X查看程序使用了哪些链接库可以用otool 来代 阅读全文
posted @ 2020-02-17 15:43 sane_gao 阅读(1746) 评论(0) 推荐(0) 编辑
摘要: otool - object file displaying tool otool [ option ... ] [ file ... ] -L Display the names and version numbers of the shared libraries that the object 阅读全文
posted @ 2020-02-17 15:38 sane_gao 阅读(420) 评论(0) 推荐(0) 编辑
摘要: https://guide.macports.org/#installing.shell 阅读全文
posted @ 2020-01-20 14:40 sane_gao 阅读(166) 评论(0) 推荐(0) 编辑
摘要: https://github.com/libyal/libewf/wiki https://linux.die.net/man/1/ewfacquire https://linux.die.net/man/1/ewfacquirestream 阅读全文
posted @ 2020-01-20 14:16 sane_gao 阅读(262) 评论(0) 推荐(0) 编辑