稷然如此

  • 首页
  • 文章分类
    • AI
    • Android
    • Java
    • Shell
    • Vue
    • C#
    • Python
    • 数据库
    • 组件
    • 其他
    • Game
  • 常用命令
    • Docker
    • Git
    • Linux
  • 操作系统
    • CentOS
    • Ubuntu
    • Windows
    • Kylin
  • 工具
    • IntelliJ IDEA
    • Visual Studio Code
其他
其他

MinIO报错:The difference between the request time and the server‘s time is too large

1、查看当前系统时间 date 2、同步时间 # 安装 ntpdate 包 yum -y install ntp ntpdate # 同步时间 ntpdate cn.pool.ntp.org 3、将系统时间写入硬件 hwclock --systohc

2024年10月18日 649点热度 0人点赞 Akim 阅读全文
Docker

Docker迁移WordPress

docker commit -p 容器id(例:455sd1545) 备份容器名称(例:blog-wordpress) 这样就会生成镜像,通过docker images命令查看 docker save -o /opt/blog-wordpress blog-wordpress /opt/blog-wordpress:保存目录 blog-wordpress:镜像名 docker load -i /opt/blog-wordpress.tar i.运行mysql5.6: docker run -d --restart=…

2024年7月27日 702点热度 0人点赞 Akim 阅读全文
CentOS

CentOS 部署 Docker + 禅道PMS

参考文章:CentOS 安装 Docker 1.拉取镜像 进入官网:禅道官网下载页面,选择旗舰版Docker镜像选项,复制镜像拉取地址,例: docker pull easysoft/zentao:max4.5 2.创建容器 docker run --name [容器名] -p [主机端口]:80 --network=[网络驱动名] --ip [容器IP] --mac-address [mac地址] -v [主机禅道目录]:/www/zentaopms -v [主机mysql目录]:/var/lib/mysql -…

2023年7月13日 972点热度 0人点赞 Akim 阅读全文
其他

CentOS 安装 Gitlab

yum install -y curl policycoreutils-pythonopenssh-server systemctl enable sshd systemctl start sshd yum install postfix systemctl enable postfix systemctl start postfix systemctl enable firewalld systemctl start firewalld firewall-cmd --permanent --zone=public…

2023年7月11日 1334点热度 0人点赞 Akim 阅读全文
Docker

CentOS 部署 Docker + WordPress

参考文章:CentOS 安装 Docker   1.拉取wordpress镜像 docker pull wordpress 2.拉取mysql镜像,以5.6版本为例 docker pull mysql:5.6 # 如果需要获取最新版本,命令为:docker pull mysql:latest 3.查看镜像是否拉取成功 docker images 4.检查mysql的3306端口是否被占用 netstat -antp |  grep  "3306" | grep -v "grep" 5.启动mysql do…

2023年7月10日 1147点热度 0人点赞 Akim 阅读全文

Akim

犇 骉
Java、C#、Python、Go、Android、MiniProgram、Bootstrap、Vue2

Copyright © 2025 aianran.com All Rights Reserved.

免责申明 | 隐私政策 | 服务条款 | 关于我们

黔ICP备2023008200号-1

贵公网安备 52010202003594号