资源列表
samplecode.tar
- linux wifi ap mode in c
linux常用命令
- linux常用的命令详解,包含部分mysql数据库的操作(Linux commonly used command details, including the operation of a part of the MySQL database)
376302197Easy-language-worm
- 官方公告加工厂回家好哥哥有何吩咐哥哥的刚好够丰富合同法发广告(ghtrfhiurdbjy ftuhftyuuut5hb guttyiydryuhrtyyttyuh gy6tb yytfgh hrryuuigtuu)
gdb常用命令详解
- gdb的常用命令详细解析,gdb的日常使用(This next will help you to study about gdb)
Ubuntu 16.04 U盘安装图文详解
- UBUNTU安装详解LINUXIDC出品(UBUNTU install PDF LINUXIDC)
wiringPi用户手册
- wiringpi库手册,一些wiringpi函数的使用说明(Wiringpi library manuals, instructions for the use of some wiringpi functions)
Raspberry Pi
- 树莓派内核最新版编译生成后的内容,包含老版本.config(The latest version of the raspberry pie kernel is compiled and generated, including the old version of.Config)
bma250
- 一篇关于bma250传感器的c代码。。。。。。(A C code on the bma250 sensor.)
samba服务器配置流程
- 关于ubuntu下,配置samba服务器配置流程(On Ubuntu, configure the samba server configuration process)
增加磁盘空间
- 增加ubuntu磁盘空间的配置流程.......(Increase the configuration process of Ubuntu disk space)
aircrack-ng-1.2-rc4.tar
- 适合在Linux,ARM,MIPS平台上编译(Suitable for compiling on Linux, ARM, MIPS platform)
linux进程之间的通讯综合实例
- A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C