摘要:
防火墙 1、查看防火墙状态 : systemctl status firewalld.service 2、关闭防火墙 :systemctl stop firewalld.service 3、开机禁用防火墙自启命令 :systemctl disable firewalld.service 4、启动防火 阅读全文
posted @ 2021-11-25 20:56
幸运·四叶草
阅读(22)
评论(0)
推荐(0)
摘要:
FastDFS架构包括 TrackerServer和StorageServer。客户端请求Tracker Server进行文件上传、下载,通过TrackerServer调度最终由StorageServer完成文件上传和下载。 下载地址 官方网站:https://github.com/happyfis 阅读全文
posted @ 2021-11-25 20:43
幸运·四叶草
阅读(113)
评论(0)
推荐(0)