improve tutorial title for better seo (#70)

* improve title for tutorial for better seo

* Add description test for summary page

* fix english documents syntax error

* fix links
This commit is contained in:
云微
2023-08-31 12:03:09 +01:00
committed by GitHub
parent 82cd415d84
commit eab62193c6
25 changed files with 62 additions and 49 deletions

View File

@@ -1,4 +1,4 @@
# eBPF Tutorial by Example 11: Using libbpf to Develop User-Space Programs in eBPF and Trace exec() and exit() System Calls
# eBPF Tutorial by Example 11: Develop User-Space Programs with libbpf and Trace exec() and exit()
eBPF (Extended Berkeley Packet Filter) is a powerful network and performance analysis tool on the Linux kernel. It allows developers to dynamically load, update, and run user-defined code during kernel runtime.