首页
封存记忆
行动起来,活在当下
累计撰写
34
篇文章
累计创建
31
个标签
累计收到
0
条评论
栏目
目 录
CONTENT
最新文章
2024-12-02
启动脚本
宿主机上用 #! /bin/sh cd /opt/zlmediakit #进程名字可修改 PROC_NAME='./MediaServer -d' #开启服务 start() { # 用ps获取$PROC_NAME进程数量 let NUM=`ps -aux | grep "${PRO
2024-12-02
19
0
0
服务器
2024-12-02
mysql8 配置
修改mysql8 my.cnf # 修改my.cnf sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
2024-12-02
14
0
0
数据库
2024-12-02
centos 安装docker
1.安装脚本 curl https://install.1panel.live/docker-install -o docker-install && sudo bash ./docker-install && rm -f ./docker-install 2.启动docker systemctl
2024-12-02
26
0
0
服务器
2024-12-02
centos7 配置yum源
步骤 1:备份原有的 YUM 源文件 在更换 YUM 源之前,建议先备份系统自带的 YUM 源配置文件,以防需要恢复原配置。 sudo cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak 步骤 2:下
2024-12-02
14
0
0
服务器
1
2
3
4