摘要: Miniconda Installers https://www.anaconda.com/download/success 一、安装open-webui (python3.11) conda create -n py311 python=3.11 --channel https://mirrors 阅读全文
posted @ 2025-02-14 22:12 shenshu 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 参考文章 https://blog.csdn.net/u013071014/article/details/139863379 Docker快速通关 https://www.yuque.com/leifengyang/sutong/au0lv3sv3eldsmn8 安装包下载 docker安装包下载 阅读全文
posted @ 2025-02-14 21:56 shenshu 阅读(13) 评论(0) 推荐(0) 编辑
摘要: conda create -n py3.11 python=3.11 --channel https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ 阅读全文
posted @ 2025-02-12 12:47 shenshu 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 参考地址:https://blog.csdn.net/sun_he_he/article/details/138096231 #yum groupinstall -y "Development Tools" sudo yum install -y zlib-devel bzip2-devel ope 阅读全文
posted @ 2025-02-06 23:10 shenshu 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 创建python3.11虚拟环境 conda create -n py311 python=3.11 --channel https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ python -m venv py311-open-webui 阅读全文
posted @ 2025-02-06 21:25 shenshu 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 1、离线安装 https://github.com/ollama/ollama/blob/main/docs/linux.md 2、模型默认位置 /usr/share/ollama/.ollama/models 参考 https://blog.csdn.net/hooksten/article/de 阅读全文
posted @ 2025-02-06 20:24 shenshu 阅读(403) 评论(0) 推荐(0) 编辑
摘要: systemctl start iptables.service systemctl enable iptables.service iptables -L #默认input 是Accept,即input中没有匹配到的规则都accept iptables -F iptables -A INPUT - 阅读全文
posted @ 2025-01-16 14:13 shenshu 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 1、下载go语言开发环境 https://go.dev/dl/ 2、安装vscode https://code.visualstudio.com/download 3、修改GO111MODULE、GOPROXY go env -w GO111MODULE=on go env -w GOPROXY=h 阅读全文
posted @ 2024-12-30 14:47 shenshu 阅读(51) 评论(0) 推荐(0) 编辑
摘要: Linux x86 frps 通过百度网盘分享的文件:frps.zip 链接:https://pan.baidu.com/s/15NaMdZw6Yz94IGGRuVXtyw?pwd=6jdi 提取码:6jdi frps.toml bindPort = 1234 auth.token = "xxxx" 阅读全文
posted @ 2024-12-25 19:22 shenshu 阅读(34) 评论(0) 推荐(0) 编辑
摘要: https://blog.twofei.com/528/ 阅读全文
posted @ 2024-11-28 14:40 shenshu 阅读(4) 评论(0) 推荐(0) 编辑