上一页 1 2 3 4 5 6 ··· 13 下一页
摘要: linux 配置chrony vim /etc/chrony.conf server ntp1.aliyun.com iburst #如果这台chrony服务器需要被客户端用来同步时间,那么需要加allow 这行。不加allow这行,chrony作为时间同步客户端。 allow 0.0.0.0/0 阅读全文
posted @ 2025-05-14 20:33 shenshu 阅读(92) 评论(0) 推荐(0)
摘要: /etc/apt/sources.list 更新软件包列表 sudo apt update 查找vsftpd软件包 apt-cache search vsftpd 查看vsftpd软件包的详细信息 apt-cache show vsftpd 查看vsftpd软件包的来源和版本 apt policy 阅读全文
posted @ 2025-04-18 16:01 shenshu 阅读(56) 评论(0) 推荐(0)
摘要: https://github.com/chobits/ngx_http_proxy_connect_module/blob/master/README.md 依赖 yum -y install pcre-devel openssl-devel 安装nginx wget http://nginx.or 阅读全文
posted @ 2025-03-03 12:29 shenshu 阅读(56) 评论(0) 推荐(0)
摘要: 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 阅读(106) 评论(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 阅读(541) 评论(0) 推荐(0)
摘要: conda create -n py3.11 python=3.11 --channel https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ 阅读全文
posted @ 2025-02-12 12:47 shenshu 阅读(1009) 评论(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 阅读(67) 评论(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 阅读(242) 评论(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 阅读(2827) 评论(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 阅读(29) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 13 下一页