当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: 作者:kf_701 写作时间:2005/4 Email:kf_701@21cn.com 转载请保留原作者信息,谢谢。
 

 

 ·课堂上的linux阅读清单    »显示摘要«
    摘要:joe ruffolo和ron terry一直致力于推广开源和linux,为此他们一直与学校保持着密切的联系,为了使学校的学生能够深入了解开源,了解linux joe特意为学生们列出了一份阅读清单。笔者看了一下这些链接不是一些书,而是一些关于samba, openldap的手册以及开源项目,内容都比较使用,大家无妨选择有兴趣的内容浏览一下。清单如下:joe ruffolo和ron terr......
 ·当root口令被忘记的时候.....    »显示摘要«
    摘要:当root口令被忘记的时候,可以把root口令设为空。设置空的方法就是使用lilo/grub启动linux时作相关的操作来修改,如下:一.lilo1.在出现lilo:提示时键入 linux single画面显示 lilo : linux single2.回车可直接进入linux命令行3. #vi /etc/shadow将第一行,即以root 开头的一行中 ,root:后和下一个“:”前的内容删除。......


hacker成长的代码之路:扫描(2)
上一页   ...    10     this program is distributed in the hope that it will be useful,

    11     but without any warranty; without even the implied warranty of 【程序编程相关:http://www.myfaq.com

【推荐阅读:安装DNS服务器

    12     merchantability or fitness for a particular purpose.  see the 【扩展信息:怎样让fcitx在kde启动后自动启动?

    13     gnu general public license for more details.

    14

    15     you should have received a copy of the gnu general public license

    16     along with this program; if not, write to the free software

    17     foundation, inc., 675 mass ave, cambridge, ma 02139, usa.

    18

    19     the author can be reached as follows:

    20          e_mail:         kf_701@21cn.com

    21          address:        hefei of china

    22          phone:          0551-2150103

    23  */

    24

    25  #include <netinet/ip.h>

    26  #include <stdio.h>

    27  #include <netinet/ip_icmp.h>

    28  #include <netinet/in_systm.h>

    29  #include <netdb.h>

    30  #include <sys/types.h>

    31  #include <sys/socket.h>

    32  #include <netinet/in.h>

    33  #include <arpa/inet.h>

    34  #include <unistd.h>

    35  #include <sys/time.h>

    36  #include <errno.h>

    37  #include <signal.h>

    38  #include <string.h>

    39  #include <stdlib.h>

    40

    41  #define bufsize         1024

    42

    43          /* global vars */

    44  char recvbuf[bufsize];

    45  char sendbuf[bufsize];

    46  int datalen = 56;       /* bytes of data,following icmp header*/


...   下一页
    摘要:呵呵,昨天用rpm包完成了该环境,下午偶就用源文件编译了一边,体验一下安装的乐趣详细环境为redhat9+mysql4.1.11(binary)+apache1.3.33+php4.3.11下面为详细步骤...我的安装是以下面这篇文章为参考.但是安装中遇到了许多与该作者不同的情况.http://blog.csdn.net/jinetsunday/archive/2004/07/28/54214.h......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE