update some content

This commit is contained in:
2021-10-28 14:13:06 +08:00
parent 97eb780aa4
commit 4f99455d8f
242 changed files with 1826 additions and 2616 deletions

View File

@@ -21,8 +21,8 @@
"accountablePerson" : "",
"copyrightHolder" : "",
"copyrightYear" : "2019",
"datePublished": "2019-08-05 16:24:40 \x2b0800 CST",
"dateModified" : "2019-08-05 16:24:40 \x2b0800 CST",
"datePublished": "2019-08-05 16:24:40 \u002b0800 CST",
"dateModified" : "2019-08-05 16:24:40 \u002b0800 CST",
"url" : "https:\/\/h.cowbay.org\/categories\/ansible\/",
"wordCount" : "0",
"image" : "https://h.cowbay.org%!s(\u003cnil\u003e)"",
@@ -45,9 +45,9 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link href="https://h.cowbay.org/css/style.css?v=1632901489" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/style.css?v=1634607506" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1632901489" rel="stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1634607506" rel="stylesheet" type='text/css' media='all'>
<link rel="shortcut icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
@@ -333,7 +333,7 @@ if (!doNotTrack) {
<p>之前為了能夠在執行完 ansible playbook 後能有個log 可以看</p>
<p>所以在每次執行的時候,都要加入 tee 的指令</p>
<p>像是</p>
<pre><code>ANSIBLE_CONFIG=/home/D/ansiblecontrol/ansible.cfg /usr/local/bin/ansible-playbook /home/D/ansiblecontrol/playbook.user_client.yml --vault-password-file=/home/D/ansiblecontrol/vault.passwd -i /home/D/ansiblecontrol/inventory/production -f1 --limit tyuserclients |tee /tmp/tyuserclients.log
<pre tabindex="0"><code>ANSIBLE_CONFIG=/home/D/ansiblecontrol/ansible.cfg /usr/local/bin/ansible-playbook /home/D/ansiblecontrol/playbook.user_client.yml --vault-password-file=/home/D/ansiblecontrol/vault.passwd -i /home/D/ansiblecontrol/inventory/production -f1 --limit tyuserclients |tee /tmp/tyuserclients.log
</code></pre><p>一直都是放在crontab 裡面執行,也就沒有去管他</p>
<p>反正也沒有人關心結果怎樣 (攤手</p>
@@ -593,6 +593,6 @@ if (!doNotTrack) {
</div>
<script src="https://h.cowbay.org/js/jquery.min.js"></script>
<script src="https://h.cowbay.org/js/jquerymigrate.js"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1632901489"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1634607506"></script>
</body>

View File

@@ -6,11 +6,7 @@
<description>Recent content in ansible on MC部落</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 05 Aug 2019 16:24:40 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/categories/ansible/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Mon, 05 Aug 2019 16:24:40 +0800</lastBuildDate><atom:link href="https://h.cowbay.org/categories/ansible/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>[筆記] 為了保存log 用script 指令執行ansible / Another Way to Keep Ansible Log using script command</title>
<link>https://h.cowbay.org/post/another-way-to-keep-ansible-log/</link>
@@ -20,7 +16,7 @@
<description>&lt;p&gt;之前為了能夠在執行完 ansible playbook 後能有個log 可以看&lt;/p&gt;
&lt;p&gt;所以在每次執行的時候,都要加入 tee 的指令&lt;/p&gt;
&lt;p&gt;像是&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ANSIBLE_CONFIG=/home/D/ansiblecontrol/ansible.cfg /usr/local/bin/ansible-playbook /home/D/ansiblecontrol/playbook.user_client.yml --vault-password-file=/home/D/ansiblecontrol/vault.passwd -i /home/D/ansiblecontrol/inventory/production -f1 --limit tyuserclients |tee /tmp/tyuserclients.log
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;ANSIBLE_CONFIG=/home/D/ansiblecontrol/ansible.cfg /usr/local/bin/ansible-playbook /home/D/ansiblecontrol/playbook.user_client.yml --vault-password-file=/home/D/ansiblecontrol/vault.passwd -i /home/D/ansiblecontrol/inventory/production -f1 --limit tyuserclients |tee /tmp/tyuserclients.log
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;一直都是放在crontab 裡面執行,也就沒有去管他&lt;/p&gt;
&lt;p&gt;反正也沒有人關心結果怎樣 (攤手&lt;/p&gt;</description>
</item>
@@ -49,4 +45,4 @@
</item>
</channel>
</rss>
</rss>

View File

@@ -1,93 +1 @@
<!DOCTYPE html>
<html class="no-js" lang="en-us">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#1b1b1b">
<title>Categories | MCの飄狂山莊㊣</title>
<script>(function(d,e){d[e]=d[e].replace("no-js","js");})(document.documentElement,"className");</script>
<meta name="description" content="">
<link rel="stylesheet" href="/css/main.css">
<link rel="icon" href="/icons/16.png" sizes="16x16" type="image/png">
<link rel="icon" href="/icons/32.png" sizes="32x32" type="image/png">
<link rel="alternate" type="application/rss+xml" href="/categories/index.xml" title="MCの飄狂山莊㊣">
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-138954876-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</head>
<body>
<header class="header">
<a class="logo" href="/">MCの飄狂山莊㊣</a>
</header>
<div class="primary">
<main class="main">
<div class="page block">
<h1 class="page__title">Categories</h1>
</div>
<div class="cards">
<div class="card card--2col">
<article class="post card__box block">
<h1 class="post__title title-excerpt"><a class="post__title-link" href="/categories/%E7%AD%86%E8%A8%98/">筆記</a></h1>
</article>
</div>
<div class="card card--2col">
<article class="post card__box block">
<h1 class="post__title title-excerpt"><a class="post__title-link" href="/categories/ansible/">ansible</a></h1>
</article>
</div>
<div class="card card--2col">
<article class="post card__box block">
<h1 class="post__title title-excerpt"><a class="post__title-link" href="/categories/proxmox/">Proxmox</a></h1>
</article>
</div>
<div class="card card--2col">
<article class="post card__box block">
<h1 class="post__title title-excerpt"><a class="post__title-link" href="/categories/linux/">linux</a></h1>
</article>
</div>
<div class="card card--2col">
<article class="post card__box block">
<h1 class="post__title title-excerpt"><a class="post__title-link" href="/categories/%E7%A2%8E%E5%BF%B5/">碎念</a></h1>
</article>
</div>
<div class="card card--2col">
<article class="post card__box block">
<h1 class="post__title title-excerpt"><a class="post__title-link" href="/categories/%E7%BE%A4%E6%9A%89/">群暉</a></h1>
</article>
</div>
<div class="card card--2col">
<article class="post card__box block">
<h1 class="post__title title-excerpt"><a class="post__title-link" href="/categories/ps/">PS</a></h1>
</article>
</div>
</div>
</main>
</div>
<footer class="footer">
<div class="footer__copyright">© 2019 MCの飄狂山莊㊣. <span class="footer__copyright-credits"></span></div>
</footer>
</body>
</html>
Not today, bye!

View File

@@ -6,11 +6,7 @@
<description>Recent content in Categories on MC部落</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Wed, 29 Sep 2021 14:38:10 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/categories/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Wed, 29 Sep 2021 14:38:10 +0800</lastBuildDate><atom:link href="https://h.cowbay.org/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>筆記</title>
<link>https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/</link>
@@ -84,4 +80,4 @@
</item>
</channel>
</rss>
</rss>

View File

@@ -21,8 +21,8 @@
"accountablePerson" : "",
"copyrightHolder" : "",
"copyrightYear" : "2019",
"datePublished": "2019-05-17 12:18:54 \x2b0800 CST",
"dateModified" : "2019-05-17 12:18:54 \x2b0800 CST",
"datePublished": "2019-05-17 12:18:54 \u002b0800 CST",
"dateModified" : "2019-05-17 12:18:54 \u002b0800 CST",
"url" : "https:\/\/h.cowbay.org\/categories\/linux\/",
"wordCount" : "0",
"image" : "https://h.cowbay.org%!s(\u003cnil\u003e)"",
@@ -45,9 +45,9 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link href="https://h.cowbay.org/css/style.css?v=1632901489" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/style.css?v=1634607506" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1632901489" rel="stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1634607506" rel="stylesheet" type='text/css' media='all'>
<link rel="shortcut icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
@@ -476,6 +476,6 @@ if (!doNotTrack) {
</div>
<script src="https://h.cowbay.org/js/jquery.min.js"></script>
<script src="https://h.cowbay.org/js/jquerymigrate.js"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1632901489"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1634607506"></script>
</body>

View File

@@ -6,11 +6,7 @@
<description>Recent content in linux on MC部落</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Fri, 17 May 2019 12:18:54 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/categories/linux/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Fri, 17 May 2019 12:18:54 +0800</lastBuildDate><atom:link href="https://h.cowbay.org/categories/linux/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Transfer File Content Using Xclip in Terminal</title>
<link>https://h.cowbay.org/post/transfer-file-content-using-xclip-in-terminal/</link>
@@ -24,4 +20,4 @@
</item>
</channel>
</rss>
</rss>

View File

@@ -21,8 +21,8 @@
"accountablePerson" : "",
"copyrightHolder" : "",
"copyrightYear" : "2019",
"datePublished": "2019-06-17 13:20:57 \x2b0800 CST",
"dateModified" : "2019-06-17 13:20:57 \x2b0800 CST",
"datePublished": "2019-06-17 13:20:57 \u002b0800 CST",
"dateModified" : "2019-06-17 13:20:57 \u002b0800 CST",
"url" : "https:\/\/h.cowbay.org\/categories\/proxmox\/",
"wordCount" : "0",
"image" : "https://h.cowbay.org%!s(\u003cnil\u003e)"",
@@ -45,9 +45,9 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link href="https://h.cowbay.org/css/style.css?v=1632901489" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/style.css?v=1634607506" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1632901489" rel="stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1634607506" rel="stylesheet" type='text/css' media='all'>
<link rel="shortcut icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
@@ -478,6 +478,6 @@ if (!doNotTrack) {
</div>
<script src="https://h.cowbay.org/js/jquery.min.js"></script>
<script src="https://h.cowbay.org/js/jquerymigrate.js"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1632901489"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1634607506"></script>
</body>

View File

@@ -6,11 +6,7 @@
<description>Recent content in Proxmox on MC部落</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 17 Jun 2019 13:20:57 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/categories/proxmox/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Mon, 17 Jun 2019 13:20:57 +0800</lastBuildDate><atom:link href="https://h.cowbay.org/categories/proxmox/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Install Asus 10G NIC XG-C100C in Proxmox</title>
<link>https://h.cowbay.org/post/install-asus-10g-nic-in-proxmox/</link>
@@ -26,4 +22,4 @@
</item>
</channel>
</rss>
</rss>

View File

@@ -21,8 +21,8 @@
"accountablePerson" : "",
"copyrightHolder" : "",
"copyrightYear" : "2018",
"datePublished": "2018-11-05 07:46:53 \x2b0800 CST",
"dateModified" : "2018-11-05 07:46:53 \x2b0800 CST",
"datePublished": "2018-11-05 07:46:53 \u002b0800 CST",
"dateModified" : "2018-11-05 07:46:53 \u002b0800 CST",
"url" : "https:\/\/h.cowbay.org\/categories\/ps\/",
"wordCount" : "0",
"image" : "https://h.cowbay.org%!s(\u003cnil\u003e)"",
@@ -45,9 +45,9 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link href="https://h.cowbay.org/css/style.css?v=1632901489" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/style.css?v=1634607506" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1632901489" rel="stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1634607506" rel="stylesheet" type='text/css' media='all'>
<link rel="shortcut icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
@@ -418,6 +418,6 @@ if (!doNotTrack) {
</div>
<script src="https://h.cowbay.org/js/jquery.min.js"></script>
<script src="https://h.cowbay.org/js/jquerymigrate.js"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1632901489"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1634607506"></script>
</body>

View File

@@ -6,11 +6,7 @@
<description>Recent content in PS on MC部落</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 05 Nov 2018 07:46:53 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/categories/ps/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Mon, 05 Nov 2018 07:46:53 +0800</lastBuildDate><atom:link href="https://h.cowbay.org/categories/ps/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Sammy93</title>
<link>https://h.cowbay.org/gallery/sammy93/</link>
@@ -21,4 +17,4 @@
</item>
</channel>
</rss>
</rss>

View File

@@ -21,8 +21,8 @@
"accountablePerson" : "",
"copyrightHolder" : "",
"copyrightYear" : "2018",
"datePublished": "2018-12-12 11:10:22 \x2b0800 CST",
"dateModified" : "2018-12-12 11:10:22 \x2b0800 CST",
"datePublished": "2018-12-12 11:10:22 \u002b0800 CST",
"dateModified" : "2018-12-12 11:10:22 \u002b0800 CST",
"url" : "https:\/\/h.cowbay.org\/categories\/%E7%A2%8E%E5%BF%B5\/",
"wordCount" : "0",
"image" : "https://h.cowbay.org%!s(\u003cnil\u003e)"",
@@ -45,9 +45,9 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link href="https://h.cowbay.org/css/style.css?v=1632901489" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/style.css?v=1634607506" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1632901489" rel="stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1634607506" rel="stylesheet" type='text/css' media='all'>
<link rel="shortcut icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
@@ -477,6 +477,6 @@ if (!doNotTrack) {
</div>
<script src="https://h.cowbay.org/js/jquery.min.js"></script>
<script src="https://h.cowbay.org/js/jquerymigrate.js"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1632901489"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1634607506"></script>
</body>

View File

@@ -6,11 +6,7 @@
<description>Recent content in 碎念 on MC部落</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Wed, 12 Dec 2018 11:10:22 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/categories/%E7%A2%8E%E5%BF%B5/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Wed, 12 Dec 2018 11:10:22 +0800</lastBuildDate><atom:link href="https://h.cowbay.org/categories/%E7%A2%8E%E5%BF%B5/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</title>
<link>https://h.cowbay.org/post/incredibly-slow-mdadm-rebuild/</link>
@@ -25,4 +21,4 @@
</item>
</channel>
</rss>
</rss>

View File

@@ -21,8 +21,8 @@
"accountablePerson" : "",
"copyrightHolder" : "",
"copyrightYear" : "2021",
"datePublished": "2021-09-29 14:38:10 \x2b0800 CST",
"dateModified" : "2021-09-29 14:38:10 \x2b0800 CST",
"datePublished": "2021-09-29 14:38:10 \u002b0800 CST",
"dateModified" : "2021-09-29 14:38:10 \u002b0800 CST",
"url" : "https:\/\/h.cowbay.org\/categories\/%E7%AD%86%E8%A8%98\/",
"wordCount" : "0",
"image" : "https://h.cowbay.org%!s(\u003cnil\u003e)"",
@@ -45,9 +45,9 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link href="https://h.cowbay.org/css/style.css?v=1632901489" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/style.css?v=1634607506" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1632901489" rel="stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1634607506" rel="stylesheet" type='text/css' media='all'>
<link rel="shortcut icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
@@ -3208,7 +3208,7 @@ if (!doNotTrack) {
<p>這幾天在玩ansible 時,碰到一個問題</p>
<p>假如我有個yaml檔作為資料來源檔名是 abc.yml</p>
<p>大概長這樣</p>
<pre><code> &quot;teams&quot;: [
<pre tabindex="0"><code> &quot;teams&quot;: [
{
&quot;chinese_name&quot;: &quot;TEAM1&quot;,
&quot;description&quot;: &quot;TEAM1&quot;,
@@ -3538,8 +3538,8 @@ if (!doNotTrack) {
<div class='excerpt-content'>
<article>
<p>Bookstack 是一套非常好用的線上&quot;筆記&quot;系統</p>
<p>他用圖書館/書本的概念,讓使用者可以建立自己的&quot;圖書館&rdquo;</p>
<p>同時在圖書館內建立不同的&quot;書籍&rdquo;</p>
<p>他用圖書館/書本的概念,讓使用者可以建立自己的&quot;圖書館&quot;</p>
<p>同時在圖書館內建立不同的&quot;書籍&quot;</p>
<p>而且支援 Markdown 語法</p>
<p>其他的方式像是在nextcloud上編輯 md檔案(字體太小)</p>
<p>或者是boostnote(只能在本機)</p>
@@ -3751,6 +3751,6 @@ if (!doNotTrack) {
</div>
<script src="https://h.cowbay.org/js/jquery.min.js"></script>
<script src="https://h.cowbay.org/js/jquerymigrate.js"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1632901489"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1634607506"></script>
</body>

View File

@@ -6,11 +6,7 @@
<description>Recent content in 筆記 on MC部落</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Wed, 29 Sep 2021 14:38:10 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Wed, 29 Sep 2021 14:38:10 +0800</lastBuildDate><atom:link href="https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Init Script in Openwrt to Start Leproxy/在openwrt 新增自動啟動leproxy的script</title>
<link>https://h.cowbay.org/post/init-script-in-openwrt-to-start-leproxy/</link>
@@ -641,7 +637,7 @@
<description>&lt;p&gt;這幾天在玩ansible 時,碰到一個問題&lt;/p&gt;
&lt;p&gt;假如我有個yaml檔作為資料來源檔名是 abc.yml&lt;/p&gt;
&lt;p&gt;大概長這樣&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; &amp;quot;teams&amp;quot;: [
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt; &amp;quot;teams&amp;quot;: [
{
&amp;quot;chinese_name&amp;quot;: &amp;quot;TEAM1&amp;quot;,
&amp;quot;description&amp;quot;: &amp;quot;TEAM1&amp;quot;,
@@ -741,8 +737,8 @@
<guid>https://h.cowbay.org/post/bookstack-docker/</guid>
<description>&lt;p&gt;Bookstack 是一套非常好用的線上&amp;quot;筆記&amp;quot;系統&lt;/p&gt;
&lt;p&gt;他用圖書館/書本的概念,讓使用者可以建立自己的&amp;quot;圖書館&amp;rdquo;&lt;/p&gt;
&lt;p&gt;同時在圖書館內建立不同的&amp;quot;書籍&amp;rdquo;&lt;/p&gt;
&lt;p&gt;他用圖書館/書本的概念,讓使用者可以建立自己的&amp;quot;圖書館&amp;quot;&lt;/p&gt;
&lt;p&gt;同時在圖書館內建立不同的&amp;quot;書籍&amp;quot;&lt;/p&gt;
&lt;p&gt;而且支援 Markdown 語法&lt;/p&gt;
&lt;p&gt;其他的方式像是在nextcloud上編輯 md檔案(字體太小)&lt;/p&gt;
&lt;p&gt;或者是boostnote(只能在本機)&lt;/p&gt;
@@ -769,4 +765,4 @@
</item>
</channel>
</rss>
</rss>

View File

@@ -21,8 +21,8 @@
"accountablePerson" : "",
"copyrightHolder" : "",
"copyrightYear" : "2018",
"datePublished": "2018-12-04 10:25:19 \x2b0800 CST",
"dateModified" : "2018-12-04 10:25:19 \x2b0800 CST",
"datePublished": "2018-12-04 10:25:19 \u002b0800 CST",
"dateModified" : "2018-12-04 10:25:19 \u002b0800 CST",
"url" : "https:\/\/h.cowbay.org\/categories\/%E7%BE%A4%E6%9A%89\/",
"wordCount" : "0",
"image" : "https://h.cowbay.org%!s(\u003cnil\u003e)"",
@@ -45,9 +45,9 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link href="https://h.cowbay.org/css/style.css?v=1632901489" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/style.css?v=1634607506" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1632901489" rel="stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1634607506" rel="stylesheet" type='text/css' media='all'>
<link rel="shortcut icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
@@ -480,6 +480,6 @@ if (!doNotTrack) {
</div>
<script src="https://h.cowbay.org/js/jquery.min.js"></script>
<script src="https://h.cowbay.org/js/jquerymigrate.js"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1632901489"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1634607506"></script>
</body>

View File

@@ -6,11 +6,7 @@
<description>Recent content in 群暉 on MC部落</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Tue, 04 Dec 2018 10:25:19 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/categories/%E7%BE%A4%E6%9A%89/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Tue, 04 Dec 2018 10:25:19 +0800</lastBuildDate><atom:link href="https://h.cowbay.org/categories/%E7%BE%A4%E6%9A%89/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</title>
<link>https://h.cowbay.org/post/synology-ds415-repair-cost/</link>
@@ -28,4 +24,4 @@
</item>
</channel>
</rss>
</rss>

View File

@@ -21,8 +21,8 @@
"accountablePerson" : "",
"copyrightHolder" : "",
"copyrightYear" : "2020",
"datePublished": "2020-01-03 11:45:56 \x2b0800 CST",
"dateModified" : "2020-01-03 11:45:56 \x2b0800 CST",
"datePublished": "2020-01-03 11:45:56 \u002b0800 CST",
"dateModified" : "2020-01-03 11:45:56 \u002b0800 CST",
"url" : "https:\/\/h.cowbay.org\/categories\/%E9%9B%9C%E5%BF%B5\/",
"wordCount" : "0",
"image" : "https://h.cowbay.org%!s(\u003cnil\u003e)"",
@@ -45,9 +45,9 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link href="https://h.cowbay.org/css/style.css?v=1632901489" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/style.css?v=1634607506" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1632901489" rel="stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1634607506" rel="stylesheet" type='text/css' media='all'>
<link rel="shortcut icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
@@ -476,6 +476,6 @@ if (!doNotTrack) {
</div>
<script src="https://h.cowbay.org/js/jquery.min.js"></script>
<script src="https://h.cowbay.org/js/jquerymigrate.js"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1632901489"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1634607506"></script>
</body>

View File

@@ -6,11 +6,7 @@
<description>Recent content in 雜念 on MC部落</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Fri, 03 Jan 2020 11:45:56 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/categories/%E9%9B%9C%E5%BF%B5/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Fri, 03 Jan 2020 11:45:56 +0800</lastBuildDate><atom:link href="https://h.cowbay.org/categories/%E9%9B%9C%E5%BF%B5/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>[碎念] Synology 群暉的文件不知道在工三小 / what a piss in synology document</title>
<link>https://h.cowbay.org/post/what-a-piss-in-synology-document/</link>
@@ -24,4 +20,4 @@
</item>
</channel>
</rss>
</rss>