2023/3/3

ChatGPT Web

ChatGPT Web 声明:此项目转载于 Github,基于 MIT 协议,免费且作为开源学习使用。 介绍 支持双模型,提供了两种非官方 ChatGPT API 方法 方式 免费? 可靠性 质量 ChatGPTAPI(GPT-3) 否 可靠 较笨 C…

  • wordpress 计算机
  • 2023/3/3
  • 131
  • 2023/1/3

    使用 iptables 禁止特定 IP / 某些 IP 段访问你的网站或者服务器

    在服务器运行过程中不可避免会遇到恶意破坏的人,简单的通过banid或ip不能彻底解决,他们还是可以通过重新注册和重启路由器的绕过ban,在这种情况下通过 iptables 就可以直接ban掉ip段来解决,本文介绍下在 Linux …

  • Minecrafr wordpress 计算机
  • 2023/1/3
  • 40
  • 2022/6/23

    自建DDNS教程【阿里云 AliDDNS 2.0】

    首先,登录你的服务器,安装必需组件: For CentOS: yum install -y wget curl cronie   For Debian 8+: apt install -y wget curl cron   For Ubuntu/Debian 7: apt-get install -y wget curl cron …

  • wordpress 树莓派 计算机
  • 2022/6/23
  • 86
  • 2022/6/23

    添加嘉然Live2d作为看板娘

    基础安装 需要的js库 <script src="https://cdn.jsdelivr.net/npm/greensock@1.20.2/dist/TweenLite.js"></script> <script src="https://cubism.live2d.com/sdk-web/cubismcore/live2dcubismcore…

  • wordpress
  • 2022/6/23
  • 119
  • 2022/6/23

    WordPress修改WordPress地址和站点地址之后无法打开网站和无法后台登录

    修改WordPress地址和站点地址之后无法打开网站和无法后台登录的解决办法:   登录MySQL数据库 使用如下指令后,输入密码,打开mysql数据库: mysql -u root -p   选中wordpress的数据库: use wordpress; &…

  • wordpress
  • 2022/6/23
  • 33