文章摘要
加载中...|
此内容根据文章生成,并经过人工审核,仅用于文章内容的解释与总结 投诉

生成测试二进制文件

bash
# mac/linux
dd if=/dev/zero of=test.bin bs=1M count=100 # 生成100MB的测试文件
powershell
# windows
fsutil file createnew test.bin 104857600 # 100 * 1024 * 1024 字节

重置 Cursor 机器码

bash
# mac
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh | sudo bash
bash
# linux
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_linux_id_modifier.sh | sudo bash
powershell
# windows
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
赞赏博主
评论 隐私政策