摘要:
https://zhuanlan.zhihu.com/p/70459013 阅读全文
摘要:
Miniconda Installers https://www.anaconda.com/download/success 一、安装open-webui (python3.11) conda create -n py311 python=3.11 --channel https://mirrors 阅读全文
摘要:
参考文章 https://blog.csdn.net/u013071014/article/details/139863379 Docker快速通关 https://www.yuque.com/leifengyang/sutong/au0lv3sv3eldsmn8 安装包下载 docker安装包下载 阅读全文
摘要:
conda create -n py3.11 python=3.11 --channel https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ 阅读全文
摘要:
参考地址:https://blog.csdn.net/sun_he_he/article/details/138096231 #yum groupinstall -y "Development Tools" sudo yum install -y zlib-devel bzip2-devel ope 阅读全文
摘要:
创建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 阅读全文
摘要:
1、离线安装 https://github.com/ollama/ollama/blob/main/docs/linux.md 2、模型默认位置 /usr/share/ollama/.ollama/models 参考 https://blog.csdn.net/hooksten/article/de 阅读全文
摘要:
systemctl start iptables.service systemctl enable iptables.service iptables -L #默认input 是Accept,即input中没有匹配到的规则都accept iptables -F iptables -A INPUT - 阅读全文
摘要:
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 阅读全文
摘要:
Linux x86 frps 通过百度网盘分享的文件:frps.zip 链接:https://pan.baidu.com/s/15NaMdZw6Yz94IGGRuVXtyw?pwd=6jdi 提取码:6jdi frps.toml bindPort = 1234 auth.token = "xxxx" 阅读全文