尝试按照《GNU/Linux编程指南》为坛子里有参考价值的的文章分了下类,还要请大家帮忙加以完善

本文汇总了GNU/Linux下的各类编程资源,包括开发环境配置、网络编程、用户界面编程等内容,覆盖了从基础知识到高级技巧的各个方面。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

导读:
   标题: 尝试按照《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、输入、输出、文件和目录
  如何在程序异常退出前输出当前进程的堆栈信息
  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应用层
  关闭文件系统缓冲区
  http://www.linuxsir.org/bbs/showthread.php?t=197939
  读取CMOS时间
  http://www.linuxsir.org/bbs/showthread.php?t=218171
   3、进程和同步
  带参数的进程间信号传递
  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、网络编程
  实时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
   5、用户界面编程
  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
  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
  富媒体
  http://linuxsir.org/bbs/showthread.php?t=307977
  XUL
  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
  Directfb
  yv12表面
  http://linuxsir.org/bbs/showthread.php?t=307155
   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
   14、汇编编程
  LINUX汇编(汇编语言程序设计读书笔记)
  http://linuxsir.org/bbs/showthread.php?t=289776
   15、数据结构
  内核提供的双向循环列表的使用
  http://linuxsir.org/bbs/showthread.php?t=311575
   16、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
  __________________
  CPU : P4 2.0
  主板 : 华擎P4VT8+
  内存 : Kinston DDR400 512MB
  显卡 : 七彩虹6200A-GD2 CT超频版
  声卡 : 主板集成CMI9739六声道
  硬盘 : 迈拓金钻10 80GB IDE
  OS : Debian GNU/Linux Etch
  GUI :GTK based on DirectFB
  _______________________________
  Help others by sharing your knowledge!
  此帖于 07-10-10 10:38被 realtang 编辑.

本文转自
http://www.linuxsir.org/bbs/thread277189.html
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值