# Linux-study **Repository Path**: NarraT0r/Linux-study ## Basic Information - **Project Name**: Linux-study - **Description**: linux系统网络编程学习笔记 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-02-19 - **Last Updated**: 2021-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## linux系统网络编程学习笔记 ## 目录 *** #### 资料 1. [课件(pdf格式)](https://github.com/niushiqi/Linux-study/blob/master/%E8%AF%BE%E7%A8%8B%E8%AE%B2%E4%B9%89.pdf) #### 知识点 1. [vim命令总结](https://github.com/niushiqi/Linux-study/blob/master/vim.txt) 1. [markdown用法总结](https://github.com/niushiqi/Linux-study/blob/master/markdown.txt) 1. [*Linux应用API总结(持续修改)*](https://github.com/niushiqi/Linux-study/blob/master/linuxapi.txt) #### 课堂笔记 1. [linux 文件io操作](https://github.com/niushiqi/Linux-study/blob/master/notes/01fileio.txt) 1. [文件系统](https://github.com/niushiqi/Linux-study/blob/master/notes/02filesystem.txt) 1. [进程](https://github.com/niushiqi/Linux-study/blob/master/notes/03process.txt) 1. [进程间通信](https://github.com/niushiqi/Linux-study/blob/master/notes/04pipe.txt) 1. [信号](https://github.com/niushiqi/Linux-study/blob/master/notes/05signal.txt) 1. [进程间关系](https://github.com/niushiqi/Linux-study/blob/master/notes/06interaction.txt) 1. [守护进程](https://github.com/niushiqi/Linux-study/blob/master/notes/07daemon.txt) 1. [线程](https://github.com/niushiqi/Linux-study/blob/master/notes/08thread.txt) 1. [线程同步](https://github.com/niushiqi/Linux-study/blob/master/notes/09synchronization.txt) 1. [网络基础](https://github.com/niushiqi/Linux-study/blob/master/notes/10network.txt) 1. [socket编程](https://github.com/niushiqi/Linux-study/blob/master/notes/11socket.txt) 1. [高并发服务器](https://github.com/niushiqi/Linux-study/blob/master/notes/12server.txt)