博客文章收集

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实现

内核同步

http://blog.kongfy.com/c-cpp/

缓存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

https://mp.weixin.qq.com/s?__biz=Mzg4MzE2MzY1OA==&mid=2247484803&idx=1&sn=4ecdfa852d89a70b7c003dfa11577b99&chksm=cf4ad2e6f83d5bf0d930755ca566eeb30668b6bce77723d0593648d34892d0580253dfcb571f&scene=21#wechat_redirect

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

CTF

https://www.bookstack.cn/books/CTF-All-In-One

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 203,324评论 5 476
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 85,303评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 150,192评论 0 337
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,555评论 1 273
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,569评论 5 365
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,566评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 37,927评论 3 395
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,583评论 0 257
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 40,827评论 1 297
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,590评论 2 320
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,669评论 1 329
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,365评论 4 318
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 38,941评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,928评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,159评论 1 259
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 42,880评论 2 349
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,399评论 2 342

推荐阅读更多精彩内容