-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
575 lines (274 loc) · 14 KB
/
index.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
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
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.113.0">
<script async src="https://www.googletagmanager.com/gtag/js?id=GTM-5JDKMG4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'GTM-5JDKMG4');
</script>
<title>
/home/xluffy
</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content=""
/>
<meta
name="keywords"
content=""
/>
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://taoquangne.com/" />
<link rel="stylesheet" href="https://taoquangne.com/assets/style.css" />
<link rel="stylesheet" href="https://taoquangne.com/style.css" />
<link
rel="apple-touch-icon-precomposed"
sizes="144x144"
href="https://taoquangne.com/img/apple-touch-icon-144-precomposed.png"
/>
<link rel="shortcut icon" href="https://taoquangne.com/img/favicon.png" />
<link href="https://taoquangne.com/assets/fonts/Inter-Italic.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
<link href="https://taoquangne.com/assets/fonts/Inter-Regular.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
<link href="https://taoquangne.com/assets/fonts/Inter-Medium.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
<link href="https://taoquangne.com/assets/fonts/Inter-MediumItalic.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
<link href="https://taoquangne.com/assets/fonts/Inter-Bold.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
<link href="https://taoquangne.com/assets/fonts/Inter-BoldItalic.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="/home/xluffy"/>
<meta name="twitter:description" content=""/>
<meta property="og:title" content="/home/xluffy" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://taoquangne.com/" />
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="/home/xluffy" />
</head>
<body class="">
<div class="container">
<header class="header">
<span class="header__inner">
<a
href="/"
class="logo"
style="text-decoration: none;"
>
<span class="logo__mark"><svg xmlns="http://www.w3.org/2000/svg" class="greater-icon" viewBox="0 0 44 44">
<path fill="none" d="M15 8l14.729 14.382L15 35.367" />
</svg>
</span>
<span class="logo__text"
>/home/xluffy ft 🍄</span
>
<span class="logo__cursor"></span>
</a>
<span class="header__right">
<nav class="menu">
<ul class="menu__inner menu__inner--desktop">
<li><a href="/about">about</a></li>
<li><a href="/tags">tags</a></li>
<li><a href="https://github.com/xluffy/til/issues">til</a></li>
<li><a href="/weekly-summary">weekly-summary</a></li>
</ul>
<ul class="menu__inner menu__inner--mobile">
<li><a href="/about">about</a></li>
<li><a href="/tags">tags</a></li>
<li><a href="https://github.com/xluffy/til/issues">til</a></li>
<li><a href="/weekly-summary">weekly-summary</a></li>
</ul>
</nav>
<span class="menu-trigger">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none" />
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z" />
</svg>
</span>
<span class="theme-toggle">
<svg
class="theme-toggler"
width="24"
height="24"
viewBox="0 0 48 48"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M22 41C32.4934 41 41 32.4934 41 22C41 11.5066 32.4934 3 22
3C11.5066 3 3 11.5066 3 22C3 32.4934 11.5066 41 22 41ZM7 22C7
13.7157 13.7157 7 22 7V37C13.7157 37 7 30.2843 7 22Z"
/>
</svg>
</span>
</span>
</span>
</header>
<div class="content">
<div class="posts">
<div class="post on-list">
<h1 class="post-title"><a href="https://taoquangne.com/post/2023/">2023</a></h1>
<div class="post-meta">
<span class="post-date">
2023-04-01
</span>
</div>
<span class="post-tags">
<a href="https://taoquangne.com/tags/sint2023/">#2023</a>
</span>
<div class="post-content">
Có nhiều sự thay đổi từ bài viết cuối cùng và thứ dễ thấy nhất là tui viết ít đi nhiều so với hồi trước.
</div>
<div><a class="read-more button" href="/post/2023/">Zô đọc đi fen →</a></div>
</div>
<div class="post on-list">
<h1 class="post-title"><a href="https://taoquangne.com/post/bet-isp-vietnam/">Nhà cung cấp dịch vụ Internet mạnh nhất Việt Nam</a></h1>
<div class="post-meta">
<span class="post-date">
2021-12-08
</span>
</div>
<span class="post-tags">
<a href="https://taoquangne.com/tags/isp/">#isp</a>
<a href="https://taoquangne.com/tags/internet/">#internet</a>
</span>
<div class="post-content">
Update 2021/12/15 cách có ông chú ở Viettel, không sợ đứt cáp ở mục số 7 nhé
</div>
<div><a class="read-more button" href="/post/bet-isp-vietnam/">Zô đọc đi fen →</a></div>
</div>
<div class="post on-list">
<h1 class="post-title"><a href="https://taoquangne.com/post/houseplants-care-101/">Houseplants Care 101</a></h1>
<div class="post-meta">
<span class="post-date">
2021-11-18
</span>
</div>
<span class="post-tags">
<a href="https://taoquangne.com/tags/growing/">#growing</a>
<a href="https://taoquangne.com/tags/media/">#media</a>
<a href="https://taoquangne.com/tags/water/">#water</a>
<a href="https://taoquangne.com/tags/houseplants/">#houseplants</a>
<a href="https://taoquangne.com/tags/oil/">#oil</a>
<a href="https://taoquangne.com/tags/bugs/">#bugs</a>
<a href="https://taoquangne.com/tags/pests/">#pests</a>
<a href="https://taoquangne.com/tags//">#🐛</a>
<a href="https://taoquangne.com/tags//">#🐞</a>
<a href="https://taoquangne.com/tags//">#🐜</a>
<a href="https://taoquangne.com/tags//">#🕷</a>
<a href="https://taoquangne.com/tags//">#🪳</a>
<a href="https://taoquangne.com/tags//">#🪲</a>
<a href="https://taoquangne.com/tags//">#🌴</a>
<a href="https://taoquangne.com/tags//">#🌱</a>
<a href="https://taoquangne.com/tags//">#🌿</a>
<a href="https://taoquangne.com/tags//">#🪴</a>
</span>
<div class="post-content">
Trồng và chăm sóc cây 101 cho DevOps Engineer, FE Engineer, BE Engineer hay bắt cứ ông nào thích trồng cây nhé (dùng tiếng Anh cho Heading để dễ gen ToC, ae thông cảm 🥲).
</div>
<div><a class="read-more button" href="/post/houseplants-care-101/">Zô đọc đi fen →</a></div>
</div>
<div class="post on-list">
<h1 class="post-title"><a href="https://taoquangne.com/post/up-firmware-padavan-mi4/">Up firmware Padavan cho MI4</a></h1>
<div class="post-meta">
<span class="post-date">
2021-11-11
</span>
</div>
<span class="post-tags">
<a href="https://taoquangne.com/tags/mi4/">#mi4</a>
<a href="https://taoquangne.com/tags/pandavan/">#pandavan</a>
</span>
<div class="post-content">
Sau một thời gian xài cái modem kèm wifi lởm lởm của nhà mạng VNPT khi mà sóng quá yếu, đi xa một xíu là tạch hết.
</div>
<div><a class="read-more button" href="/post/up-firmware-padavan-mi4/">Zô đọc đi fen →</a></div>
</div>
<div class="post on-list">
<h1 class="post-title"><a href="https://taoquangne.com/post/how-to-check-a-ip-is-in-a-blacklist/">How to check a IP is in a blacklist</a></h1>
<div class="post-meta">
<span class="post-date">
2020-05-22
</span>
</div>
<span class="post-tags">
<a href="https://taoquangne.com/tags/blacklist/">#blacklist</a>
<a href="https://taoquangne.com/tags/dns/">#dns</a>
<a href="https://taoquangne.com/tags/domain/">#domain</a>
</span>
<div class="post-content">
Một đồng nghiệp trong công ti giới thiệu cho mình blcheck, tool này dùng để check một IP có nằm trong mail blacklist hay không bằng cách check qua một danh sách các tổ chức.
</div>
<div><a class="read-more button" href="/post/how-to-check-a-ip-is-in-a-blacklist/">Zô đọc đi fen →</a></div>
</div>
<div class="post on-list">
<h1 class="post-title"><a href="https://taoquangne.com/post/null-in-sql/">Null in SQL</a></h1>
<div class="post-meta">
<span class="post-date">
2020-02-04
</span>
</div>
<span class="post-tags">
<a href="https://taoquangne.com/tags/sql/">#sql</a>
</span>
<div class="post-content">
Nói zìa mấy thứ linh tinh liên quan tới NULL trong SQL.
</div>
<div><a class="read-more button" href="/post/null-in-sql/">Zô đọc đi fen →</a></div>
</div>
<div class="post on-list">
<h1 class="post-title"><a href="https://taoquangne.com/post/chaos-of-configuration/">Chaos of configuration</a></h1>
<div class="post-meta">
<span class="post-date">
2020-01-06
</span>
</div>
<span class="post-tags">
<a href="https://taoquangne.com/tags/rails/">#rails</a>
<a href="https://taoquangne.com/tags/configuration/">#configuration</a>
<a href="https://taoquangne.com/tags/deployment/">#deployment</a>
</span>
<div class="post-content">
Một trong các vấn đề cơ bản khi deployment và đảm bảo security cho ứng dụng đó là làm sao để quản lý config một cách tiện lợi, an toàn, dễ cập nhật.
</div>
<div><a class="read-more button" href="/post/chaos-of-configuration/">Zô đọc đi fen →</a></div>
</div>
<div class="post on-list">
<h1 class="post-title"><a href="https://taoquangne.com/post/change-schema-of-huge-table-in-mysql/">Change schema of huge table in MySQL</a></h1>
<div class="post-meta">
<span class="post-date">
2019-12-27
</span>
</div>
<span class="post-tags">
<a href="https://taoquangne.com/tags/mysql/">#mysql</a>
<a href="https://taoquangne.com/tags/percona/">#percona</a>
</span>
<div class="post-content">
Bài này được update lại gần như toàn bộ sau khi mình join team research-database của Grokking.
</div>
<div><a class="read-more button" href="/post/change-schema-of-huge-table-in-mysql/">Zô đọc đi fen →</a></div>
</div>
<div class="pagination">
<div class="pagination__buttons">
<span class="button next">
<a href="/page/2/">
<span class="button__text">Older posts</span>
<span class="button__icon">→</span>
</a>
</span>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user"><span> hàng nhà trồng 🌴 theo <a href="https://creativecommons.org/licenses/by-nc/4.0">giấy phép CC BY-NC 4.0</a></span><span>Themes created by <a href="https://twitter.com/panr" target="_blank" rel="noopener">panr</a></span></div>
</div>
</footer>
<script src="https://taoquangne.com/assets/main.js"></script>
<script src="https://taoquangne.com/assets/prism.js"></script>
</div>
</body>
</html>