-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
330 lines (177 loc) · 15.4 KB
/
atom.xml
File metadata and controls
330 lines (177 loc) · 15.4 KB
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>KiritoA's Blog</title>
<icon>https://kiritox.me/icon.png</icon>
<link href="https://kiritox.me/atom.xml" rel="self"/>
<link href="https://kiritox.me/"/>
<updated>2023-11-01T04:57:19.399Z</updated>
<id>https://kiritox.me/</id>
<author>
<name>KiritoA</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>My experience with XCP-ng</title>
<link href="https://kiritox.me/experience-with-xcp-ng/"/>
<id>https://kiritox.me/experience-with-xcp-ng/</id>
<published>2023-08-13T06:48:53.000Z</published>
<updated>2023-11-01T04:57:19.399Z</updated>
<summary type="html"><p>As a Software Engineer and homelabber, I always run VMs for testing and daily use. Choosing a suitable and rock-solid hypervisor is always a topic for me. I have tried Proxmox (Proxmox Virtual Environment), VMWare ESXi (with vCenter) and Hyper-V Server over the years, and I now use Proxmox most of the time. But This year, I came across XCP-ng, which I had never heard of. XCP-ng is a fork from XenServer, a community-driven hypervisor, a closer solution to the ESXi. </p></summary>
<category term="Hypervisor" scheme="https://kiritox.me/tags/Hypervisor/"/>
<category term="XCP-ng" scheme="https://kiritox.me/tags/XCP-ng/"/>
<category term="Proxmox" scheme="https://kiritox.me/tags/Proxmox/"/>
<category term="Homelab" scheme="https://kiritox.me/tags/Homelab/"/>
</entry>
<entry>
<title>Fixing bad ACL permission on my Synology NAS</title>
<link href="https://kiritox.me/fixing-bad-acl-permission-on-my-synology-nas/"/>
<id>https://kiritox.me/fixing-bad-acl-permission-on-my-synology-nas/</id>
<published>2023-06-11T03:03:23.000Z</published>
<updated>2023-06-12T09:50:45.709Z</updated>
<summary type="html"><h1 id="The-Issue"><a href="#The-Issue" class="headerlink" title="The Issue"></a>The Issue</h1><p>Yesterday, I created a new administrator account for my Synology NAS. For easier management, just like usual, I copied my SSH key into the NAS by calling the <code>ssh-copy-id</code> command. Strangely, that didn’t work. And it kept asking me to enter my password every time I log in. This thing had never happened before.</p></summary>
<category term="Synology" scheme="https://kiritox.me/tags/Synology/"/>
<category term="NAS" scheme="https://kiritox.me/tags/NAS/"/>
</entry>
<entry>
<title>IGD passthrough for Intel NUC8i7BEH</title>
<link href="https://kiritox.me/igd-passthrough-for-intel-nuc8i7beh/"/>
<id>https://kiritox.me/igd-passthrough-for-intel-nuc8i7beh/</id>
<published>2021-08-08T05:00:00.000Z</published>
<updated>2023-06-12T16:15:42.013Z</updated>
<summary type="html"><h1 id="Host-Configuration"><a href="#Host-Configuration" class="headerlink" title="Host Configuration"></a>Host Configuration</h1><p>Virtualization Environment: Proxmox 7.0 (GRUB)<br>Hardware: Intel NUC NUC8i7BEH<br>BIOS: UEFI Mode</p></summary>
<category term="Tech" scheme="https://kiritox.me/categories/Tech/"/>
<category term="Proxmox" scheme="https://kiritox.me/tags/Proxmox/"/>
<category term="NUC8i7BEH" scheme="https://kiritox.me/tags/NUC8i7BEH/"/>
<category term="virtualization" scheme="https://kiritox.me/tags/virtualization/"/>
</entry>
<entry>
<title>Intel NUC8i7BEH 实现核显直通</title>
<link href="https://kiritox.me/zh-CN/igd-passthrough-for-intel-nuc8i7beh/"/>
<id>https://kiritox.me/zh-CN/igd-passthrough-for-intel-nuc8i7beh/</id>
<published>2021-08-08T05:00:00.000Z</published>
<updated>2021-10-16T11:16:20.000Z</updated>
<summary type="html"><h1 id="宿主机环境"><a href="#宿主机环境" class="headerlink" title="宿主机环境"></a>宿主机环境</h1><p>虚拟化环境:Proxmox 7.0<br>硬件:Intel NUC NUC8i7BEH<br>BIOS:UEFI Mode</p></summary>
<category term="Tech" scheme="https://kiritox.me/categories/Tech/"/>
<category term="Proxmox" scheme="https://kiritox.me/tags/Proxmox/"/>
<category term="NUC8i7BEH" scheme="https://kiritox.me/tags/NUC8i7BEH/"/>
<category term="虚拟化" scheme="https://kiritox.me/tags/%E8%99%9A%E6%8B%9F%E5%8C%96/"/>
</entry>
<entry>
<title>Shutdown RabbitMQ consumer gracefully</title>
<link href="https://kiritox.me/shutdown-rabbitmq-consumer-gracefully/"/>
<id>https://kiritox.me/shutdown-rabbitmq-consumer-gracefully/</id>
<published>2019-03-31T08:06:00.000Z</published>
<updated>2023-06-12T09:42:35.589Z</updated>
<summary type="html"><p>Recently, I need to implement the graceful shutdown feature in a project, where there is a message queue consumer handling a large number of transactions in production, which can’t be terminated immediately by a simple kill command. Implementation was tricky, though, it’s a great chance to solidify my concurrent programming foundation.</p></summary>
<category term="Coding" scheme="https://kiritox.me/categories/Coding/"/>
<category term="PHP" scheme="https://kiritox.me/tags/PHP/"/>
<category term="RabbitMQ" scheme="https://kiritox.me/tags/RabbitMQ/"/>
<category term="Concurrency" scheme="https://kiritox.me/tags/Concurrency/"/>
<category term="Linux" scheme="https://kiritox.me/tags/Linux/"/>
</entry>
<entry>
<title>为 Laravel 启用 Bootstrap 4</title>
<link href="https://kiritox.me/enable-bootstrap-for-laravel/"/>
<id>https://kiritox.me/enable-bootstrap-for-laravel/</id>
<published>2018-01-05T14:24:00.000Z</published>
<updated>2021-08-08T03:58:42.000Z</updated>
<summary type="html"><p>尽管 Laravel 已经推出到 5.5 版本,但其默认的 Bootstrap 组件仍然是 3 的版本,而 Bootstrap 4 已经 Beta 很长一段时间,或许因为不是正式版 Laravel 并没有集成新版本,但我们完全可以手动把版本更换成 4.0。</p>
<p>以下内容对应 Laravel 5.5 版本</p></summary>
<category term="Coding" scheme="https://kiritox.me/categories/Coding/"/>
<category term="PHP" scheme="https://kiritox.me/tags/PHP/"/>
<category term="Laravel" scheme="https://kiritox.me/tags/Laravel/"/>
<category term="Bootstrap" scheme="https://kiritox.me/tags/Bootstrap/"/>
</entry>
<entry>
<title>Surface Pro 4 半年使用记录</title>
<link href="https://kiritox.me/surface-pro-4-experience/"/>
<id>https://kiritox.me/surface-pro-4-experience/</id>
<published>2017-09-25T12:20:58.000Z</published>
<updated>2023-07-14T11:31:27.368Z</updated>
<summary type="html"><p>手上的生产力工具戴尔笔记本电脑 (Inspiron 14 3420) 服役 4 年健康状况依然良好,除了电池没以前耐用,没有外部高速接口 (百兆有线网卡 + USB 2.0) 和屏幕材质不好 (颜色淡和发白) 外没什么明显缺点,因此一直没有升级换代的打算。但是在开始工作后,由于经常需要在 办公室-宿舍-家 之间往返,渐渐觉得这台电脑实在是太重了 (净重含电池 2.1 kg,包含电池 2.8 kg) ,每天背着近 3 kg 的重量的电脑来回跑的话实在蛋疼,因此购买一台轻便笔记本电脑的需求越来越迫切。</p></summary>
</entry>
<entry>
<title>进击的巨人第一季TV/BD差异比较(13话、21话)</title>
<link href="https://kiritox.me/attack-on-titan-tv-bd-comparison/"/>
<id>https://kiritox.me/attack-on-titan-tv-bd-comparison/</id>
<published>2017-03-25T13:32:00.000Z</published>
<updated>2021-08-08T04:10:20.000Z</updated>
<summary type="html"><p>其实在搭好博客初期就计划要写这篇TV&#x2F;BD比较的,结果因为拖延症发作balabala之类的原因一直没动过笔,然而现在第二季都说要来了才想起这篇东西还没写。。。</p>
<p>咳咳,言归正传,首先是强烈建议在观看进击的巨人第二季前重温一次第一季<strong>BD版</strong>,在重新熟悉剧情的同时说不定能发现新惊喜,尤其是13话。当初想写这篇文章的原因是BD版本就如之前网友所说的对画面作出了很多修正,使得BD版本与TV版本产生了不小的差异,可以说经到了让人惊讶的地步。</p></summary>
<category term="Anime" scheme="https://kiritox.me/categories/Anime/"/>
<category term="进击的巨人" scheme="https://kiritox.me/tags/%E8%BF%9B%E5%87%BB%E7%9A%84%E5%B7%A8%E4%BA%BA/"/>
</entry>
<entry>
<title>为Windows apps应用设置本地代理</title>
<link href="https://kiritox.me/setup-proxy-for-windows-apps/"/>
<id>https://kiritox.me/setup-proxy-for-windows-apps/</id>
<published>2017-03-17T08:43:00.000Z</published>
<updated>2021-08-08T04:05:22.000Z</updated>
<summary type="html"><p>由于众所周知的原因,Wikipedia,Twitter,Facebook这些网站需要设置代理才可以正常访问。正常情况下,电脑安装了代理工具在浏览器或者普通程序中访问是没有问题的,但在Windows 8&#x2F;8.1&#x2F;10的商店程序(Windows apps)即使设置了代理也会出现无法连接的情况。<br><img src="/setup-proxy-for-windows-apps/1715843754.png"></p></summary>
<category term="Tech" scheme="https://kiritox.me/categories/Tech/"/>
<category term="Windows" scheme="https://kiritox.me/tags/Windows/"/>
<category term="代理" scheme="https://kiritox.me/tags/%E4%BB%A3%E7%90%86/"/>
</entry>
<entry>
<title>WNDR3700v4刷回原厂固件</title>
<link href="https://kiritox.me/flash-wndr3700v4-to-stock-firmware/"/>
<id>https://kiritox.me/flash-wndr3700v4-to-stock-firmware/</id>
<published>2016-11-23T02:38:00.000Z</published>
<updated>2021-08-08T04:40:04.000Z</updated>
<summary type="html"><p>之前刷 Openwrt 的时候已经有人反映过说再也刷不回原厂固件,不过我是不太相信的,因为路由器本身有救砖模式。不过真正刷的时候还是折腾了好一阵子,但肯定是没问题的。这里结合网上的帖子和自己的研究分析了一下原因并列出解决步骤,本文适用于刷了 OpenWrt 或者 DD-WRT 的 NETGEAR WNDR3700v4 路由器,直接 TFTP 方式刷回原厂固件失败的情况。此方法也适用于 WNDR4300,自行查找对应的固件刷入即可。</p></summary>
<category term="Tech" scheme="https://kiritox.me/categories/Tech/"/>
<category term="WNDR3700v4" scheme="https://kiritox.me/tags/WNDR3700v4/"/>
<category term="OpenWRT" scheme="https://kiritox.me/tags/OpenWRT/"/>
</entry>
<entry>
<title>电信光纤升级笔记</title>
<link href="https://kiritox.me/home-fiber-network-upgrade-log/"/>
<id>https://kiritox.me/home-fiber-network-upgrade-log/</id>
<published>2016-11-22T12:22:00.000Z</published>
<updated>2021-08-08T09:40:44.000Z</updated>
<summary type="html"><p>电信的光纤升级改造计划已经搞了好几年,虽然一直都有想升级的想法,但是之前电信一直都说线路没有覆盖到不能升级,到了最近终于说是覆盖到小区了,不过去了电信营业厅问才知道升级也要收钱的( ˘・з・)没想到去完营业厅第二天电信(不是营业厅的人)就打电话来说现在要光进铜退,可以免费升光纤,我擦。。。。还好没同意升级不然白花钱了。</p></summary>
<category term="Tech" scheme="https://kiritox.me/categories/Tech/"/>
<category term="网络" scheme="https://kiritox.me/tags/%E7%BD%91%E7%BB%9C/"/>
</entry>
<entry>
<title>NAS打造日志--折腾篇</title>
<link href="https://kiritox.me/nas-build-log-practical/"/>
<id>https://kiritox.me/nas-build-log-practical/</id>
<published>2016-07-17T11:09:00.000Z</published>
<updated>2021-08-08T09:37:54.000Z</updated>
<summary type="html"><p>本来题目是想写实践篇的,但是折腾一圈下来发现这应该叫折腾篇才对,因为实在是太太太。。。折腾了</p></summary>
<category term="Tech" scheme="https://kiritox.me/categories/Tech/"/>
<category term="NAS" scheme="https://kiritox.me/tags/NAS/"/>
</entry>
<entry>
<title>NAS 打造日志-硬件方案篇</title>
<link href="https://kiritox.me/nas-build-hardware-solution/"/>
<id>https://kiritox.me/nas-build-hardware-solution/</id>
<published>2016-06-27T14:19:00.000Z</published>
<updated>2021-08-08T04:17:02.000Z</updated>
<summary type="html"><p>大概一年前就已经有打造NAS这个计划,不过因为各种原因一直没付诸于实践,最近因为把台式的CPU和主板二手出了终于是把这个计划提上了日程。经过一番Google和逛各种论坛对目前流行的NAS的硬件方案做了一下总结</p></summary>
<category term="Tech" scheme="https://kiritox.me/categories/Tech/"/>
<category term="NAS" scheme="https://kiritox.me/tags/NAS/"/>
</entry>
<entry>
<title>先学Arduino而不是先学单片机</title>
<link href="https://kiritox.me/learn-arduino-rather-than-mcu/"/>
<id>https://kiritox.me/learn-arduino-rather-than-mcu/</id>
<published>2016-06-07T09:43:00.000Z</published>
<updated>2021-08-08T04:35:06.000Z</updated>
<summary type="html"><p>突然想起一个很重要的问题,为什么大家(包括我)都认为参加电子设计大赛,或者做点什么制作都非得要先学好单片机,还有模电数电这些基础知识?<br><em>本文针对还没有足够专业知识的同学,大神可忽略~</em></p></summary>
<category term="Learning" scheme="https://kiritox.me/categories/Learning/"/>
<category term="Arduino" scheme="https://kiritox.me/tags/Arduino/"/>
<category term="单片机" scheme="https://kiritox.me/tags/%E5%8D%95%E7%89%87%E6%9C%BA/"/>
</entry>
<entry>
<title>修改你的Windows安装语言并升级到对应语言的Windows8/8.1/10</title>
<link href="https://kiritox.me/modify-install-language-and-upgrade/"/>
<id>https://kiritox.me/modify-install-language-and-upgrade/</id>
<published>2016-05-25T09:32:00.000Z</published>
<updated>2021-08-08T04:14:52.000Z</updated>
<summary type="html"><p>本文方法适用场景:希望把系统升级到另一个语言的系统版本(作为原生语言),而不需要额外添加语言包。适用于Windows7&#x2F;8&#x2F;8.1使用ISO升级安装。</p></summary>
<category term="Tech" scheme="https://kiritox.me/categories/Tech/"/>
<category term="Windows" scheme="https://kiritox.me/tags/Windows/"/>
</entry>
</feed>