• FB_man(2): adjtime(2)

    ADJTIME(2) FreeBSD System Calls Manual ADJTIME(2) 名称 : adjtime -- 较正时间,使之与系统时钟同步 库 : Standard C Library (libc, -lc) 概要 : #include int adjtime ( const struct timeval* delta , struct timeval* olddelta ); 详述 : adjtime() 系统调用按...

    2009-05-13 05:51:12

  • FB_man(2): acct(2)

    ACCT(2) FreeBSD System Calls Manual ACCT(2) 名称 : acct -- 启用/禁止进程信息记录功能 库 : Standard C Library (libc, -lc) 概要 : #include int acct ( const char * file , int mode ); 详述 : acct() 系统调用禁止/启用系统记录进程信息。若 file 为NULL,记...

    2009-05-13 05:51:12

  • FB_man(2): access(2)

    ACCESS(2) FreeBSD System Calls Manual ACCESS(2) 名称 : access, eaccess -- 检查文件是否可访问 库 : Standard C Library (libc, -lc) 概要 : #include int access ( const char * path , int mode ); int eaccess ( const char * path , int mode ); 详述 : access...

    2009-05-13 05:50:43

  • FB_man(2): accept(2)

    ACCEPT(2) FreeBSD System Calls Manual ACCEPT(2) 名称 : accept -- 接受一个套接字的连接 库 : Standard C Library (libc, -lc) 概要 : #include #include int accept ( int s , struct sockaddr * restrict addr , socklen_t * restrict addrlen ); 详述 : 参数 s...

    2009-05-13 05:50:43

  • FB_man(2): _exit(2)

    EXIT(2) FreeBSD System Calls Manual EXIT(2) 名称 : _exit -- 终止调用它的进程。 库 : Standard C Library (libc, -lc) 概要 : #include void _exit ( int status ); 详述 : _exit() 系统调用将按以下步骤顺序终止进程: 关闭该进程打开的所有描述符。这可能使得进...

    2009-05-13 05:50:42

  • 安装 FreeBSD (1)

    1 开机启动 2.3.1.1 引导 i386 系统 从电脑尚未开机开始说起 将电脑电源打开。刚开始的时候它应该会显示进入系统设置菜单或 BIOS 要按哪个键,常见的是 F2 、F10 、 Del 或 Alt +S 。不论是要按哪个键,请按它进入 BIOS 设置画面。有时您的计算机 可能会显示一个图形画...

    2009-05-13 05:50:16

  • FreeBSD系统启动进程:init

    FreeBSD系统启动进程:init 在前面的文章里,我们学习了怎么显示和管理运行中的进程。今天,我想描述一下那些进程实际上如何启动的。 当你启动计算机进入FreeBSD时会有很多巧妙的事情发生。在此我无法论及所有的细节,但FreeBSD handbook极好地解释了引导过程。当你启动...

    2009-05-13 05:49:24

  • FreeBSD简明命令手册

    FreeBSD简明命令手册 第一步 我如何离线?(exit) 我如何停止电脑?(shutdown -h now) 我如何重新激活计算机? (shutdown -r now) 我如何在单使用者模式下停止系统? (shutdown now) 我如何切换终端机? (ALT-F*) 文件 我如何阅读 manual page? (man) 使用者管理 (1) 我该如何...

    2009-05-13 05:48:50

  • Bind9/DHCP在OpenBSD下面的简单配置

    最近稍稍学习了一下OpenBSD的安装和运用,小小的体会了一下BSD系统的严谨作风。 装了OpenBSD4.0的最基本版。 安装过程无非就是下那张cd40.iso刻盘,然后用ftp指向ftp.openbsd.org/pub/OpenBSD/4.0/i386,只安装了最基本系统,全默认安装。系统很小启动超快。 具体的操作...

    2009-05-13 05:48:50

  • configure Firefox and Thundbird with Chinese

    after install firefox-i18n-zh-CN-1.5.0.5.tgz package in firefox local bar,type about:config general.useragent.locale=zh-CN ============================== in thunderbird after install the thunderbird-i18n-zh-CN-1.5.0.4.tgz package. --- thunderbird-i18...

    2009-05-13 05:48:12

2