Featured
How to Burn DMG to USB on macOS Catalina
如何在 macOS 系统把 dmg 镜像烧进 U 盘? 现在(2020年3月28日,March 28th, 2020)网上能搜到的内容都过时了,正解如下: Convert DMG to ISO——把 DMG 转为 ISO Use dd to burn ISO to USB——用 dd 命令把 ISO 烧进 U 盘 那么第一步,怎么把 DMG 转为 ISO…
- Yet Another GoLang Project Demo
记录技术实践,分享经验与思考。
聚焦 Linux、Go 与基础设施优化。
Tag - Mac OS X
Featured
如何在 macOS 系统把 dmg 镜像烧进 U 盘? 现在(2020年3月28日,March 28th, 2020)网上能搜到的内容都过时了,正解如下: Convert DMG to ISO——把 DMG 转为 ISO Use dd to burn ISO to USB——用 dd 命令把 ISO 烧进 U 盘 那么第一步,怎么把 DMG 转为 ISO…
lsof -n -i4TCP:$PORT | grep LISTEN lsof -n -iTCP:$PORT | grep LISTEN lsof -n -i:$PORT | grep LISTEN 其中$PORT替换为指定的端口号,或者是用英文逗号连接的一组端口号。 from
Mac OS X 系统自带的 grep 命令即便加上 --color 参数也是无法输出彩色文件名和行号的,在当前最新的 El Capitan 10.11.6 中仍然如此,因为 grep 版本太低了,GNU grep 2.5.3 以上版本才支持 Multiple colors 特性。 先上一个新旧命令对比效果图: 如果安装了…