ElasticSearch
https://github.com/LuXugang/Lucene-7.5.0
Linux Kernel
https://bean-li.github.io/vfs-inode-dentry
https://cloud.tencent.com/developer/information/linux%E8%BF%9B%E7%A8%8B%E9%A1%B5%E8%A1%A8
周期性调度器https://blog.csdn.net/gatieme/article/details/51872561
进程调度
https://blog.csdn.net/gatieme/article/details/51872659
Linux启动过程
https://blog.csdn.net/gatieme/article/details/50914250
进程调度
https://zhuanlan.zhihu.com/p/75760406
http://huaqianlee.github.io/2015/08/21/Linux/%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3Linux%E5%90%AF%E5%8A%A8%E8%BF%87%E7%A8%8B/
sys_malloc 实现
https://zhuanlan.zhihu.com/p/36550234
内核信号量
https://www.ibm.com/developerworks/cn/linux/l-synch/part1/index.html
kfifo的实现
https://blog.csdn.net/linyt/article/details/53355355
volatile https://zhuanlan.zhihu.com/p/79602008
kprobe
https://mp.weixin.qq.com/s?__biz=MzU1MDI5MzQ1NA==&mid=2247485283&idx=1&sn=7e580e272c5abd198ecd88da674f70e0&chksm=fba39dc2ccd414d45a6a6ca7f8a5949d32f6bd1dec2aa623cd0613cf6b8bac594182ff04aedf&scene=21#wechat_redirect
https://blog.csdn.net/T146lLa128XX0x/article/details/93377358
进程退出
https://blog.csdn.net/gatieme/article/details/51638706
中断
https://qastack.cn/unix/5788/how-is-an-interrupt-handled-in-linux
https://zhuanlan.zhihu.com/p/80903637
http://kernel.meizu.com/linux-interrupt.html
https://zhuanlan.zhihu.com/p/55561945
https://www.cnblogs.com/arnoldlu/p/7599574.html
PE 文件
https://bbs.pediy.com/thread-247114.htm
Linux 安全体系
SELinux https://zhuanlan.zhihu.com/p/30483108
SELinux https://linux.cn/article-8534-1.html
LSM https://www.ibm.com/developerworks/cn/linux/l-lsm/part1/index.html
LSM https://www.eflycloud.com/blog/blogDetail?id=391
Linux rootkit 技术
https://blog.csdn.net/dog250/article/details/105394840
内核函数替换 https://blog.csdn.net/dog250/article/details/84555025
https://blog.csdn.net/dog250/article/details/84201114
Linux 入侵痕迹排查
https://blog.csdn.net/weixin_38169786/article/details/99911486
https://www.cnblogs.com/pannengzhi/p/2017-12-24-linux-self-check.html
扫描Slab 寻找被隐藏的进程
https://blog.csdn.net/dog250/article/details/106039799
Linux 权限提升
https://blog.g0tmi1k.com/2011/08/basic-Linux-privilege-escalation/
https://www.rebootuser.com/?p=1623
http://www.dankalia.com/tutor/01005/0100501004.htm
https://chryzsh.gitbooks.io/pentestbook/privilege_escalation_-_Linux.html
https://github.com/sleventyeleven/Linuxprivchecker
at-ddos
https://cloud.tencent.com/developer/article/1035247
蜜罐
https://cloud.tencent.com/developer/article/1377756
威胁狩猎
https://www.jianshu.com/p/ea5415893517
https://www.jianshu.com/p/b3654b179277
Linux kernel hook
Linux hook的几种方式 https://blog.csdn.net/wangwei222/article/details/81478749
kprobe原理解析 https://www.cnblogs.com/honpey/p/4575928.html
https://www.cnblogs.com/pannengzhi/p/5203467.html
Linux 内核调试
Debugfs https://www.cnblogs.com/wwang/archive/2011/01/17/1937609.html
Probe机制简析 http://blog.chinaunix.net/uid-22227409-id-3420260.html
Linux动态调试漫谈 https://blog.csdn.net/scdxmoe/article/details/73326099
ftrace https://www.jianshu.com/p/99e127973abe
Kernel Symbols https://blog.csdn.net/hunanchenxingyu/article/details/8467606
使用内核未导出函数 https://www.cnblogs.com/richardustc/archive/2013/04/25/3043674.html
火焰图 https://kiswo.com/article/1025
https://blog.csdn.net/gatieme/article/details/78885908
Brendan Gregg's Site http://www.brendangregg.com/perf.html#FlameGraphs
https://zhuanlan.zhihu.com/p/73385693
https://gaomf.cn/2019/10/30/perf_stack_traceback/
Linux network
BPF https://linux.cn/article-9032-1.html
Linux网卡接收包流程 https://segmentfault.com/a/1190000008836467
https://cloud.tencent.com/developer/article/1432902
PF_Ring https://www.jianshu.com/p/6d3f3cdc2411
PFring https://blog.csdn.net/MAOTIANWANG/article/details/39472447
https://www.cnblogs.com/sammyliu/p/5225623.html
https://cloud.tencent.com/developer/article/1411988
Linux 内存
http://linuxperf.com/?p=142
内存屏障
http://www.wowotech.net/kernel_synchronization/memory-barrier.html
Linux 内存简析 https://blog.csdn.net/ctthunagchneg/article/details/8915146
页表
https://www.cnblogs.com/alantu2018/p/9002309.html
内存管理原理
https://www.cnblogs.com/zhaoyl/p/3695517.html
Glibc 内存管理
https://blog.csdn.net/zgqallen/article/details/90211433
GLIBC 内存泄露问题定位
https://blog.csdn.net/hintonic/article/details/8766467?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.nonecase&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.nonecase
https://blog.csdn.net/xie__peng/article/details/100626864
/dev/mem
https://cloud.tencent.com/developer/article/1543163
简单粗暴有效的mmap与remap_pfn_range
http://www.vuln.cn/7036
分段分页
https://blog.csdn.net/hzrandd/article/details/50915480
内存模型
http://www.wowotech.net/memory_management/memory_model.html
TLB/页表
https://www.cnblogs.com/CreateMyself/p/12989991.html
https://sylvanassun.github.io/2017/10/29/2017-10-29-virtual_memory/
jemalloc https://youjiali1995.github.io/allocator/jemalloc/
https://mp.weixin.qq.com/s/5INg0GlniXcZ1nLJWRwq4Q
内存随机访问也比顺序慢,带你深入理解内存IO过程 https://zhuanlan.zhihu.com/p/86513504
内存对齐的底层原理 https://zhuanlan.zhihu.com/p/83449008
内存性能评估方法 https://zhuanlan.zhihu.com/p/52304452
glibc malloc实现
内核同步
缓存cacheline
https://zhuanlan.zhihu.com/p/141655129
Slab
http://abcdxyzk.github.io/blog/2015/03/03/kernel-mm-slab2/
Buddy
https://blog.csdn.net/gatieme/article/details/52420444
映射区域
https://blog.csdn.net/qq_38410730/article/details/81105132
https://blog.csdn.net/Tommy_wxie/article/details/17122923
PAGE_FAULT
https://www.cnblogs.com/LoyenWang/p/12116570.html
字节序
https://blog.erratasec.com/2016/11/how-to-teach-endian.html#.XuZJGGozZt8
磁盘IO
https://mp.weixin.qq.com/s/gQlSxpkzTqTNgvDTUOqcQg
Linux 调试
CoreDump 分析 http://blog.kankanan.com/article/linux-4e0b8c038bd5526553bb8c038bd54fe1606f76847a0b5e8f5d296e83.html
https://github.com/npamnani/coda
Linux进程调度
https://cloud.tencent.com/developer/article/1449444
Linux 进程全景 https://blog.csdn.net/gatieme/article/details/51456569
Linux CFI (control-flow-integrate)
https://zhuanlan.zhihu.com/p/52576266
Linux 二进制
https://www.cnblogs.com/pannengzhi/p/play-with-radare2.html
汇编
CheatSheet https://www.cs.uaf.edu/2008/fall/cs301/support/x86/
逆向工程
https://wizardforcel.gitbooks.io/re-for-beginners/content/Part-I/Chapter-02.html
DMA
https://biscuitos.github.io/blog/DMA/
驱动模型
https://mp.weixin.qq.com/s/bV40PWAViQ0GQkred2ePcQ
DPDK
巨页内存mapping https://www.cnblogs.com/yhp-smarthome/p/6995292.html
DPDK 内存 https://www.sdnlab.com/23475.html
DPDK 内存 https://www.sdnlab.com/23551.html
DPDK uio https://blog.csdn.net/qq_20817327/article/details/106449737?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_param&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_param
https://blog.csdn.net/whenloce/article/details/89311174 DPDK Init
性能
冯洛伊曼架构性能之殇 https://posts.careerengine.us/p/5c1868209e6c325c74e34f6b
https://zhuanlan.zhihu.com/p/22124514
红黑树
https://riteme.site/blog/2016-3-12/2-3-tree-and-red-black-tree.html
https://www.cnblogs.com/qingergege/p/7351659.html
威胁建模
https://docs.microsoft.com/en-us/previous-versions/msp-n-p/ff648006(v=pandp.10)?redirectedfrom=MSDN
IDS
http://blog.nsfocus.net/practice-ids-safe-operation-financial-industry/
漏洞
https://paper.seebug.org/category/vul-analysis/
虚拟化技术
https://zhuanlan.zhihu.com/p/69629212
服務追蹤
http://bigbully.github.io/Dapper-translation/
机器学习
https://medium.com/@FLAGDream/how-to-deploy-machine-learning-models-238dbe0f6b69
https://zhuanlan.zhihu.com/p/146577076
模糊哈希
https://blog.csdn.net/cwqbuptcwqbupt/article/details/7591818
云原生安全
http://blog.nsfocus.net/docker-mirror-security/
Docker逃逸方法小结 https://tom0li.github.io/Docker%E9%80%83%E9%80%B8%E5%B0%8F%E7%BB%93%E7%AC%AC%E4%B8%80%E7%89%88/
docker.socket安全 https://www.freebuf.com/articles/system/201793.html
RootLess Container https://developer.aliyun.com/article/700923
https://www.secrss.com/articles/29544
https://www.secrss.com/articles/31469
NFV网络安全
https://mp.weixin.qq.com/s/n03ZnkNPY8YKOA2cH7djmg
http://blog.nsfocus.net/cloud-safe-box/
K8S网络
veth 设备 https://www.cnblogs.com/bakari/p/10613710.html
K8S
https://fuckcloudnative.io/posts/run-envoy-on-your-laptop/
https://www.kubernetes.org.cn/6298.html
Go语言
Go语言设计与实现 https://draveness.me/golang/docs/part3-runtime/ch06-concurrency/golang-goroutine/
https://eddycjy.gitbook.io/golang/di-1-ke-za-tan/why-vsz-large
Web安全
https://fanerge.github.io/2018/web%E5%AE%89%E5%85%A8.html
ML in 网络安全
DNS隧道检测 https://zhuanlan.zhihu.com/c_1248195780893880320
弱口令检测 https://manning23.github.io/2018/10/12/%E5%88%A9%E7%94%A8%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0%E5%92%8C%E8%A7%84%E5%88%99%E5%AE%9E%E7%8E%B0%E5%BC%B1%E5%8F%A3%E4%BB%A4%E6%A3%80%E6%B5%8B/
暴力破解 https://zhuanlan.zhihu.com/p/45494207
加密流量检测 https://zhuanlan.zhihu.com/p/160208068
C2流量检测 https://marcoramilli.com/2021/01/09/c2-traffic-patterns-personal-notes/
Kubenates
无k8s部署istio https://www.cnblogs.com/Leo_wl/p/11736625.html
9 张图带你搞懂 Istio (qq.com)
6 张图带你学懂 Kubernetes Ingress (qq.com)
13 张图带你学懂 Kubernetes Service (qq.com)
K8S 策略安全 https://blog.fleeto.us/post/why-k8s-needs-policy/
容器网络 https://li-sen.github.io/2018/12/19/docker%E7%BD%91%E7%BB%9C%E5%9F%BA%E7%A1%80/
https://www.codenong.com/cs106463217/
https://www.cnblogs.com/evan-liang/p/12271468.html
CGroup源码分析 https://cloud.tencent.com/developer/article/1096420
K8S课程 https://edu.aliyun.com/roadmap/cloudnative?spm=a1z389.11499242.0.0.65452413sISWj4&utm_content=g_1000072542
docker0网桥原理 https://opengers.github.io/openstack/openstack-base-virtual-network-devices-bridge-and-vlan/
VMWare网络模型 https://www.junmajinlong.com/virtual/network/vmware_net/
macvlan https://www.cnblogs.com/bakari/p/10893589.html
docker 端口映射 https://yeasy.gitbook.io/docker_practice/advanced_network/port_mapping
TUN TAP 虚拟设备 https://www.junmajinlong.com/virtual/network/all_about_tun_tap/
Veth https://segmentfault.com/a/1190000018725492
K8S证书体系 https://mp.weixin.qq.com/s/iXuDbPKjSc65t_9Y1--bog
https://www.qikqiak.com/post/update-k8s-10y-expire-certs/
虚拟化系列文章 https://www.junmajinlong.com/virtual/index/
本地K8S方案 https://www.cncf.io/wp-content/uploads/2020/08/CNCF-Webinar-Navigating-the-Sea-of-Local-Clusters-.pdf
https://brennerm.github.io/posts/minikube-vs-kind-vs-k3s.html
网络虚拟化 https://ctimbai.github.io/2017/12/14/tech/%E4%B8%80%E6%96%87%E6%90%9E%E6%87%82%E7%BD%91%E7%BB%9C%E8%99%9A%E6%8B%9F%E5%8C%96/
ServiceMesh简介 https://jimmysong.io/kubernetes-handbook/usecases/service-mesh-fundamental.html
ServiceMesh发展过程 https://zhuanlan.zhihu.com/p/61901608
K8S官方文档 https://kubernetes.io/zh/docs/home/
K3S+Rancher https://yq.aliyun.com/articles/704089
K3S 迁移 https://lilongfei.me/2020/rancher-k3s-deployment/
K8S 底层网络原理 https://www.jianshu.com/p/34c07bcaf996
K8S 源码阅读 https://www.bookstack.cn/read/source-code-reading-notes/kubernetes-kube_proxy_process.md
K3S 官方文档 https://docs.rancher.cn/docs/k3s/_index
K3S 使用体验 https://www.infoq.cn/article/0c7viuflrxozeh7qlrbt
Rootless Container https://developer.aliyun.com/article/700923
MicroK8S https://zhuanlan.zhihu.com/p/85375349
MicroK8S 官方文档 https://microk8s.io/docs
DockerPython SDK https://docker-py.readthedocs.io/en/stable/api.html
WatchList机制 https://zhuanlan.zhihu.com/p/59660536
K8S loadbalance https://xigang.github.io/2019/07/21/kubernetes-service/
K8SHandbook https://jimmysong.io/kubernetes-handbook/
K8S POD排障指南 https://feisky.gitbooks.io/kubernetes/content/troubleshooting/assets/f65ffe9f61de0f4a417f7a05306edd4c.png
K8S指南 https://feisky.gitbooks.io/kubernetes/content/introduction/
K8S 架构解析 https://www.redhat.com/zh/topics/containers/kubernetes-architecture
K8S Node故障排查 https://cloud.tencent.com/developer/article/1397084
K8S 组件运行原理 https://www.cnblogs.com/linuxk/p/10291178.html
K8S 故障排查 https://feisky.gitbooks.io/kubernetes/content/troubleshooting/
K8S 故障监控与自动修复 https://blog.gmem.cc/problem-detection-and-auto-repairing-in-k8s
K8S 故障案例 https://codeberg.org/hjacobs/kubernetes-failure-stories
K8S 可观测性 https://developer.aliyun.com/article/720438
K3S 集群指南 https://mp.weixin.qq.com/s/T15dFnbHhFvUKLtjTq37ag
ISTIO Handbook https://www.servicemesher.com/istio-handbook/
Envoy Sidecar 引流原理 https://jimmysong.io/kubernetes-handbook/usecases/understand-sidecar-injection-and-traffic-hijack-in-istio-service-mesh.html
深入理解ServiceMesh的技术细节 深入解读Service Mesh背后的技术细节 - 网易数帆 - 博客园 (cnblogs.com)
蚂蚁金服ServiceMesh选型 https://skyao.io/talk/201806-service-mesh-explore/
DNS 协议
DNS协议详解 https://draveness.me/dns-coredns/
DNS协议为什么用UDP https://draveness.me/whys-the-design-dns-udp-tcp/
前置SSO单独登录
http://www.52im.net/thread-1351-1-1.html
QUIC
http://www.52im.net/thread-1309-1-1.html
Go语言设计与实现
https://draveness.me/golang/docs/part1-prerequisite/ch01-prepare/golang-debug/
HTTPS
https://jamielinux.com/docs/openssl-certificate-authority/index.html
IO测试
https://blog.51cto.com/wushank/1708168
MongoDB
Peformance
How to get consistent results when benchmarking on Linux? | Easyperf
Performance analysis vocabulary. | Easyperf
Benchmarking: compare measurements and check which is faster. | Easyperf
Top-Down performance analysis methodology. | Easyperf
SDL
http://www.ha97.com/5520.html
http://blog.nsfocus.net/sdl/
https://cloud.tencent.com/developer/article/1182585
Microsoft Security Development Lifecycle (SDL) – version 5.2 | Microsoft Docs
SAFECode_TPC_Whitepaper.pdf
https://blog.csdn.net/zileixu/article/details/97536461
信息论
KL 散度 如何理解K-L散度(相对熵) - 简书 (jianshu.com)
大数定律
https://www.zhihu.com/question/19911209
特征值与特征向量
https://zhuanlan.zhihu.com/p/165382601
矩阵
https://blog.csdn.net/jhshanvip/article/month/2020/03
最小二乘法与岭回归
https://blog.csdn.net/fq_wallow/article/details/104555623
LASSO回归
https://zhuanlan.zhihu.com/p/26262151
朴素贝叶斯
https://zhuanlan.zhihu.com/p/26262151
拉普拉斯平滑
https://zhuanlan.zhihu.com/p/26329951
Sigmod函数
https://www.codenong.com/cs105544237/
牛顿法
https://zhuanlan.zhihu.com/p/37524275
极大似然估计
https://zhuanlan.zhihu.com/p/44770147
https://zhuanlan.zhihu.com/p/89074979
boosting和bagging 偏差与方差
https://zhuanlan.zhihu.com/p/37730184