文章分类 -  Linux

摘要:1、基本配置# is this config file disabled# false for enabled# true for disableddisabled=false# the name of the group this storage server belongs togroup_na... 阅读全文
posted @ 2015-08-27 22:34 HETUAN 阅读(240) 评论(0) 推荐(0)
摘要:1、基本配置# is this config file disabled# false for enabled# true for disableddisabled=false# bind an address of this host# empty for bind all addresses o... 阅读全文
posted @ 2015-08-27 22:33 HETUAN 阅读(174) 评论(0) 推荐(0)
摘要:FastDFS是一个开源的,高性能的的分布式文件系统,他主要的功能包括:文件存储,同步和访问,设计基于高可用和负载均衡,FastDFS非常适用于基于文件服务的站点,例如图片分享和视频分享网站FastDFS有两个角色:跟踪服务(tracker)和存储服务(storage),跟踪服务控制,调度文件以负... 阅读全文
posted @ 2015-08-27 22:25 HETUAN 阅读(160) 评论(0) 推荐(0)
摘要:一、配置防火墙,开启80端口、3306端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewall... 阅读全文
posted @ 2015-08-20 23:27 HETUAN
摘要:在home目录下有wwwroot目录,wwwroot下有sinozzz目录,即/home/wwwroot/sinozzz一、目录创建在/home/wwwroot目录下新建一个sinozzz123的文件夹mkdir /home/wwwroot/sinozzz123二、目录复制1.把/home/wwwr... 阅读全文
posted @ 2015-01-24 00:11 HETUAN 阅读(103) 评论(0) 推荐(0)