摘要: 配置主题 https://draculatheme.com/iterm 打开 iTerm2 > Preferences > Profiles > Colors Tab。 在右下角的 Color Presets 下拉菜单中,选择 Import。 选择 Dracula.itermcolors 文件(从 阅读全文
posted @ 2025-08-24 23:51 牛奔 阅读(109) 评论(0) 推荐(0)
摘要: 使用 du 命令查找大文件或目录 检查整个文件系统的大目录: du -ah / | sort -rh | head -n 20 du -ah /:扫描根目录下所有文件和目录的大小,-a 表示包括文件,-h 使输出人类可读。 sort -rh:按大小降序排序,-r 表示逆序,-h 解析人类可读格式。 阅读全文
posted @ 2025-08-24 23:34 牛奔 阅读(164) 评论(0) 推荐(0)