• Openbsd Tips(zt)

    转载:http://www.safeexpert.net/wordp/index.php/archives/6 1、网关配制 直接将IP写入/etc/mygate 2、机器名 直接写入/etc/myname 3、网卡配制 直接将参数写入/etc/hostname.ifname 比如,网卡名为fxp0则将配制内容:inet 192.168.0.1写入/etc/hostname.fxp0 4、关闭s...

    2009-05-13 04:02:57

  • C语言中swith语句的用法

    #include stdio.h main() { int c; scanf(%d,c); switch(c) { case 1: printf(january); break; case 2: printf(February); break; case 3: printf(March); break; case 4: printf(April); break; case 5: printf(May); break; case 6: printf(June); break; case 7: pr...

    2009-05-13 04:02:57

  • The man page of ithread in 6.x is expired!

    # man ithread ... But this page is expired. ithread_create has been droped in release 6.x. ithread_create was replaced with intr_event_create, and struct ithd was splited too. But forturely, the swi_add is same as before. 本文来自ChinaUnix博客,如果...

    2009-05-13 04:02:38

  • Using ithread to deal with the network packets

    We aften use callout, kthread and ithread in real time work, special in the kernel. I tested callout, normal kthread and ithread in my test module that add a hook in the ether_input and ether_output functions and dispatch the mbuf to the ether_demux...

    2009-05-13 04:02:38

  • FreeBSD 系统日志

    系统日志 系统的日志记录提供了对系统活动的详细审计,这些日志用于评估、审查系统的运行环境和各种操作。对于一般情况,日志记录包括记录用户登录时间、登录地点、进行什么操作等内容,如果使用得当,日志记录能向系统管理员提供有关危害安全的侵害或入侵试图等非常有...

    2009-05-13 04:02:38

  • FreeBSD 安全 HOWTO

    FreeBSD 安全 HOWTO 本文出自: 作者: (2001-08-24 10:00:00) o 前言 o 这份 HOW-TO 是必要的吗? FreeBSD 是一个非常安全的作业系统。也正因为它的 source code 是可以免费的取得, 这个 OS 长久以来不断的有人改进加强。管 FreeBSD 一出厂就非常安全, 但是仍然 有更多加...

    2009-05-13 04:02:13

  • FreeBSD4.0 动态内核链接机制(KLD)编程指南

    FreeBSD4.0 动态内核链接机制(KLD)编程指南 本文出自: http://www.asfocus.com (2001-07-04 09:04:00) 作者:Andrew Reiter 整理:小四 出处:http://www.watson.org/~arr/ 主页:http://www.nsfocus.com 日期:2000-10-26 目录: ★ 简介 ★ 所有KLD的共性 ★ KLD系统...

    2009-05-13 04:01:48

  • FreeBSD6.0 IPFW配置

    FreeBSD6.0 IPFW 配置 这是我freebsd服务器配置ipfw的步骤,权做笔记,也希望能够帮助到有需要的朋友 修改核心 其实完全可以用不着修改内核,只要你不需要使用nat功能,我的本来不需要,也编译了内核,随便学习学习 请先检查 /usr/src/sys/i386/conf/ 目录存在,您可以...

    2009-05-13 04:01:48

  • UNIX OS 简史

    作者:網路農夫 先前的一個理想 UNIX 系统自 1969 年 Ken ThompsonKen Thompson 与 Dennis RitchieDennis Ritchie 在美国贝尔电话实验室(Bell Telephone Laboratories)发展出雏形至今,已历经近 30 来年。而 UNIX 这个字典上查不到其原意的怪字,其实是戏谑 MULTICS(...

    2009-05-13 04:01:48

  • 07-1.1_Hack1 Get the Most Out of the Default Shell

    Hack 1 Get the Most Out of the Default Shell screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=tr...

    2009-05-13 04:01:22

2