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 - macOS
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
macOS 升级到 High Sierra 后,telnet 命令竟然不见了!身为码畜,是可忍孰不可忍…… 安装 Homebrew 如果你还没有安装过 Homebrew,先用下面的命令安装上: /usr/bin/ruby -e "$(curl -fsSL…
2017-12-02: Karabiner-Elements-11.3.0 已经支持在 macOS High Sierra (ver 11.13.1) 系统上实现 Vi Style Arrows——安装 Karabiner-Elements 后,在这个页面上找到「Vi Style Arrows」,点击右侧的 Import 按钮将配置导入并 enable…
@author [email protected] @version 20160908:03 安装 下载 使用 ci <word> ci > <word> 更新历史 版本 更新内容 20160908:03 支持中文 20160908:02 第一次输入获取suggest,回车后查词 20160907:01 初始版本
@author [email protected] @version 20160907:01 安装 下载 使用
@author [email protected] @version 20160906:01 安装 下载 使用 感谢 原始版本 binai 改进版
北京链家成交价格查询 Alfred.Workflow @author [email protected] @version 20160906.01 安装 下载 使用 lj <小区名称>
Mac OS X 系统自带的 grep 命令即便加上 --color 参数也是无法输出彩色文件名和行号的,在当前最新的 El Capitan 10.11.6 中仍然如此,因为 grep 版本太低了,GNU grep 2.5.3 以上版本才支持 Multiple colors 特性。 先上一个新旧命令对比效果图: 如果安装了…