@xdev-asia/xdev-knowledge-mcp 1.0.53 → 1.0.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (20) hide show
  1. package/content/blog/ai/con-duong-tro-thanh-ai-solution-architect.md +826 -0
  2. package/content/pages/ve-toi.md +62 -0
  3. package/content/series/devsecops/vyos-tu-co-ban-den-nang-cao/chapters/01-vyos-tu-co-ban-den-nang-cao/lessons/01-bai-1-gioi-thieu-vyos-va-cai-dat.md +324 -0
  4. package/content/series/devsecops/vyos-tu-co-ban-den-nang-cao/chapters/01-vyos-tu-co-ban-den-nang-cao/lessons/02-bai-2-cau-hinh-interface-va-ip-co-ban.md +324 -0
  5. package/content/series/devsecops/vyos-tu-co-ban-den-nang-cao/chapters/01-vyos-tu-co-ban-den-nang-cao/lessons/03-bai-3-nat-source-nat-destination-nat-va-masquerade.md +321 -0
  6. package/content/series/devsecops/vyos-tu-co-ban-den-nang-cao/chapters/01-vyos-tu-co-ban-den-nang-cao/lessons/04-bai-4-firewall-co-ban-rules-chains-va-groups.md +386 -0
  7. package/content/series/devsecops/vyos-tu-co-ban-den-nang-cao/chapters/01-vyos-tu-co-ban-den-nang-cao/lessons/05-bai-5-zone-based-firewall.md +451 -0
  8. package/content/series/devsecops/vyos-tu-co-ban-den-nang-cao/chapters/01-vyos-tu-co-ban-den-nang-cao/lessons/06-bai-6-dhcp-server-dns-forwarding-va-ntp.md +105 -0
  9. package/content/series/devsecops/vyos-tu-co-ban-den-nang-cao/chapters/01-vyos-tu-co-ban-den-nang-cao/lessons/07-bai-7-vlans-bonding-va-bridge.md +94 -0
  10. package/content/series/devsecops/vyos-tu-co-ban-den-nang-cao/chapters/01-vyos-tu-co-ban-den-nang-cao/lessons/08-bai-8-static-routing-va-policy-based-routing.md +83 -0
  11. package/content/series/devsecops/vyos-tu-co-ban-den-nang-cao/chapters/01-vyos-tu-co-ban-den-nang-cao/lessons/09-bai-9-dynamic-routing-ospf.md +79 -0
  12. package/content/series/devsecops/vyos-tu-co-ban-den-nang-cao/chapters/01-vyos-tu-co-ban-den-nang-cao/lessons/10-bai-10-dynamic-routing-bgp.md +82 -0
  13. package/content/series/devsecops/vyos-tu-co-ban-den-nang-cao/chapters/01-vyos-tu-co-ban-den-nang-cao/lessons/11-bai-11-vpn-wireguard-va-openvpn.md +85 -0
  14. package/content/series/devsecops/vyos-tu-co-ban-den-nang-cao/chapters/01-vyos-tu-co-ban-den-nang-cao/lessons/12-bai-12-vpn-ipsec-site-to-site.md +87 -0
  15. package/content/series/devsecops/vyos-tu-co-ban-den-nang-cao/chapters/01-vyos-tu-co-ban-den-nang-cao/lessons/13-bai-13-high-availability-vrrp-va-conntrack-sync.md +61 -0
  16. package/content/series/devsecops/vyos-tu-co-ban-den-nang-cao/chapters/01-vyos-tu-co-ban-den-nang-cao/lessons/14-bai-14-wan-load-balancing-qos-va-monitoring.md +62 -0
  17. package/content/series/devsecops/vyos-tu-co-ban-den-nang-cao/chapters/01-vyos-tu-co-ban-den-nang-cao/lessons/15-bai-15-containers-automation-va-production-best-practices.md +80 -0
  18. package/content/series/devsecops/vyos-tu-co-ban-den-nang-cao/index.md +410 -0
  19. package/package.json +1 -1
  20. package/content/pages/gioi-thieu.md +0 -23
@@ -0,0 +1,410 @@
1
+ ---
2
+ id: 019d65ef-d36f-773e-bf0a-9e2efc5e19df
3
+ title: VyOS từ Cơ bản đến Nâng cao
4
+ slug: vyos-tu-co-ban-den-nang-cao
5
+ description: >-
6
+ Khóa học toàn diện về VyOS — hệ điều hành mạng mã nguồn mở mạnh mẽ. Từ cài đặt,
7
+ cấu hình cơ bản đến firewall, VPN, routing nâng cao (BGP/OSPF), High Availability,
8
+ VLANs, WireGuard, và triển khai production thực tế.
9
+ featured_image: images/blog/vyos-series-featured.png
10
+ level: beginner
11
+ duration_hours: 40
12
+ lesson_count: 15
13
+ price: '0.00'
14
+ is_free: true
15
+ view_count: 0
16
+ average_rating: '0.00'
17
+ review_count: 0
18
+ enrollment_count: 0
19
+ meta: null
20
+ published_at: '2026-04-07T12:00:00.000000Z'
21
+ created_at: '2026-04-07T12:00:00.000000Z'
22
+ author:
23
+ id: 019c9616-d2b4-713f-9b2c-40e2e92a05cf
24
+ name: Duy Tran
25
+ avatar: avatars/7e8eb5c6-4cac-455b-a701-4060f085d501.jpeg
26
+ category:
27
+ id: 019c9617-faa6-70d6-8679-ee4de1f177b3
28
+ name: DevSecOps
29
+ slug: devsecops
30
+ tags:
31
+ - name: VyOS
32
+ slug: vyos
33
+ - name: networking
34
+ slug: networking
35
+ - name: firewall
36
+ slug: firewall
37
+ - name: router
38
+ slug: router
39
+ - name: VPN
40
+ slug: vpn
41
+ - name: linux
42
+ slug: linux
43
+ - name: infrastructure
44
+ slug: infrastructure
45
+ - name: devops
46
+ slug: devops
47
+ - name: security
48
+ slug: security
49
+ - name: BGP
50
+ slug: bgp
51
+ - name: OSPF
52
+ slug: ospf
53
+ - name: WireGuard
54
+ slug: wireguard
55
+ - name: IPsec
56
+ slug: ipsec
57
+ - name: NAT
58
+ slug: nat
59
+ - name: VLAN
60
+ slug: vlan
61
+ - name: DHCP
62
+ slug: dhcp
63
+ - name: DNS
64
+ slug: dns
65
+ - name: highavailability
66
+ slug: highavailability
67
+ - name: opensource
68
+ slug: opensource
69
+ - name: HandsOn
70
+ slug: handson
71
+ sections:
72
+ - id: unsectioned
73
+ title: VyOS từ Cơ bản đến Nâng cao
74
+ description: null
75
+ sort_order: 0
76
+ lessons:
77
+ - id: 019d65ef-d36f-773e-bf0a-9e2fc23d52ba
78
+ title: 'Bài 1: Giới thiệu VyOS và Cài đặt'
79
+ slug: bai-1-gioi-thieu-vyos-va-cai-dat
80
+ description: >-
81
+ VyOS là gì, lịch sử phát triển (từ Vyatta đến VyOS), so sánh với pfSense/OPNsense/MikroTik,
82
+ kiến trúc hệ thống, cài đặt trên bare-metal/VM (KVM, VirtualBox, Proxmox),
83
+ CLI cơ bản (configure/commit/save), cấu trúc configuration tree.
84
+ duration_minutes: 150
85
+ is_free: true
86
+ sort_order: 1
87
+ video_url: null
88
+ - id: 019d65ef-d36f-773e-bf0a-9e30df834552
89
+ title: 'Bài 2: Cấu hình Interface và IP cơ bản'
90
+ slug: bai-2-cau-hinh-interface-va-ip-co-ban
91
+ description: >-
92
+ Cấu hình Ethernet interfaces, đặt IP tĩnh và DHCP client,
93
+ quản lý users và authentication, SSH access, hostname/timezone/NTP,
94
+ system backup và restore configuration.
95
+ duration_minutes: 120
96
+ is_free: true
97
+ sort_order: 2
98
+ video_url: null
99
+ - id: 019d65ef-d36f-773e-bf0a-9e31fc512de3
100
+ title: 'Bài 3: NAT — Source NAT, Destination NAT và Masquerade'
101
+ slug: bai-3-nat-source-nat-destination-nat-va-masquerade
102
+ description: >-
103
+ Khái niệm NAT trong VyOS, cấu hình Source NAT (masquerade) cho LAN ra internet,
104
+ Destination NAT (port forwarding), 1:1 NAT, NPTv6 (RFC6296),
105
+ NAT rules ordering và troubleshooting.
106
+ duration_minutes: 140
107
+ is_free: true
108
+ sort_order: 3
109
+ video_url: null
110
+ - id: 019d65ef-d36f-773e-bf0a-9e3277a273b3
111
+ title: 'Bài 4: Firewall cơ bản — Rules, Chains và Groups'
112
+ slug: bai-4-firewall-co-ban-rules-chains-va-groups
113
+ description: >-
114
+ Kiến trúc firewall VyOS (nftables), input/output/forward chains,
115
+ firewall rules (accept/drop/reject), address-group, network-group,
116
+ port-group, áp dụng firewall lên interfaces, default policy, logging.
117
+ duration_minutes: 180
118
+ is_free: true
119
+ sort_order: 4
120
+ video_url: null
121
+ - id: 019d65ef-d36f-773e-bf0a-9e3347cefe91
122
+ title: 'Bài 5: Zone-based Firewall'
123
+ slug: bai-5-zone-based-firewall
124
+ description: >-
125
+ Khái niệm zone-policy, thiết kế zones (LAN/WAN/DMZ/GUEST),
126
+ inter-zone traffic rules, zone-policy vs interface-based firewall,
127
+ best practices phân vùng mạng, ví dụ thực tế cho mạng gia đình và doanh nghiệp nhỏ.
128
+ duration_minutes: 160
129
+ is_free: true
130
+ sort_order: 5
131
+ video_url: null
132
+ - id: 019d65ef-d36f-773e-bf0a-9e34d7b36e63
133
+ title: 'Bài 6: DHCP Server, DNS Forwarding và NTP'
134
+ slug: bai-6-dhcp-server-dns-forwarding-va-ntp
135
+ description: >-
136
+ Cấu hình DHCP Server (pools, static leases, options), DHCPv6,
137
+ DHCP relay, DNS forwarding với cache, DNS entries tĩnh,
138
+ NTP server, system services management.
139
+ duration_minutes: 130
140
+ is_free: true
141
+ sort_order: 6
142
+ video_url: null
143
+ - id: 019d65ef-d36f-773e-bf0a-9e354f8246f3
144
+ title: 'Bài 7: VLANs, Bonding và Bridge'
145
+ slug: bai-7-vlans-bonding-va-bridge
146
+ description: >-
147
+ Cấu hình 802.1Q VLANs trên VyOS, inter-VLAN routing,
148
+ interface bonding (LACP), bridge interfaces, kết hợp VLANs với firewall zones,
149
+ trunk và access ports, ví dụ thực tế segmentation mạng.
150
+ duration_minutes: 150
151
+ is_free: true
152
+ sort_order: 7
153
+ video_url: null
154
+ - id: 019d65ef-d36f-773e-bf0a-9e36c62f858f
155
+ title: 'Bài 8: Static Routing và Policy-Based Routing'
156
+ slug: bai-8-static-routing-va-policy-based-routing
157
+ description: >-
158
+ Static routes, default gateway, blackhole routes, failover routes,
159
+ Policy-Based Routing (PBR) với route-map, routing tables,
160
+ multiple uplinks, transparent proxy routing, VRF basics.
161
+ duration_minutes: 150
162
+ is_free: true
163
+ sort_order: 8
164
+ video_url: null
165
+ - id: 019d65ef-d36f-773e-bf0a-9e37dfd74e6b
166
+ title: 'Bài 9: Dynamic Routing — OSPF'
167
+ slug: bai-9-dynamic-routing-ospf
168
+ description: >-
169
+ Giới thiệu OSPF (Open Shortest Path First), areas, cấu hình OSPF trên VyOS,
170
+ OSPF unnumbered với ECMP, redistributing routes, passive interfaces,
171
+ authentication, troubleshooting OSPF neighbors, verify với show commands.
172
+ duration_minutes: 170
173
+ is_free: true
174
+ sort_order: 9
175
+ video_url: null
176
+ - id: 019d65ef-d36f-773e-bf0a-9e387917d59e
177
+ title: 'Bài 10: Dynamic Routing — BGP'
178
+ slug: bai-10-dynamic-routing-bgp
179
+ description: >-
180
+ Giới thiệu BGP (Border Gateway Protocol), iBGP vs eBGP,
181
+ cấu hình BGP neighbors, route-maps và prefix-lists,
182
+ AS-path prepending, BGP communities, Route Reflector,
183
+ BGP IPv6 unnumbered với extended nexthop.
184
+ duration_minutes: 180
185
+ is_free: true
186
+ sort_order: 10
187
+ video_url: null
188
+ - id: 019d65ef-d36f-773e-bf0a-9e3982d5a422
189
+ title: 'Bài 11: VPN — WireGuard và OpenVPN'
190
+ slug: bai-11-vpn-wireguard-va-openvpn
191
+ description: >-
192
+ WireGuard site-to-site và remote access VPN, key generation,
193
+ OpenVPN site-to-site với pre-shared key, OpenVPN remote access với certificates,
194
+ so sánh WireGuard vs OpenVPN, routing qua VPN tunnels.
195
+ duration_minutes: 170
196
+ is_free: true
197
+ sort_order: 11
198
+ video_url: null
199
+ - id: 019d65ef-d36f-773e-bf0a-9e3a653e2f50
200
+ title: 'Bài 12: VPN — IPsec Site-to-Site'
201
+ slug: bai-12-vpn-ipsec-site-to-site
202
+ description: >-
203
+ IPsec fundamentals (IKEv2, ESP, SA), policy-based vs route-based VPN,
204
+ site-to-site IPsec với VyOS, IPsec tới Cisco/Palo Alto/Azure,
205
+ DMVPN dual hub, VTI interfaces, troubleshooting IPsec tunnels.
206
+ duration_minutes: 180
207
+ is_free: true
208
+ sort_order: 12
209
+ video_url: null
210
+ - id: 019d65ef-d36f-773e-bf0a-9e3bbb16e57f
211
+ title: 'Bài 13: High Availability — VRRP và Conntrack Sync'
212
+ slug: bai-13-high-availability-vrrp-va-conntrack-sync
213
+ description: >-
214
+ VRRP (Virtual Router Redundancy Protocol) trên VyOS,
215
+ active-passive HA với VRRP priorities, conntrack-sync để giữ sessions,
216
+ config-sync giữa HA pair, failover testing,
217
+ HA design cho production (VM primary + physical backup).
218
+ duration_minutes: 160
219
+ is_free: true
220
+ sort_order: 13
221
+ video_url: null
222
+ - id: 019d65ef-d36f-773e-bf0a-9e3cc2fa6f1e
223
+ title: 'Bài 14: WAN Load Balancing, QoS và Monitoring'
224
+ slug: bai-14-wan-load-balancing-qos-va-monitoring
225
+ description: >-
226
+ WAN load balancing (distribute/failover), interface health checks,
227
+ QoS với CAKE/HTB/shaper, traffic prioritization,
228
+ NetFlow/sFlow monitoring, SNMP, Prometheus exporter,
229
+ logging và syslog over TLS.
230
+ duration_minutes: 160
231
+ is_free: true
232
+ sort_order: 14
233
+ video_url: null
234
+ - id: 019d65ef-d36f-773e-bf0a-9e3dd57adcb1
235
+ title: 'Bài 15: Containers, Automation và Production Best Practices'
236
+ slug: bai-15-containers-automation-va-production-best-practices
237
+ description: >-
238
+ Chạy containers (Podman) trên VyOS, Ansible automation,
239
+ VyOS API (HTTP API), scripting và custom commands,
240
+ backup strategies, upgrade/rollback, security hardening,
241
+ production checklist và real-world deployment scenarios.
242
+ duration_minutes: 170
243
+ is_free: true
244
+ sort_order: 15
245
+ video_url: null
246
+ reviews: []
247
+ quizzes: []
248
+ ---
249
+ <h2><strong>Bài 1: Giới thiệu VyOS và Cài đặt</strong></h2>
250
+ <ul>
251
+ <li>VyOS là gì? Lịch sử từ Vyatta → VyOS</li>
252
+ <li>So sánh VyOS vs pfSense vs OPNsense vs MikroTik</li>
253
+ <li>Kiến trúc hệ thống và mô hình cấu hình (configuration tree)</li>
254
+ <li>Tải và cài đặt trên VM (KVM/VirtualBox/Proxmox) và bare-metal</li>
255
+ <li>CLI cơ bản: configure, commit, save, show, compare</li>
256
+ <li>Lab: Cài đặt VyOS trên VirtualBox, SSH vào quản lý</li>
257
+ </ul>
258
+
259
+ <h2><strong>Bài 2: Cấu hình Interface và IP cơ bản</strong></h2>
260
+ <ul>
261
+ <li>Cấu hình Ethernet interfaces (set interfaces ethernet ethX)</li>
262
+ <li>IP tĩnh và DHCP client</li>
263
+ <li>Quản lý users, authentication, SSH keys</li>
264
+ <li>Hostname, timezone, NTP</li>
265
+ <li>System backup/restore configuration</li>
266
+ <li>Lab: Thiết lập router 2 interface (WAN + LAN)</li>
267
+ </ul>
268
+
269
+ <h2><strong>Bài 3: NAT — Source NAT, Destination NAT và Masquerade</strong></h2>
270
+ <ul>
271
+ <li>NAT là gì? Tại sao cần NAT?</li>
272
+ <li>Source NAT (masquerade) — cho LAN truy cập internet</li>
273
+ <li>Destination NAT — port forwarding vào server nội bộ</li>
274
+ <li>1:1 NAT và NPTv6</li>
275
+ <li>NAT rules ordering và priority</li>
276
+ <li>Lab: Cấu hình masquerade + port forward HTTP/SSH</li>
277
+ </ul>
278
+
279
+ <h2><strong>Bài 4: Firewall cơ bản — Rules, Chains và Groups</strong></h2>
280
+ <ul>
281
+ <li>Kiến trúc firewall VyOS (nftables backend)</li>
282
+ <li>Input, output, forward chains</li>
283
+ <li>Firewall rules: accept, drop, reject, log</li>
284
+ <li>Address-group, network-group, port-group</li>
285
+ <li>Áp dụng firewall lên interfaces (in/out/local)</li>
286
+ <li>Default policy và rule ordering</li>
287
+ <li>Lab: Bảo vệ router + cho phép LAN ra internet</li>
288
+ </ul>
289
+
290
+ <h2><strong>Bài 5: Zone-based Firewall</strong></h2>
291
+ <ul>
292
+ <li>Khái niệm zone-policy trong VyOS</li>
293
+ <li>Thiết kế zones: LAN, WAN, DMZ, GUEST</li>
294
+ <li>Inter-zone traffic rules</li>
295
+ <li>So sánh zone-based vs interface-based firewall</li>
296
+ <li>Best practices phân vùng mạng</li>
297
+ <li>Lab: Setup zone-policy cho mạng gia đình 3 zones</li>
298
+ </ul>
299
+
300
+ <h2><strong>Bài 6: DHCP Server, DNS Forwarding và NTP</strong></h2>
301
+ <ul>
302
+ <li>DHCP Server: pools, ranges, static leases, options</li>
303
+ <li>DHCPv6 server và SLAAC</li>
304
+ <li>DHCP relay</li>
305
+ <li>DNS forwarding với local cache</li>
306
+ <li>Static DNS entries (host overrides)</li>
307
+ <li>NTP server cho LAN clients</li>
308
+ <li>Lab: DHCP + DNS cho mạng nội bộ hoàn chỉnh</li>
309
+ </ul>
310
+
311
+ <h2><strong>Bài 7: VLANs, Bonding và Bridge</strong></h2>
312
+ <ul>
313
+ <li>802.1Q VLANs: tạo sub-interfaces (eth0.10, eth0.20)</li>
314
+ <li>Inter-VLAN routing (router-on-a-stick)</li>
315
+ <li>Interface bonding (LACP 802.3ad)</li>
316
+ <li>Bridge interfaces</li>
317
+ <li>Kết hợp VLANs + firewall zones</li>
318
+ <li>Lab: Tách mạng LAN/GUEST/IoT bằng VLANs</li>
319
+ </ul>
320
+
321
+ <h2><strong>Bài 8: Static Routing và Policy-Based Routing</strong></h2>
322
+ <ul>
323
+ <li>Static routes và default gateway</li>
324
+ <li>Blackhole routes và failover routes</li>
325
+ <li>Policy-Based Routing (PBR): route-map, routing tables</li>
326
+ <li>Multiple uplinks: định tuyến theo source IP</li>
327
+ <li>Transparent proxy routing</li>
328
+ <li>VRF (Virtual Routing and Forwarding) cơ bản</li>
329
+ <li>Lab: Dual-WAN với PBR + failover</li>
330
+ </ul>
331
+
332
+ <h2><strong>Bài 9: Dynamic Routing — OSPF</strong></h2>
333
+ <ul>
334
+ <li>OSPF fundamentals: areas, LSA, cost</li>
335
+ <li>Cấu hình OSPF trên VyOS (single area và multi-area)</li>
336
+ <li>OSPF unnumbered với ECMP</li>
337
+ <li>Route redistribution</li>
338
+ <li>Passive interfaces và authentication</li>
339
+ <li>Troubleshooting: show ip ospf neighbor/route/database</li>
340
+ <li>Lab: OSPF 3 routers VyOS, multi-area</li>
341
+ </ul>
342
+
343
+ <h2><strong>Bài 10: Dynamic Routing — BGP</strong></h2>
344
+ <ul>
345
+ <li>BGP fundamentals: AS, iBGP vs eBGP</li>
346
+ <li>Cấu hình BGP neighbors trên VyOS</li>
347
+ <li>Route-maps, prefix-lists, AS-path filtering</li>
348
+ <li>AS-path prepending và BGP communities</li>
349
+ <li>Route Reflector</li>
350
+ <li>BGP IPv6 unnumbered với extended nexthop</li>
351
+ <li>Lab: BGP peering giữa 2 AS với route-map</li>
352
+ </ul>
353
+
354
+ <h2><strong>Bài 11: VPN — WireGuard và OpenVPN</strong></h2>
355
+ <ul>
356
+ <li>WireGuard site-to-site: key generation, peer config</li>
357
+ <li>WireGuard remote access VPN</li>
358
+ <li>OpenVPN site-to-site với pre-shared key</li>
359
+ <li>OpenVPN remote access với certificates</li>
360
+ <li>So sánh WireGuard vs OpenVPN vs IPsec</li>
361
+ <li>Routing traffic qua VPN tunnels</li>
362
+ <li>Lab: WireGuard site-to-site giữa 2 VyOS</li>
363
+ </ul>
364
+
365
+ <h2><strong>Bài 12: VPN — IPsec Site-to-Site</strong></h2>
366
+ <ul>
367
+ <li>IPsec fundamentals: IKEv2, ESP, SA, proposals</li>
368
+ <li>Policy-based vs route-based (VTI) VPN</li>
369
+ <li>Site-to-site IPsec giữa 2 VyOS</li>
370
+ <li>IPsec VPN tới Cisco, Palo Alto, Azure</li>
371
+ <li>DMVPN dual hub topology</li>
372
+ <li>Troubleshooting IPsec tunnels</li>
373
+ <li>Lab: Route-based IPsec VPN với BGP overlay</li>
374
+ </ul>
375
+
376
+ <h2><strong>Bài 13: High Availability — VRRP và Conntrack Sync</strong></h2>
377
+ <ul>
378
+ <li>VRRP (Virtual Router Redundancy Protocol)</li>
379
+ <li>Active-passive HA: priorities, preemption</li>
380
+ <li>Conntrack-sync giữ sessions khi failover</li>
381
+ <li>Configuration sync giữa HA pair</li>
382
+ <li>Failover testing và validation</li>
383
+ <li>HA design: VM primary + physical backup</li>
384
+ <li>Lab: HA pair VyOS với VRRP + conntrack-sync</li>
385
+ </ul>
386
+
387
+ <h2><strong>Bài 14: WAN Load Balancing, QoS và Monitoring</strong></h2>
388
+ <ul>
389
+ <li>WAN load balancing: distribute, failover, weights</li>
390
+ <li>Interface health checks (ping/HTTP)</li>
391
+ <li>QoS với CAKE, HTB, traffic shaping</li>
392
+ <li>Traffic prioritization (VoIP, gaming, work)</li>
393
+ <li>NetFlow/sFlow monitoring</li>
394
+ <li>SNMP, Prometheus exporter, Telegraf</li>
395
+ <li>Syslog và syslog over TLS</li>
396
+ <li>Lab: Dual-WAN load balancing + QoS cho home</li>
397
+ </ul>
398
+
399
+ <h2><strong>Bài 15: Containers, Automation và Production Best Practices</strong></h2>
400
+ <ul>
401
+ <li>Chạy containers (Podman) trên VyOS</li>
402
+ <li>Ansible automation cho VyOS</li>
403
+ <li>VyOS HTTP API</li>
404
+ <li>Scripting và custom op-mode commands</li>
405
+ <li>Backup strategies và config versioning</li>
406
+ <li>Image upgrade và rollback</li>
407
+ <li>Security hardening checklist</li>
408
+ <li>Production deployment scenarios thực tế</li>
409
+ <li>Lab: Ansible playbook triển khai full VyOS config</li>
410
+ </ul>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xdev-asia/xdev-knowledge-mcp",
3
- "version": "1.0.53",
3
+ "version": "1.0.55",
4
4
  "description": "MCP Server - Toàn bộ kiến thức xDev.asia: 57 series, 1200+ lessons, blog, showcase (AI, Architecture, DevSecOps, Programming)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,23 +0,0 @@
1
- ---
2
- id: 019cb2a5-58f4-72de-813e-d6c5b5914c66
3
- title: Giới thiệu
4
- slug: gioi-thieu
5
- excerpt: null
6
- featured_image: null
7
- template: default
8
- show_in_header: false
9
- show_in_footer: true
10
- sort_order: 1
11
- meta: null
12
- published_at: '2026-03-03T07:41:46.000000Z'
13
- ---
14
-
15
- ## Về xDev
16
- xDev là nền tảng học lập trình trực tuyến được phát triển bởi xDev Asia. Chúng tôi cung cấp các khóa học chất lượng cao từ cơ bản đến nâng cao, giúp bạn phát triển kỹ năng lập trình và xây dựng sự nghiệp trong ngành công nghệ.
17
- ### Sứ mệnh
18
- Mang đến kiến thức lập trình thực tế, dễ hiểu cho cộng đồng lập trình viên Việt Nam. Chúng tôi tin rằng mọi người đều có thể học lập trình nếu có phương pháp đúng đắn.
19
- ### Tại sao chọn xDev?
20
- - Nội dung được cập nhật liên tục theo xu hướng công nghệ
21
- - Các khóa học được thiết kế bởi những người có kinh nghiệm thực tế
22
- - Học theo tốc độ riêng của bạn, mọi lúc mọi nơi
23
- - Cộng đồng hỗ trợ lẫn nhau