1 repo
Educational materials specifically focused on Linux system internals, networking, and systems programming.
Distinguishing note: Focuses on educational content for Linux systems programming rather than general-purpose Linux distribution tools.
Explore 1 awesome GitHub repository matching education & learning resources · Linux Learning Resources. Refine with filters or upvote what's useful.
This project is a community-driven knowledge base and career development platform designed to support students and aspiring software engineers in mastering technical domains. It functions as a structured educational framework that aggregates personal study notes, interview insights, and curated learning materials into a unified, searchable repository. By centralizing these resources, the platform facilitates peer-to-peer skill acquisition and provides a clear roadmap for navigating complex computer science subjects. The platform distinguishes itself through experience-driven content synthesis
C++ 跟 Linux 基本是离不开的,特别是后端方向跟网络通信关系很大。在实际工作里,很多成熟的项目都是在 Linux 上进行开发的。所以有必要学一些 Linux 以及一些网络通信编程,网络通信涉及到的知识点很多,比如 IO 模型、线程池、多线程之类的。本人在秋招过程中被问过不少网络通信的问题,最频繁的就是 select、poll、\\\\epoll的区别以及相关底层实现了。