• php install man

    Usage: configure [options] [host] Options: [defaults in brackets after descriptions] Configuration: --cache-file=FILE cache test results in FILE --help print this message --no-create do not create output files --quiet, --silent do not print `checking...

    2009-05-13 08:32:45

  • Setting up aliases on an interface

    # ifconfig dc0 inet alias 192.168.36.131 netmask 255.255.255.255 # cat /etc/hostname.dc0 inet 192.168.36.130 255.255.255.0 media 100baseTX inet alias 192.168.36.131 255.255.255.255 inet alias 192.168.36.132 255.255.255.255 # . /etc/netstart # ifconf...

    2009-05-13 08:32:37

  • 我的BSD

    我理想的BSD系统 FB6.2+Apache2.2+Php5.2+mysql5+pureftp(mysql认证)+diablo java+tomcat+jk PHP+jsp的运行环境 在配置FB6.1的过程中有很多问题 现在想升级一下、有时间把所有的过程都贴出来与大家交流 OK! 本文来自ChinaUnix博客,如果查看原文请点: http://blog.c...

    2009-05-13 08:32:11

  • 修改时区

    #ln -fs /usr/share/zoneinfo/Asia/Chongqing/etc/localtime 本文来自ChinaUnix博客,如果查看原文请点: http://blog.chinaunix.net/u/28922/showart_324535.html...

    2009-05-13 08:32:03

  • 文本也能做出漂亮的logo

    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=true; this.width=screen.width*0.7; this.style....

    2009-05-13 08:31:56

  • Apache Manual settings on FreeBSD

    在FreeBSD设置Apache手册: 在httpd.conf后面加入下面的设置: # This should be changed to the ServerRoot/manual/.The alias provides # the manual, even if you choose to move your DocumentRoot.You may comment # this out if you do not care for the document...

    2009-05-13 08:31:26

  • FreeBSD磁盘组织学习笔记

    FreeBSD磁盘组织学习笔记 在FreeBSD中分区与文件系统是一一对应的,它这里的分区和常用的在Windows中的分区的意思不一样(如:MS-DOS分区),在FreeBSD中,将一块硬盘可以最多分成四个slice(片段),每一个slice上又可以分成最多8个分区(partition),这里的一个slice就相当...

    2009-05-13 08:31:26

  • rc.local

    echo 'looking for DHCP servers...' for atyu in `ifconfig | awk -F : '/mtu/ {print $1}'` do if [ x$atyu == xlo0 -o x$atyu == xpflog0 -o x$atyu == xenc0 ] then atyu=atyu # null execution else dhclient $atyu fi done # Start X environment? echo -n 'Do y...

    2009-05-13 08:31:18

  • Host key verification failed

    #vi/root/.ssh/known_hosts 删除对应的行 本文来自ChinaUnix博客,如果查看原文请点: http://blog.chinaunix.net/u/28922/showart_324338.html...

    2009-05-13 08:30:48

  • OpenBSD _xorg.conf

    Section ServerLayout Identifier X.org Configured Screen 0Screen0 0 0 InputDevice Mouse0 CorePointer InputDevice Keyboard0 CoreKeyboard EndSection Section Files RgbPath /usr/X11R6/lib/X11/rgb ModulePath /usr/X11R6/lib/modules FontPath /usr/X11R6/lib/...

    2009-05-13 08:30:48

2