add auto fetch ssl certs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.58.3" /><meta charset="utf-8">
|
||||
<meta name="generator" content="Hugo 0.68.3" /><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
@@ -22,8 +22,8 @@
|
||||
"accountablePerson" : "",
|
||||
"copyrightHolder" : "",
|
||||
"copyrightYear" : "2021",
|
||||
"datePublished": "2021-07-20 09:19:47 \x2b0800 CST",
|
||||
"dateModified" : "2021-07-20 09:19:47 \x2b0800 CST",
|
||||
"datePublished": "2021-08-26 12:08:43 \x2b0800 CST",
|
||||
"dateModified" : "2021-08-26 12:08:43 \x2b0800 CST",
|
||||
"url" : "https:\/\/h.cowbay.org\/",
|
||||
"wordCount" : "0",
|
||||
"image" : "https://h.cowbay.org%!s(\u003cnil\u003e)"",
|
||||
@@ -46,9 +46,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=1626744134" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
|
||||
<link href="https://h.cowbay.org/css/style.css?v=1629951055" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
|
||||
|
||||
<link href="https://h.cowbay.org/css/custom.css?v=1626744134" rel="stylesheet" type='text/css' media='all'>
|
||||
<link href="https://h.cowbay.org/css/custom.css?v=1629951055" 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">
|
||||
|
||||
@@ -84,10 +84,6 @@ if (!doNotTrack) {
|
||||
|
||||
<ul id="menu-secondary-items" class="menu-secondary-items">
|
||||
|
||||
<li class="menu-item menu-item-type-taxonomy menu-item-object-category">
|
||||
<a href="/categories/"></a>
|
||||
</li>
|
||||
|
||||
<li class="menu-item menu-item-type-taxonomy menu-item-object-category">
|
||||
<a href="/categories/ansible">ansible</a>
|
||||
</li>
|
||||
@@ -325,9 +321,7 @@ if (!doNotTrack) {
|
||||
<div class='excerpt-content'>
|
||||
<article>
|
||||
<p>最近在弄一台機器,想要把ubuntu 18.04 安裝在software raid上</p>
|
||||
|
||||
<p>因為新開的機器大部分都是在proxmox上,所以很少碰實體機器了</p>
|
||||
|
||||
<p>結果在安裝過程中,做raid碰到一些問題,來紀錄一下</p>
|
||||
|
||||
<div class="more-link-wrapper"><a class="more-link" href="https://h.cowbay.org/post/ubuntu-1804-install-root-on-raid/">Read the post<span class="screen-reader-text">This is a Standard Post</span></a></div>
|
||||
@@ -381,11 +375,8 @@ if (!doNotTrack) {
|
||||
<div class='excerpt-content'>
|
||||
<article>
|
||||
<p>這兩天在弄兩台Freenas ,準備當作Proxmox 的Storage & Server Backup</p>
|
||||
|
||||
<p>因為伺服器的限制,只能接六個SATA,我接了六個2T的硬碟做raid10</p>
|
||||
|
||||
<p>然後把Freenas 安裝在隨身碟上</p>
|
||||
|
||||
<p>不過會一直出現Smartd failed to start 的錯誤訊息</p>
|
||||
|
||||
<div class="more-link-wrapper"><a class="more-link" href="https://h.cowbay.org/post/smartd-failed-to-start-in-freenas/">Read the post<span class="screen-reader-text">This is a Standard Post</span></a></div>
|
||||
@@ -439,13 +430,9 @@ if (!doNotTrack) {
|
||||
<div class='excerpt-content'>
|
||||
<article>
|
||||
<p>最近在做一台老機器的P2V</p>
|
||||
|
||||
<p>偏偏user說不能關機,所以我用dd + ssh 做線上移轉</p>
|
||||
|
||||
<p>這部份有空再來寫</p>
|
||||
|
||||
<p>只是因為原來的設定有用mdadm 做raid1</p>
|
||||
|
||||
<p>這部份導致移轉過去proxmox 後,會出現raid degrade 導致無法正常開機</p>
|
||||
|
||||
<div class="more-link-wrapper"><a class="more-link" href="https://h.cowbay.org/post/incredibly-slow-mdadm-rebuild/">Read the post<span class="screen-reader-text">This is a Standard Post</span></a></div>
|
||||
@@ -499,11 +486,8 @@ if (!doNotTrack) {
|
||||
<div class='excerpt-content'>
|
||||
<article>
|
||||
<p>因為工作的關係,現在很多時間都花在VIM的操作上</p>
|
||||
|
||||
<p>所以之前花了滿多時間,調整出一個適合自己的VIM環境</p>
|
||||
|
||||
<p>原本的作法是把這個設定好的環境,丟到自己建立的gitea 上面</p>
|
||||
|
||||
<p>然後每到一台新的機器,就要去clone 下來</p>
|
||||
|
||||
<div class="more-link-wrapper"><a class="more-link" href="https://h.cowbay.org/post/create-portable-vim-environment/">Read the post<span class="screen-reader-text">This is a Standard Post</span></a></div>
|
||||
@@ -557,19 +541,12 @@ if (!doNotTrack) {
|
||||
<div class='excerpt-content'>
|
||||
<article>
|
||||
<p>前幾天公司的一台 Synology DS 415+ 發生異常</p>
|
||||
|
||||
<p>注意到的時候,四顆硬碟燈號都不斷的在閃爍</p>
|
||||
|
||||
<p>但是已經無法登入系統</p>
|
||||
|
||||
<p>重開機之後更慘,四顆硬碟燈號全部橘燈恆亮</p>
|
||||
|
||||
<p>底下的電源藍燈不斷的在閃爍</p>
|
||||
|
||||
<p>雖然我一再表示不希望送修了</p>
|
||||
|
||||
<p>一來是已經過保,二來是DS415+ 本身就有intel bug,三來是因為對synology的NAS 實在沒有愛…</p>
|
||||
|
||||
<p>不過主管還是希望能夠先問群暉維修的費用多少</p>
|
||||
|
||||
<div class="more-link-wrapper"><a class="more-link" href="https://h.cowbay.org/post/synology-ds415-repair-cost/">Read the post<span class="screen-reader-text">This is a Standard Post</span></a></div>
|
||||
@@ -852,7 +829,7 @@ if (!doNotTrack) {
|
||||
|
||||
</ul> <div class="design-credit">
|
||||
|
||||
<p>© 2018 Göran Svensson</p>
|
||||
<p>© 2018 Göran Svensson</p>
|
||||
|
||||
<p>Nederburg Hugo Theme by <a href="https://appernetic.io">Appernetic</a>.</p>
|
||||
|
||||
@@ -864,7 +841,7 @@ 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=1626744134"></script>
|
||||
<script src="https://h.cowbay.org/js/production.min.js?v=1629951055"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user