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

@@ -159,7 +159,7 @@ eunomia-bpf 是一个结合 Wasm 的开源 eBPF 动态加载运行时和开发
使用方式:
```console
sudo ./ecli package.json
$ sudo ./ecli package.json
```
这个程序会对任何试图使用 `ptrace` 系统调用的程序,例如 `strace`,发出 `SIG_KILL` 信号。

View File

@@ -1,4 +1,4 @@
# Terminate Malicious Processes Using bpf_send_signal
# eBPF Practical Tutorial: Terminate Malicious Processes Using bpf_send_signal
Compile: