分类 Linux 下的文章
Linux运维MySQL提示:The server quit without updating PID file问题的解决办法
[root@snsgou mysql]# service mysql restart MySQL server PID file could not be found![失败] Starting MySQL...The server ...
Docker一键安装Syncthing
docker run --name syncthing -itd -p 8384:8384 -p 22000:22000 -v /home/syncthing:/var/syncthing syncthing/syncthing
安装Rocket.chat官方教程
This installation guide was tested in the following environment:Rocket.Chat 3.9.0 OS: CentOS 7.6 Mongodb 4.0.9 NodeJS...
运行中的docker配置端口映射(添加/删除)
添加端口映射a. 获取容器ipdocker inspect $container_name | grep IPAddressb. 添加转发规则iptables -t nat -A DOCKER -p tcp --dport $host...
nginx报错 the "ssl" directive is deprecated, use the "listen ... ssl"
问题: 今天更新nginx天界ssl证书然后重启nginx的时候报错了:the "ssl" directive is deprecated, use the "listen ... ssl"解决方案: 如果使用listen 443...