Pinned Repositories
100-gcc-tips
A collection of gcc tips. 100 maybe just mean many here.
100-gdb-tips
A collection of gdb tips. 100 maybe just mean many here.
Algorithms
全面的算法代码仓库
almalinux-deploy
EL to AlmaLinux migration tool.
anaconda
Graphical system installer
asm
Learning assembly for linux-x64
Assembly-Language
x86汇编语言
assembly-study
assembly language study
backuppc
BackupPC is a high-performance, enterprise-grade system for backing up to a server's disk.
bpf_study
bpf 学习仓库
rocky91-shi's Repositories
rocky91-shi/almalinux-deploy
EL to AlmaLinux migration tool.
rocky91-shi/asm
Learning assembly for linux-x64
rocky91-shi/bpf_study
bpf 学习仓库
rocky91-shi/bpftools
BPF Tools - packet analyst toolkit
rocky91-shi/CLFS-for-LoongArch
如何交叉编译一个基于LoongArch架构的LFS(Linux From Scratch)系统。
rocky91-shi/cmockery
A lightweight library to simplify and generalize the process of writing unit tests for C applications.
rocky91-shi/CodingMaster
Coding Master系列教程配套代码。
rocky91-shi/coolbpf
rocky91-shi/cpython
The Python programming language
rocky91-shi/diagnose-tools
rocky91-shi/fwupd
A simple daemon to allow session software to update firmware
rocky91-shi/GScan
本程序旨在为安全应急响应人员对Linux主机排查时提供便利,实现主机侧Checklist的自动全面化检测,根据检测结果自动数据聚合,进行黑客攻击路径溯源。
rocky91-shi/ideas
rocky91-shi/lede
Lean's OpenWrt source
rocky91-shi/libevent
Event notification library
rocky91-shi/Linux-labs
The Linux, kernel basic element
rocky91-shi/mesa
Mesa 3D graphics library (read-only mirror)
rocky91-shi/MIT6.828_OS
MIT 6.828 Operating System Lab https://pdos.csail.mit.edu/6.828/2018/schedule.html
rocky91-shi/netcap
rocky91-shi/opencart
A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution.
rocky91-shi/os-eBPF
eBPF to achieve TCPIP bypass, TPROXY, etc.
rocky91-shi/PaddleDetection
Object detection and instance segmentation toolkit based on PaddlePaddle.
rocky91-shi/perf-map-agent
A java agent to generate method mappings to use with the linux `perf` tool
rocky91-shi/Python-100-Days
Python - 100天从新手到大师
rocky91-shi/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
rocky91-shi/rocky
Rocky Linux is a community enterprise Operating System designed to be 100% bug-for-bug compatible with Red Hat Enterprise Linux now that CentOS has shifted direction.
rocky91-shi/systemd
The systemd System and Service Manager
rocky91-shi/tianocore.github.io
Tianocore website
rocky91-shi/Tinyhttpd-1
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
rocky91-shi/WebBench
Webbench是Radim Kolar在1997年写的一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。官网地址:http://home.tiscali.cz/~cz210552/webbench.html