jjput

linux ollama部署dp-r1

ollama安装 1、Windows 系统安装 打开浏览器,访问 Ollama 官方网站:https://ollama.com/download,下载适用于 Windows 的安装程序。 下载地址为:https://ollama.com/download/OllamaSetup.exe。

JJput Published on 2025-03-17

ChatGPT-Next-Web部署Azure Openai接口,openai接口推荐,chatgpt plus开通

https://github.com/ChatGPTNextWeb/ChatGPT-Next-Webopenai官方 or 第三方部署方式docker run -d -p 3000:3000 \ -e OPENAI_API_KEY=sk-***** \ -e CODE=访问码 \ -e

JJput Published on 2024-12-02

Certbot申请免费证书,自动续签!(引流关键词:免费证书;腾讯云、阿里云、华为云SSL证书收费)

最近阿里云的免费SSL证书开始收费了,免费的只有3个月,3个月配一次怪麻烦的。官方有推出一个68的,但也只能设置一个域名,不论一级二级,多几个也着不住。安装Certbot本人服务器环境是debain+nginx,其他linux系统问题也不大,只是下载命令不同,其他都一致。sudo apt insta

JJput Published on 2024-04-15

idea报GC overhead limit exceeded

idea报GC overhead limit exceeded报错信息主要报错信息Failed to notify build listener.> GC overhead limit exceededidea报错解决方案解决方案看这篇CSDN博客,亲测有效。在工程根目录下新建gradle.p

JJput Published on 2022-10-09

Linux Docker常用配置

CentOS卸载修改镜像源通过创建/修改/etc/docker/daemon.json加入以下内容:{ "registry-mirrors": ["https://docker.mirrors.ustc.edu.cn"]}常用镜像源Docker官方中国

JJput Published on 2022-09-07

Sentry搭建

执行命令 ./install.sh报错▶ Parsing command line ...▶ Detecting Docker platformDetected Docker platform is linux/amd64▶ Initializing Docker Compose ...▶ Sett

JJput Published on 2022-09-07
Previous Next