Skip to content

Commit 2ec7fd6

Browse files
zhaowenjieyunwei37
zhaowenjie
authored andcommitted
README: fix some hyperlink
1 parent 7122add commit 2ec7fd6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/0-introduce/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ Linux 内核的主要目的是抽象出硬件或虚拟硬件,并提供一个
4343

4444
推荐:
4545

46-
- 阅读 ebpf 简介:<https://ebpf.io/(30min)>
47-
- 简要了解一下 ebpf 内核相关文档:<https://prototype-kernel.readthedocs.io/en/latest/bpf/> (知道有问题去哪里查询: 30min)
48-
- 阅读 ebpf 中文入门指南:<https://www.modb.pro/db/391570(1h)>
49-
- 有大量的参考资料:<https://github.com/zoidbergwill/awesome-ebpf(2-3h)>
50-
- 可以选自己感兴趣的 PPT 翻一翻:<https://github.com/gojue/ebpf-slide(1-2h)>
46+
- 阅读 ebpf 简介:<https://ebpf.io/> (30min)
47+
- 简要了解一下 ebpf 内核相关文档:<https://prototype-kernel.readthedocs.io/en/latest/bpf/> (知道有问题去哪里查询30min)
48+
- 阅读 ebpf 中文入门指南:<https://www.modb.pro/db/391570> (1h)
49+
- 有大量的参考资料:<https://github.com/zoidbergwill/awesome-ebpf> (2-3h)
50+
- 可以选自己感兴趣的 PPT 翻一翻:<https://github.com/gojue/ebpf-slide> (1-2h)
5151

5252
回答三个问题:
5353

@@ -59,9 +59,9 @@ Linux 内核的主要目的是抽象出硬件或虚拟硬件,并提供一个
5959

6060
了解并尝试一下 eBPF 开发框架:
6161

62-
- BCC 开发各类小工具的例子:<https://github.com/iovisor/bcc/blob/master/docs/tutorial_bcc_python_developer.md(跑一遍3-4h)>
63-
- libbpf 的一些例子: <https://github.com/libbpf/libbpf-bootstrap(选感兴趣的运行一下,并阅读一下源代码:2h>
64-
- 基于 libbpf 和 eunomia-bpf 的教程: <https://github.com/eunomia-bpf/bpf-developer-tutorial(阅读> 1-10 的部分: 3-4h)
62+
- BCC 开发各类小工具的例子:<https://github.com/iovisor/bcc/blob/master/docs/tutorial_bcc_python_developer.md> (跑一遍3-4h)
63+
- libbpf 的一些例子<https://github.com/libbpf/libbpf-bootstrap> (选感兴趣的运行一下,并阅读一下源代码,2h
64+
- 基于 libbpf 和 eunomia-bpf 的教程:<https://github.com/eunomia-bpf/bpf-developer-tutorial> (阅读 1-10 的部分3-4h)
6565

6666
其他开发框架:Go 语言或者 Rust 语言,请自行搜索并且尝试(0-2h)
6767

0 commit comments

Comments
 (0)