上一页 1 ··· 9 10 11 12 13 14 15 下一页

2019年5月3日

Linux下FastDFS分布式存储-总结及部署记录

摘要: https://www.cnblogs.com/kevingrace/p/8471827.html 一、分布式文件系统介绍分布式文件系统:Distributed file system, DFS,又叫做网络文件系统:Network File System。一种允许文件通过网络在多台主机上分享的文件系 阅读全文

posted @ 2019-05-03 10:10 yipianchuyun 阅读(365) 评论(0) 推荐(0) 编辑

2019年5月2日

How to setup a Alpine Linux mirror

摘要: How to setup a Alpine Linux mirror Contents Contents Contents Contents 1 Introduction 2 Setting up the cron job 3 Setting up HTTP access via lighttpd 阅读全文

posted @ 2019-05-02 23:12 yipianchuyun 阅读(329) 评论(0) 推荐(0) 编辑

2019年4月29日

修改内核参数开启转发

摘要: alpine开启转发默认alpine是没有开启转发,可以使用sysctl -a命令查看系统变量值,用户运行alpine容器时一般是普通用户权限,无法修改系统变量值,修改时会提示只读系统无法修改。docker 启动的时候增加参数--privileged ,开启特权,可以设置容器里的内核参数。进入容器, 阅读全文

posted @ 2019-04-29 16:46 yipianchuyun 阅读(989) 评论(0) 推荐(0) 编辑

2019年4月17日

FastDFS介绍

摘要: 什么是FastDFSFastDFS是用c语言编写的一款开源的分布式文件系统。FastDFS为互联网量身定制,充分考虑了冗余备份、负载均衡、线性扩容等机制,并注重高可用、高性能等指标,使用FastDFS很容易搭建一套高性能的文件服务器集群提供文件上传、下载等服务。FastDFS的特性: FastDFS 阅读全文

posted @ 2019-04-17 22:32 yipianchuyun 阅读(220) 评论(0) 推荐(0) 编辑

Docker构建FastDFS镜像

摘要: https://blog.csdn.net/qq_26440803/article/details/83066132 Dockerfile所需依赖: fastdfs libfastcommon fastdfs-nginx-module nginx构建Dockerfile 使用内置的微型Linux容器 阅读全文

posted @ 2019-04-17 22:23 yipianchuyun 阅读(302) 评论(0) 推荐(0) 编辑

fastdfs nginx安装配置

摘要: https://github.com/happyfish100/fastdfs/wiki Home Avalon edited this page on Sep 29, 2018 · 6 revisions 环境准备 使用的系统软件 名称说明 centos 7.x libfatscommon Fas 阅读全文

posted @ 2019-04-17 22:03 yipianchuyun 阅读(210) 评论(0) 推荐(0) 编辑

2019年4月16日

docker下搭建fastfds

摘要: https://blog.csdn.net/weixin_40247263/article/details/81087726 搭建过程参考 作者 https://me.csdn.net/feng_qi_1984 的课程视频 声明:集群版是在我之前写的单机版基础之上进行搭建的,我将安装了fastfds 阅读全文

posted @ 2019-04-16 23:36 yipianchuyun 阅读(171) 评论(0) 推荐(0) 编辑

2019年4月4日

UCenter通信原理

摘要: https://www.jb51.net/article/59666.htm 1、用户登录discuz,通过logging.php文件中的函数uc_user_login对post过来的数据进行验证,也就是对username和password进行验证。 2、如果验证成功,将调用位于uc_client下 阅读全文

posted @ 2019-04-04 23:44 yipianchuyun 阅读(249) 评论(0) 推荐(0) 编辑

2019年3月31日

composer.json

摘要: { "require": { "doctrine/doctrine-orm-module": "0.*", "bshaffer/oauth2-server-php": "1.7.*", "sunkan/php-mogilefs": "1.*", "zendframework/zendframewor 阅读全文

posted @ 2019-03-31 20:35 yipianchuyun 阅读(75) 评论(0) 推荐(0) 编辑

2019年3月12日

docker 网络 路由

摘要: 通过在Docker宿主机上添加静态路由实现跨宿主机通信 模拟环境 主机1(192.168.58.144) 设置docker0 网关 (172.17.0.1/16) 主机2(192.168.58.145) 设置docker0 网关 (172.18.0.1/16) 修改方式 编辑 /etc/docker 阅读全文

posted @ 2019-03-12 23:16 yipianchuyun 阅读(1042) 评论(0) 推荐(0) 编辑

上一页 1 ··· 9 10 11 12 13 14 15 下一页

导航