This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
013962b17b027f5c244ac1ecdbc1e84b.html
134 lines (116 loc) · 5.14 KB
/
013962b17b027f5c244ac1ecdbc1e84b.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-180293201-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-180293201-1');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title> KCORES - 氪金核心 </title>
<link rel="shortcut icon" href="assets/logo/kcores-logo.ico" />
<meta name="keywords" content=" KCORES, 氪金核心, 消费电子, 万兆网络, 家用NAS, 垃圾佬, 服务器, 云服务及主机, 仪表, Homelab, Vintage" />
<meta name="description" content="KCORES - 氪金核心. 一个奇特的电子产品爱好者网站. 该项目由 @karminski-牙医 发起, 目的是建立一个大家能轻松讨论泛计算机话题的环境." />
<meta name="viewport" content="width=device-width, user-scalable=no">
<!-- include scripts & styles -->
<link rel="stylesheet" type="text/css" href="assets/styles/rem.css">
<link rel="stylesheet" type="text/css" href="assets/styles/reset.css">
<link rel="stylesheet" type="text/css" href="assets/styles/base.css">
<link rel="stylesheet" type="text/css" href="assets/styles/list.css">
<script src="assets/js/minigrid.js"></script>
<script src="assets/js/imagesloaded.pkgd.min.js"></script>
</head>
<body>
<div id="main">
<!-- Herader -->
<header>
<div class="inner ">
<nav class="left">
<a href="https://kcores.com/" class="logo"><h1>KCORES 氪金核心</h1></a>
<a href="https://kcores.com/reading" class="nav-button"><h1>阅读</h1></a>
<a href="https://kcores.com/topics" class="nav-button"><h1>话题</h1></a>
<a href="https://kcores.com/opensource" class="nav-button"><h1>开源硬件</h1></a>
</nav>
<nav class="right">
<a href="https://kcores.com/about">关于</a>
<a href="https://kcores.com/blogroll">友情链接</a>
<a target="_blank" href="https://github.com/KCORES">Github</a>
</nav>
</div>
</header>
<!-- masthead -->
<div id="masthead">
<div id="masthead-content">
<div id="masthead-icon">
<img src="./assets/content-image/topic-icon/nas-for-home.png" />
</div>
<div id="masthead-subcontent">
<h1 id="masthead-title">家用 NAS 指南</h1>
<p id="masthead-desc">你的第一台 NAS 何必是 NAS, 老板! 来 100T 硬盘!</p>
</div>
</div>
</div>
<!-- grid content -->
<div class="water-basic">
<!-- THIS CONTENT IS AUTOMATIC GENERATED BY CONTENT-BUILDER, DO NOT EDIT THIS FILE MANUALLY -->
<div class="item">
<div class="entry-image 1">
<img src="./assets/content-image/entry-cover/v2-3aa84c70ac31e91cdb2866419fe2f284_r.jpg" alt="">
</div>
<div class="entry-title"><a target="_blank" href="https://www.zhihu.com/question/21359049/answer/622344230">家用 NAS 指南 2 - 搭建家庭 NAS 服务器有什么好方案?</a></div>
<div class="entry-info"><b class="author_level_7">@Karminski-牙医</b> / 2019-03-14</div>
</div>
<!-- THIS CONTENT IS AUTOMATIC GENERATED BY CONTENT-BUILDER, DO NOT EDIT THIS FILE MANUALLY -->
<div class="item">
<div class="entry-image 2">
<img src="./assets/content-image/entry-cover/v2-fede14aaf0311274e7f82e41891877a8_r.jpg" alt="">
</div>
<div class="entry-title"><a target="_blank" href="https://zhuanlan.zhihu.com/p/48527909">家用 NAS 指南 1 - NAS 阵列与文件系统方案探讨</a></div>
<div class="entry-info"><b class="author_level_7">@AlphaArea (awpak78)</b> / 2018-11-04</div>
</div>
<!-- THIS CONTENT IS AUTOMATIC GENERATED BY CONTENT-BUILDER, DO NOT EDIT THIS FILE MANUALLY -->
<div class="item">
<div class="entry-image 3">
<img src="./assets/content-image/entry-cover/v2-6fec40260d6aad7ca828ed9cb90a7c26_r.jpg" alt="">
</div>
<div class="entry-title"><a target="_blank" href="https://zhuanlan.zhihu.com/p/45799912">家用 NAS 指南 0 - ZFS 软阵列 RAIDZ1 降级跑分与重建</a></div>
<div class="entry-info"><b class="author_level_7">@AlphaArea (awpak78)</b> / 2018-10-01</div>
</div>
</div>
<!-- load js -->
<script>
(function () {
var imgLoad = imagesLoaded('.water-basic', function () {
})
imgLoad.on('progress', function (instance, image) {
console.log('image: ', image);
image.img.style.minHeight='auto'
console.log('instance: ', instance);
var grid;
function init() {
grid = new Minigrid({
container: '.water-basic',
item: '.item',
gutter: 12,
animate: function () {
console.log(222)
}
});
grid.mount();
}
// mount
function update() {
setTimeout(function () {
grid.mount();
}, 100)
}
init()
window.addEventListener('resize', update);
})
})()
</script>
</body>
</html>