摘要: dpkg 参数 全称 作用 -i --install 安装 .deb 包 -r --remove 卸载软件(保留配置) -P --purge 完全卸载(删除配置) -t --test 测试模式(不实际操作) -l --list 列出已安装的包 -s --status 查看包状态(如版本、依赖) # 阅读全文
posted @ 2025-06-14 20:33 十三山入秋 阅读(10) 评论(0) 推荐(0)
摘要: 只要修改一个配置文件 ~/.ssh/config # 1 Host github.com HostName github.com User git IdentityFile ~/.ssh/id_rsa # 2 Host github.com-hugh HostName github.com User 阅读全文
posted @ 2025-06-14 13:19 十三山入秋 阅读(8) 评论(0) 推荐(0)
摘要: 报错示例 kex_exchange_identification: Connection closed by remote host Connection closed by 127.0.0.1 xxxx 解决方法 修改 ~/.ssh/config 参考:https://docs.github.co 阅读全文
posted @ 2025-06-14 12:55 十三山入秋 阅读(85) 评论(0) 推荐(0)