菜鸟弱问:《Linux设备驱动程序》源码用法
各位大虾万福: 小弟是一个刚刚进入Linux领域的门外汉,用虚拟机跑RedHat9.0。我现在遇到这样的问题:我把《Linux 设备驱动程序》的源码 ldd2-sam…
make的一个奇怪问题
有一个简单的makefile如下: test : test.cpp ThreadPool.so g++ -o test -L. test.cpp -lThreadPool; Threa…
NCURSES在FC4下的问题
我用NCURSES编了一个用户界面,在Redhat9和slackware10下都运行良好 可是在FC4下有些菜单却不能正确显示 不知是不是由于2.6内核所引起的 请高手指点…
求助,red hat平台,设置socket选项的问题
我要设置socket的选项:SO_SNDBUF 程序如下: /* Set the send buffer size, then fetch it and print its value. */ int sendbuff …
请教一个system调用
有一个CGI程序中system调用脚本的小问题,还希望哪位大哥帮帮九贱!!!! 我有一个控制pptpd的脚本 /etc/rc.d/init.d/pptpd #启动pptpd case "$1" in…
怎样用libpcap收到一个包后用libnet将目的ip改变后转发出去
要在linux下用libpcap收到一个包后用libnet将目的ip改变后转发出去。 u_char enet_src[6] = {0x00, 0x13, 0xd3, 0x87, 0x3c, 0xe2}; u_char enet_…
请问可执行程序如果带参数, 如何在GDB中执行这个程序进行调试
请问如果我有一个程序,如 test param1 param2, 带两个参数,GDB启动起来以后,我应该如何把param1和param2也带上,进行调试?…
LFS第二遍編譯GCC的時候出了大問題! 天崩地裂!
我是按照http://lfs.linuxsir.org/doc/lfs6.1zh...??格操作的, 不知道這是什麽問題. 請各位不吝賜教. 我的第一編編譯已經完成 checking for the docum…
新手请教进程调用问题
一个简单的例子: #include #include #include #include #include int main(ac,av){ pid_t pid; pid= fork(); if(pid==0) {printf(…
How to redirect email in POP3
The pop3 server is linux redhat, I need to catch all the email like ****@abcs.com, redirect to info@abc.com. When the pop3 server get the em…
suse10.0 64位的,关于源代码
suse10.0 64位的,我想知道屏幕保护程序的源代码,我知道这些屏幕保护程序放在/usr/lib64/xscreensaver下,但是我想看源代码,怎么看?谢谢…