10000 fix(README): delete the boring ico · shgopher/408@6f9bc37 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f9bc37

Browse files
author
shgopher
committed
fix(README): delete the boring ico
1 parent 8ce93d3 commit 6f9bc37

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,13 @@ hey~,我是科科人神,目前就职于国内一家互联网公司,你们
44
</p>
55
<br>
66
<p align="center">
7-
<a href='#wechat.png' target="_blank"><img src="https://img.shields.io/static/v1?label=%E7%A7%91%E7%A7%91%E4%BA%BA%E7%A5%9E&message=%E5%85%AC%E4%BC%97%E5%8F%B7&color="></a>
7+
<a href='#wechat.png'
8+
target="_blank"><img src="https://img.shields.io/static/v1?label=%E7%A7%91%E7%A7%91%E4%BA%BA%E7%A5%9E&message=%E5%85%AC%E4%BC%97%E5%8F%B7&color="></a>
89
<a href="https://www.youtube.com/channel/UCK8wjBe9sh4VHSowLQmWOzg" target="_blank"><img src="https://img.shields.io/static/v1?label=youtube&message=YouTube&color=red"></a>
910
<a href="https://space.bilibili.com/478621088" target="_blank"><img src="https://img.shields.io/static/v1?label=bilibili&message=b%E7%AB%99&color=blue"></a>
1011
<a href="https://www.zhihu.com/people/shgopher" target="_blank"><img src="https://img.shields.io/static/v1?label=zhihu&message=%E7%9F%A5%E4%B9%8E&color=blue"></a>
11-
<a href="https://juejin.cn/user/2682464104362557" target="_blank"><img src="https://img.shields.io/static/v1?label=juejin&message=%E6%8E%98%E9%87%91&color=blue"></a>
12-
<br>
1312
<a href="https://blog.csdn.net/zyfljxzby" target="_blank"><img src="https://img.shields.io/static/v1?label=csdn&message=CSDN&color=red"></a>
14-
<a href="https://www.jianshu.com/u/ceaf3687b2bc" target="_blank"><img src="https://img.shields.io/static/v1?label=jianshu&message=%E7%AE%80%E4%B9%A6&color=red"></a>
1513
<a href="https://www.toutiao.com/c/user/token/MS4wLjABAAAAIGeO1-kCUelF-G8GW3AvJlrEL7tiO24WHJmnX4nV1bs" target="_blank"><img src="https://img.shields.io/static/v1?label=toutiao&message=%E5%A4%B4%E6%9D%A1&color=red"></a>
16-
<a href ="https://www.cnblogs.com/shgopher" target="_blank"><img src="https://img.shields.io/static/v1?label=cnblogs&message=%E5%8D%9A%E5%AE%A2%E5%9B%AD&color=red"></a>
17-
<a href="https://my.oschina.net/shgopher" target="_blank"><img src="https://img.shields.io/static/v1?label=oschina&message=%E5%BC%80%E6%BA%90%E4%B8%AD%E5%9B%BD&color=green"></a>
18-
1914
</p>
2015

2116
添加微信公众号:<a href="#wechat.png">科科人神</a>, 回复:

操作系统/eBPF/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ eBPF的全称是 extend berkeley package filter(扩展的伯克利包过滤器)
66

77
因为不能让我们直接操作内核态中的各项子系统,所以eBPF提供了一系列的辅助函数,来帮助跟其它内核态的子系统进行交互,这样可以确保更高的安全性,为了更高的安全性,编译的字节码在装载到bpf中时都会进行一些列的验证,总而言之,安全是eBPF的又一大特点。
88

9-
目前,eBPF主要用在网络的监控,容器安全等领域,比如[cilium](https://cilium.io/)项目就是以go为编程语言的eBPF项目,它主要关注于容器的安全,另外还有[bcc](https://github.com/iovisor/bcc)项目,它提供了一系列的关于eBPF的工具,主要语言是c和Python。
9+
目前,eBPF主要用在**故障诊断****网络优化****安全控制****性能监控**等领域,比如[cilium](https://cilium.io/)项目就是以go为编程语言的eBPF项目,它主要关注于容器的安全,另外还有[bcc](https://github.com/iovisor/bcc)项目,它提供了一系列的关于eBPF的工具,主要语言是c和Python。
1010

0 commit comments

Comments
 (0)
0