<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Shares on 福悟云 旨在为您提供云上各类优质服务</title>
    <link>/zh/share/</link>
    <description>Recent content in Shares on 福悟云 旨在为您提供云上各类优质服务</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-Hans</language>
    <copyright>&amp;copy; 2018 &lt;a href=&#39;http://www.miitbeian.gov.cn/publish/query/indexFirst.action&#39;&gt;湘ICP备18024201号&lt;/a&gt; </copyright>
    <lastBuildDate>Sun, 01 Mar 2020 11:51:42 +0800</lastBuildDate>
    
	<atom:link href="/zh/share/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Elasticsearch集群搭建</title>
      <link>/zh/share/cluster-with-elasticsearch/</link>
      <pubDate>Sun, 01 Mar 2020 11:51:42 +0800</pubDate>
      
      <guid>/zh/share/cluster-with-elasticsearch/</guid>
      <description>集群规划 搭建一个集群我们需要考虑如下几个问题： 1、我们需要多大规模的集群 需要从以下两个方面考虑： 1.1 当前的数据量有多大？数据增长情况如何？ 1.2 你</description>
    </item>
    
    <item>
      <title>mysql的集群搭建方式</title>
      <link>/zh/share/cluster-with-mysql/</link>
      <pubDate>Sun, 01 Mar 2020 10:51:26 +0800</pubDate>
      
      <guid>/zh/share/cluster-with-mysql/</guid>
      <description>1 MySQL多实例 MySQL多实例就是在一台机器上开启多个不同的服务端口（如：3306，3307，3308），运行多个MySQL服务进程，通</description>
    </item>
    
    <item>
      <title>redis的集群方式</title>
      <link>/zh/share/cluster-with-redis/</link>
      <pubDate>Sun, 01 Mar 2020 10:43:41 +0800</pubDate>
      
      <guid>/zh/share/cluster-with-redis/</guid>
      <description>一、单节点实例 单节点实例还是比较简单的，平时做个测试，写个小程序如果需要用到缓存的话，启动一个Redis还是很轻松的，做为一个key/val</description>
    </item>
    
    <item>
      <title>mongodb的集群搭建方式</title>
      <link>/zh/share/cluster-with-mongo/</link>
      <pubDate>Sun, 01 Mar 2020 10:22:50 +0800</pubDate>
      
      <guid>/zh/share/cluster-with-mongo/</guid>
      <description>Replica Set 中文翻译叫做副本集，不过我并不喜欢把英文翻译成中文，总是感觉怪怪的。其实简单来说就是集群当中包含了多份数据，保证主节点挂掉了，备节点能继</description>
    </item>
    
    <item>
      <title>vscode中的全局变量</title>
      <link>/zh/share/global-variables-in-vscode/</link>
      <pubDate>Sat, 29 Feb 2020 17:11:52 +0800</pubDate>
      
      <guid>/zh/share/global-variables-in-vscode/</guid>
      <description>在vscode中定义了一些变量，在配置任务脚本时，可能会用到。本文以tasks.json脚本为例，介绍各个变量的含义。 假设当前workspa</description>
    </item>
    
    <item>
      <title>k8s网络模型详解</title>
      <link>/zh/share/brief-introduction-with-network-in-kubernetes/</link>
      <pubDate>Sat, 29 Feb 2020 10:29:00 +0800</pubDate>
      
      <guid>/zh/share/brief-introduction-with-network-in-kubernetes/</guid>
      <description>每一个POD中都有一个特殊的容器且永远是POD中创建的第一个容器，只是我们查看的时候看不到，因为它完成作用就暂停了。这个容器就是Infra容</description>
    </item>
    
    <item>
      <title>通过命令行向安卓传输文件</title>
      <link>/zh/share/transfer-data-with-adb-cli/</link>
      <pubDate>Wed, 26 Feb 2020 16:31:13 +0800</pubDate>
      
      <guid>/zh/share/transfer-data-with-adb-cli/</guid>
      <description>准备工作 打开手机的开发者模式 USB连接电脑与手机 打开开发者模式中的 USB调试 查看设备信息 在cmd里面输入 adb devices 如果出现手机未识别的提示，则在手</description>
    </item>
    
    <item>
      <title>nginx中使用更安全的参数</title>
      <link>/zh/share/nginx-with-safe-params/</link>
      <pubDate>Wed, 26 Feb 2020 11:23:51 +0800</pubDate>
      
      <guid>/zh/share/nginx-with-safe-params/</guid>
      <description>说明 默认编译的 Nginx 并不包含 h2 模块，我们需要加入参数来编译，截止发文，Nginx 1.9 开发版及以上版本源码需要自己加入编译参数，从软件源仓库下载的则</description>
    </item>
    
    <item>
      <title>删除git历史仓库中的大文件</title>
      <link>/zh/share/remove-large-files-in-git-repo/</link>
      <pubDate>Mon, 24 Feb 2020 10:45:28 +0800</pubDate>
      
      <guid>/zh/share/remove-large-files-in-git-repo/</guid>
      <description>背景 随着长时间使用git库 因为以前的不注意导致里面存在很多缓存文件入库了 虽然使用git rm -rf xxx --cached的方式能删除库里面的文件 但是cl</description>
    </item>
    
    <item>
      <title>Android安卓使用tasksync</title>
      <link>/zh/share/taskwarrior-sync-with-android/</link>
      <pubDate>Sun, 05 Jan 2020 14:29:38 +0800</pubDate>
      
      <guid>/zh/share/taskwarrior-sync-with-android/</guid>
      <description>安装taskwarriorc2 修改配置文件 修改配置文件 新增taskwarrior的server信息 taskd.certificate=/sdcard/1/task/private.certificate.pem taskd.key=/sdcard/1/task/private.key.pem taskd.ca=/sdcard/1/task/ca.cert.pem taskd.server=taskwarrior.inthe.am:53589 taskd.credentials=inthe_am/xxxx # 服务端提供相关信息 taskd.trust=ignore hostname /sdc</description>
    </item>
    
    <item>
      <title>Python直接使用命令行启动</title>
      <link>/zh/share/python-with-script/</link>
      <pubDate>Sun, 05 Jan 2020 01:22:20 +0800</pubDate>
      
      <guid>/zh/share/python-with-script/</guid>
      <description>项目 目录结构 setup_test ├── my_project │ ├── __init__.py │ └── __main__.py └── setup.py 文件内容 - __setup__.py from setuptools import setup setup(name=&amp;#39;my_project&amp;#39;, version=&amp;#39;0.1.0&amp;#39;, packages=[&amp;#39;my_project&amp;#39;], entry_points={ &amp;#39;console_scripts&amp;#39;: [ &amp;#39;my_project = my_project.__main__:main&amp;#39; ] }, ) 文件内容 __main__.py import sys def main(args=None): &amp;#34;&amp;#34;&amp;#34;The main routine.&amp;#34;&amp;#34;&amp;#34; if args is None: args = sys.argv[1:] print(&amp;#34;This is the main</description>
    </item>
    
    <item>
      <title>curl下载失败</title>
      <link>/zh/share/curl-with-down-error/</link>
      <pubDate>Sat, 04 Jan 2020 13:40:15 +0800</pubDate>
      
      <guid>/zh/share/curl-with-down-error/</guid>
      <description>在使用阿里云生成镜像的时候，发现日志控制台出现以下错误日志： curl: (18) transfer closed with 21776616 bytes remaining to read 解决思路： 首先检查磁盘是否满了(绝大部分的情况均属于此类情况</description>
    </item>
    
    <item>
      <title>Git Hooks</title>
      <link>/zh/share/git-hooks/</link>
      <pubDate>Sun, 10 Nov 2019 15:32:09 +0800</pubDate>
      
      <guid>/zh/share/git-hooks/</guid>
      <description>Git Hooks简介 如同其他许多的版本控制系统一样，Git也具有在特定的操作事件发生之前或之后执行特定脚本代码功能。 Git Hooks就是那些在Git</description>
    </item>
    
    <item>
      <title>Nginx的12个运行阶段</title>
      <link>/zh/share/nginx-steps/</link>
      <pubDate>Thu, 24 Oct 2019 10:34:04 +0800</pubDate>
      
      <guid>/zh/share/nginx-steps/</guid>
      <description>阶段名称 typedef enum { NGX_HTTP_POST_READ_PHASE = 0, // 接收到完整的HTTP头部后处理的阶段 NGX_HTTP_SERVER_REWRITE_PHASE, // URI与location匹配前，修改URI的阶段，用于重定向 NGX_HTTP_FIND_CONFIG_PHASE, // 根据URI寻找</description>
    </item>
    
    <item>
      <title>阿里云p2p开源下载工具蜻蜓分发dfget</title>
      <link>/zh/share/alibaba-p2p-download-tools-dfget/</link>
      <pubDate>Tue, 15 Oct 2019 00:05:14 +0800</pubDate>
      
      <guid>/zh/share/alibaba-p2p-download-tools-dfget/</guid>
      <description>简介 Dragonfly中文名&amp;quot;蜻蜓&amp;rdquo;，是一个基于P2P的智能文件分发系统。解决了应用部署，大规模缓存文件分发，数据文件</description>
    </item>
    
    <item>
      <title>Portainer基础使用</title>
      <link>/zh/share/brief-introduction-with-portainer/</link>
      <pubDate>Sat, 12 Oct 2019 11:05:42 +0800</pubDate>
      
      <guid>/zh/share/brief-introduction-with-portainer/</guid>
      <description>一.介绍 Portainer是个轻量级的Docker管理面板，和Rancher这种重量级选手没法比，Portainer倾向于单机的管理(后来发</description>
    </item>
    
    <item>
      <title>Vscode中Markdown Preview Enhanced的使用</title>
      <link>/zh/share/vscode-markdown-preview-enhanced/</link>
      <pubDate>Sat, 12 Oct 2019 10:44:18 +0800</pubDate>
      
      <guid>/zh/share/vscode-markdown-preview-enhanced/</guid>
      <description>MPE 是什么？按照它自己的描述： Markdown Preview Enhanced 是一款为 Atom 以及 Visual Studio Code 编辑器编写的超级强大的 Markdown 插件。 这款插件意在让你拥有飘逸的 Markdown 写作体验。 根据我的使用经验，</description>
    </item>
    
  </channel>
</rss>