yunwei37
4250a9a441
docs: refine README files for clarity and conciseness across multiple tutorials
2025-10-03 17:05:21 -07:00
yunwei37
c037dbfcdc
docs: enhance README files with detailed explanations and improved clarity across multiple tutorials
2025-10-03 16:52:33 -07:00
yunwei37
91120e612e
Translate
2025-10-03 16:12:56 -07:00
yunwei37
445722e8a3
docs: remove redundant references to official documentation in multiple tutorial README files
2025-10-01 16:56:59 -07:00
Yusheng Zheng
049b40d222
rename README to chinese documents
2024-10-20 07:20:38 +00:00
Yusheng Zheng
25ab494ccc
add config for generate TOC
2024-10-20 07:20:38 +00:00
云微
eab62193c6
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
2023-08-31 12:03:09 +01:00
云微
002414f578
Fix some syntax errors and add 17 ( #62 )
...
* update link to our website
* rename english title
* add biopattern
* fix too long titles
* fix syntax error
* fix syntax error
* fix intend
2023-08-15 16:14:55 +01:00
云微
7134d52f4e
Add link to English Webiste ( #60 )
...
* lint eng doc 1-4
* update link to our website
* update link to eng websize
* fix unintentional space
2023-08-15 17:39:25 +08:00
Ruidong-X
74fa2eb706
fix(execsnoop): get the correct process name ( #58 )
...
* fix(execsnoop): get the correct process name
* docs(execsnoop): format the code in the document
* docs(execsnoop): fix the title
2023-08-12 18:24:06 +08:00
云微
ef9a1d9b47
add English doc ( #55 )
...
* add english documents
* docs: add root english README
2023-08-08 15:55:55 +08:00
云微
3ee14a9224
Add CI for libbpf base examples and kprobe ( #45 )
...
* add ci for profile
* fix unnecessary code in 7
* fix exit code 124
* fix llvm-strip
* fix trailing space
2023-07-17 20:23:00 +08:00
云微
a53481d131
fix docker image content and add basic CI check ( #41 )
...
Replace
```
docker run -it -v `pwd`/:/src/ yunwei37/ebpm:latest
```
with:
```
docker run -it -v `pwd`/:/src/ ghcr.io/eunomia-bpf/ecc-`uname -m`:latest
```
Add a basic CI check for the hello world BPF program.
2023-06-15 16:36:22 +08:00
yunwei37
d995c6a6f8
fix the link to tutorial
2023-06-03 06:18:02 +08:00
chichina
39a0f4a1a7
Fix failed to run execsnoop ( #28 )
...
* Update README.md
without having initialised it, the verifier complains, because reading uninitialised memory from the kernel introduces a security risk.
* Update execsnoop.bpf.c
without having initialised it, the verifier complains, because reading uninitialised memory from the kernel introduces a security risk.
2023-04-25 15:12:51 +08:00
ocfox
52ae3ae26d
feat: deploy static web with mdbook ( #11 )
2023-03-09 11:36:23 +08:00