GNU/Linux编程指南

1、开发环境及开发工具
GDB的使用
http://www.linuxsir.org/bbs/showthread.php?t=171156
Eclipse IDE
http://www.linuxsir.org/bbs/showthread.php?t=145249
autotools 使用
http://www.linuxsir.org/bbs/showthread.php?t=239728
make 指南
http://www.linuxsir.org/bbs/showthread.php?t=44269
CVS使用
http://www.linuxsir.org/bbs/showthread.php?t=170538
编程工具列表
http://www.linuxsir.org/bbs/showthread.php?t=152770
Kylix
http://www.linuxsir.org/bbs/showthread.php?t=46664
JBuider
http://www.linuxsir.org/bbs/showthread.php?t=30451
patch使用
http://www.linuxsir.org/bbs/showthread.php?t=240802
ICC
http://www.linuxsir.org/bbs/showthread.php?t=235230
各种IDE一览
http://www.linuxsir.org/bbs/showthread.php?t=91643
嵌入式系统开发工具链
http://linuxsir.org/bbs/showthread.php?t=307966
用gdb调试段错
http://linuxsir.org/bbs/showthread.php?t=309275
GCC扩展
长度为0的数组能有什么用处?
http://linuxsir.org/bbs/showthread.php?t=313415
2、输入、输出、文件和目录
GNU/Linux console下输出中文
http://www.linuxsir.org/bbs/thread328889.html
如何在程序异常退出前输出当前进程的堆栈信息
http://www.linuxsir.org/bbs/showthread.php?t=312043
如何获取终端的大小?
http://www.linuxsir.org/bbs/showthread.php?t=313380
printf固定长度字符串
http://linuxsir.org/bbs/showthread.php?t=309650
详尽的日志对程序开发非常重要
http://linuxsir.org/bbs/showthread.php?t=302451
串口通信
http://www.linuxsir.org/bbs/showthread.php?t=110639
底层键盘操作
http://www.linuxsir.org/bbs/showthread.php?t=220094驱动层
http://www.linuxsir.org/bbs/showthread.php?t=159824应用层
模拟键盘子程序simkbd()
http://linuxsir.org/bbs/thread329986.html
关闭文件系统缓冲区
http://www.linuxsir.org/bbs/showthread.php?t=197939
读取CMOS时间
http://www.linuxsir.org/bbs/showthread.php?t=218171
3、进程和同步
如何取得线程的PID
http://linuxsir.org/bbs/thread317267.html
带参数的进程间信号传递
http://linuxsir.org/bbs/showthread.php?t=303161
进程基础
http://www.linuxsir.org/bbs/showthread.php?t=197428
父子进程间传递文件描述符
http://www.linuxsir.org/bbs/showthread.php?t=167630
解决线程最多只有300多个限制的问题
http://linuxsir.org/bbs/showthread.php?t=201991
dup和dup2用法
http://www.linuxsir.org/bbs/showthread.php?t=26230
4、网络编程
Linux RPC 编程实例
http://linuxsir.org/bbs/thread357224.html
开发一个高效的服务器(多线程)
http://linuxsir.org/bbs/thread334159.html
somaxconn
http://www.linuxsir.org/bbs/thread324532.html
实时SIGIO队列与sigwaitinfo的结合使用(提高网络服务效率)
http://www.linuxsir.org/bbs/showthread.php?t=310829
ARP欺骗程序
http://linuxsir.org/bbs/showthread.php?t=309142
关于sendmsg的返回值
http://linuxsir.org/bbs/showthread.php?t=307008
socke也用mmap
http://www.linuxsir.org/bbs/showthread.php?t=303837
各类TCP服务程序
http://www.linuxsir.org/bbs/showthread.php?t=263556
POSIX异步IO实例
http://linuxsir.org/bbs/showthread.php?t=285235
异步SIGIO
http://www.linuxsir.org/bbs/showthread.php?t=214611
TCP端口扫描(功能同nmap??)
http://www.linuxsir.org/bbs/showthread.php?t=196598
获取主机所有IP
http://www.linuxsir.org/bbs/showthread.php?t=239039
apache模块编程
http://www.linuxsir.org/bbs/showthread.php?t=206141
通过接口名取得IP地址
http://www.linuxsir.org/bbs/showthread.php?t=195146
libpcap使用
http://www.linuxsir.org/bbs/showthread.php?t=193482
使用gethostbyname_r得到dns信息
http://www.linuxsir.org/bbs/showthread.php?t=130765
Setsockopt选项
http://www.linuxsir.org/bbs/showthread.php?t=55738
UDP超时重传
http://www.linuxsir.org/bbs/showthread.php?t=46066
内核NETLINK接口
http://linuxsir.org/bbs/showthread.php?t=278469
http://linuxsir.org/bbs/showthread.php?t=284220
如何使用openssl写https服务
http://www.linuxsir.org/bbs/thread324654.html
5、用户界面编程
SDL里使用cairo画图的例子
http://linuxsir.org/bbs/thread359350.html
用gdk_threads_add_idle解决线程无法刷新界面的问题
http://linuxsir.org/bbs/thread359682.html
在新线程里使用g_main_loop的例子
http://linuxsir.org/bbs/thread358384.html
介意gtk的overhead的人写的仅仅用gdk加上glib的应用
http://linuxsir.org/bbs/thread358380.html
GTK使用cairo来画动画
http://linuxsir.org/bbs/thread358273.html
用C++实现GTK+的MVC-O框架
http://linuxsir.org/bbs/thread352010.html
GnomeCanvas 实例
http://linuxsir.org/bbs/thread354920.html
GTK网页浏览器CRB
http://linuxsir.org/bbs/thread322950.html
GTK的线程简介
http://linuxsir.org/bbs/thread341512.html
GTK全屏应用程序简单例子
http://linuxsir.org/bbs/thread332398.html
用gtk drawing area画视频
http://www.linuxsir.org/bbs/thread327576.html
GTK中工作线程与主线程与UI交互的一个原则
http://linuxsir.org/bbs/thread327616.html
console下的文件管理器
http://linuxsir.org/bbs/thread83252.html
xlib 基础
http://www.linuxsir.org/bbs/showthread.php?t=243208
xlib经典编程文章
http://www.linuxsir.org/bbs/showthread.php?t=74857
XPM文件格式
http://www.linuxsir.org/bbs/showthread.php?t=275780
呈现XPM文件
http://www.linuxsir.org/bbs/showthread.php?t=274181
framebuffer
http://www.linuxsir.org/bbs/showthread.php?t=126612
gtkmm框架
http://www.linuxsir.org/bbs/showthread.php?t=93745
GTK+ 操作 Mysql 数据库示例
http://www.linuxsir.org/bbs/showthread.php?t=177913
Glade使用
http://www.linuxsir.org/bbs/showthread.php?t=49704
Glade 加GTK的应用例子(监视文件内容改变)
http://www.linuxsir.org/bbs/thread322046.html
GTK+显示中文
http://www.linuxsir.org/bbs/showthre...t=58073&page=2
[GTK+]怎样获得当前桌面下的鼠标和键盘事件
http://www.linuxsir.org/bbs/showthread.php?t=310547
使用libglade分离出界面代码
http://www.linuxsir.org/bbs/showthread.php?t=243726
Directfb
yv12表面
http://linuxsir.org/bbs/showthread.php?t=307155
简单介绍udevd, hald, dbusd的关系
http://www.linuxsir.org/bbs/thread319781.html
GTK+ 怎么 发送消息给别的GUI应用程序?
http://www.linuxsir.org/bbs/showthread.php?t=313879
5、RAD
moonlight
http://linuxsir.org/bbs/showthread.php?t=307977
XUL介绍
http://www.linuxsir.org/bbs/showthread.php?t=243771
安装XUL软件包
http://www.linuxsir.org/bbs/showthread.php?t=275789
RDF介绍
http://linuxsir.org/bbs/showthread.php?t=289633
6、驱动程序编程
驱动程序开发介绍
http://www.linuxsir.org/bbs/showthread.php?t=193994
网卡驱动
http://www.linuxsir.org/bbs/showthread.php?t=47273
Sis900 网卡驱动程序解析
http://www.linuxsir.org/bbs/showthread.php?t=53662
7、Lex与Yacc(做这个编程的人都有!!)
小型计算器
http://www.linuxsir.org/bbs/showthread.php?t=186941
解释器
http://www.linuxsir.org/bbs/showthread.php?t=201003
C语言语法
http://www.linuxsir.org/bbs/showthread.php?t=200217
8、多媒体编程
声卡编程
http://www.linuxsir.org/bbs/showthread.php?t=238761
视频编程
http://www.linuxsir.org/bbs/showthread.php?t=190460
AVS解码器
http://www.linuxsir.org/bbs/showthread.php?t=246801
9、数据库编程
C访问mysql
http://www.linuxsir.org/bbs/showthread.php?t=199699
10、软件包管理
11、GNU轶事
《borland传奇》中对Linux社区的污蔑
http://www.linuxsir.org/bbs/showthread.php?t=276061
12、深入程序的内部
共享库原理
http://www.linuxsir.org/bbs/showthread.php?t=210029
从函数调用到符号解析
http://www.linuxsir.org/bbs/showthread.php?t=215753
linux-gate是什么
http://www.linuxsir.org/bbs/showthread.php?t=218852
深入程序栈
http://www.linuxsir.org/bbs/showthread.php?t=216107
线程实现
http://www.linuxsir.org/bbs/showthread.php?t=158480
线程原理
http://www.linuxsir.org/bbs/showthread.php?t=55666
ELF文件格式分析
http://www.linuxsir.org/bbs/showthread.php?t=48381
http://linuxsir.org/bbs/showthread.php?p=1196195
13、黑客编程(这么重要的章节文章却太少了^_^)
一次缓冲区溢出攻击试验
http://www.linuxsir.org/bbs/showthread.php?t=182124
Heap区溢出技术分析
http://www.linuxsir.org/bbs/showthread.php?t=50097
婷婷的实践(高人啊,女黑客简直就是trinidy)
http://www.linuxsir.org/bbs/showthread.php?t=34745
ELF文件病毒的分析和编写
http://linuxsir.org/bbs/thread323010.html
14、汇编编程
LINUX汇编(汇编语言程序设计读书笔记)
http://linuxsir.org/bbs/showthread.php?t=289776
15、数据结构
内核提供的双向循环列表的使用
http://linuxsir.org/bbs/showthread.php?t=311575
16、调试技术
gdb-xsource, 增强gdb的脚本能力
http://linuxsir.org/bbs/thread335124.html
17、TIPS
C面向对象思想
http://www.linuxsir.org/bbs/showthread.php?t=166321
转换编码格式
http://www.linuxsir.org/bbs/showthread.php?t=111436
正则表达式
http://www.linuxsir.org/bbs/showthread.php?t=7189
JNI
http://www.linuxsir.org/bbs/showthread.php?t=237146
操作机箱喇叭
http://www.linuxsir.org/bbs/showthread.php?t=218852
在字符终端显示时钟
http://www.linuxsir.org/bbs/showthread.php?t=128547
VT100控制码
http://www.linuxsir.org/bbs/showthread.php?t=43530
volatile用法
http://www.linuxsir.org/bbs/showthread.php?t=55737
操作大于4G的文件
http://www.linuxsir.org/bbs/showthread.php?t=261452
有关wchar_t
http://www.linuxsir.org/bbs/showthread.php?t=190840
http://linuxsir.org/bbs/showthread.php?t=306791
##的用法
http://www.linuxsir.org/bbs/showthre...=199531&page=2
求素数的算法分析
http://linuxsir.org/bbs/showthread.php?t=278294
libexpat用法实例
http://linuxsir.org/bbs/showthread.php?t=206943
linux shell 快速参考及教程!
http://linuxsir.org/bbs/showthread.php?t=294743
结果不可预知的sprintf用法
http://www.linuxsir.org/bbs/showthread.php?t=310378
使用函数指针的一些问题
http://www.linuxsir.org/bbs/thread324626.html

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值