|
|
<!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>Posts | 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="/post/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">Posts</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="/post/enable-synology-public-ssh/">筆記- 啟用群暉NAS (Synology NAS)的SSH Server 透過Publickey 認證免密碼登入</a></h1>
|
|
|
<div class="post__content"><p>公司內有幾台NAS,其中有一台用來放開發人員的postgresql dump file
|
|
|
之前都是主要的開發人員上傳到google drive,分享出來 ,然後其他人去抓回來</p>
|
|
|
|
|
|
<p>這樣子有個問題是,當server要存取這些檔案時,就沒辦法了,除非透過一些 3rd party的軟體
|
|
|
像是這篇</p>
|
|
|
|
|
|
<p><a href="https://www.omgubuntu.co.uk/2017/04/mount-google-drive-ocamlfuse-linux">https://www.omgubuntu.co.uk/2017/04/mount-google-drive-ocamlfuse-linux</a></p>
|
|
|
|
|
|
<p>或者是這篇</p>
|
|
|
|
|
|
<p><a href="https://www.maketecheasier.com/mount-google-drive-ubuntu/">https://www.maketecheasier.com/mount-google-drive-ubuntu/</a></p>
|
|
|
|
|
|
<p>但是手邊的伺服器,原則上除非有必要,不然都沒有開放internet
|
|
|
所以導致明明檔案就在那邊,但是要取得就是很麻煩</p></div>
|
|
|
</article>
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
</main>
|
|
|
|
|
|
<div class="pagination block">
|
|
|
<a class="pagination__item pagination__item--desktop" href="/post/">1</a>
|
|
|
|
|
|
<a class="pagination__item pagination__item--desktop" href="/post/page/2/">2</a>
|
|
|
|
|
|
<a class="pagination__item pagination__item--desktop" href="/post/page/3/">3</a>
|
|
|
|
|
|
<a class="pagination__item pagination__item--desktop" href="/post/page/4/">4</a>
|
|
|
|
|
|
<span class="pagination__item pagination__item--active" data-total="5">5</span>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
<footer class="footer">
|
|
|
<div class="footer__copyright">© 2019 MCの飄狂山莊㊣. <span class="footer__copyright-credits"></span></div>
|
|
|
</footer>
|
|
|
</body>
|
|
|
</html> |