蘑菇导航插件超过199个栏目报错解决 2023-12-06 教程 评论 修改位置 /usr/plugins/Mogu/Plugin.php 355行return Typecho_Widget::widget('Widget_Metas_Category_List')->getCategory($mid);修改为if (isset($mid)) { return Typecho_Widget::widg...
docker安装portainer详细步骤 2023-02-10 教程 评论 portainer是一款容器管理可视化界面,不想在虚拟中使用命令管理容器的小伙伴,可以选择安装portainer对容器进行管理,查看日志、启动、停止容器等非常方便。搜索portainer镜像docker search portainer拉取portainer镜像docker pull portainer/portainer #pull 标星最多的镜...
安装Stable Diffusion报错 2023-02-09 教程 评论 报错代码如下:See above for output.note: This error originates from a subprocess, and is likely not a problem with pip. [notice] A new release of pip available: 22.2.2 -> 22.3 [not...
安装哪吒面板 2023-01-16 教程 评论 哪吒面板作者仓库https://github.com/naiba/nezha准备工作准备一个域名注册一个github的账户准备一条vps作为面板机器,并搭建好宝塔面板。安装宝塔wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash in...
甲骨文ARM服务器安装好宝塔面板 无法登录 2023-01-12 教程 评论 需要关闭服务器自带的防火墙输入以下代码:rm -f /etc/iptables/rules.v4 rm -f /etc/iptables/rules.v6 reboot 文章目录 需要关闭服务器自带的防火墙 function Catalogswith(){document.getElementById("catalog-col").classList....