摘要: git 拉取 github 仓库时,报错 gnutls_handshake() failed: The TLS connection was non-properly terminated. 搜索查阅参考文档,意识到是代理配置出了问题。 重置代理 git config --global --unse 阅读全文
posted @ 2025-06-18 23:51 Wyny 阅读(20) 评论(0) 推荐(0)
摘要: (转载+补充)ollama安装更新与卸载 简介 本节学习如何在 Linux 系统中完成 Ollama 的安装与配置,以及对 Ollama 更新,特定版本的安装,查看日志和卸载。 一、快速安装 Ollama 下载:https://ollama.com/download Ollama 官方主页:http 阅读全文
posted @ 2025-01-23 22:07 Wyny 阅读(9613) 评论(0) 推荐(1)
摘要: 1. 直接yum安装: yum install -y squid 2. 编辑配置文件 打开配置文件squid.conf vi /etc/squid/squid.conf 修改配置如下: http_port 13128 # http_access deny all # 找到该行并注释掉 http_ac 阅读全文
posted @ 2025-01-22 11:12 Wyny 阅读(30) 评论(0) 推荐(0)